@charset "utf-8";

/*===================================
　   　common
=====================================*/
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 62.5%;
    width: 100%;
    height: auto;
    min-height: 100vh;
}
body {
    width: 100%;
    height: 100%;
    font-family: kan415typos-std,sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: 0.07em;
    font-size: 1.0rem;  /* 10px */
    color: #6c6c6c;
    overflow-x: hidden;
    min-width: 360px;
    position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
li{
  list-style: none;
}
p {
    color: #6c6c6c;
  font-style: normal;
  line-height: 1.5em;
  letter-spacing: 0.07em;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-transform: rotate(0.028deg);
      transform: rotate(0.028deg);
}
img{
  max-width: 100%;
  vertical-align: bottom;
}
#noscript{
  width:100vw;
  height:100vh;
  background: #fff;
  text-align: center;
  position:fixed;
  z-index:9999;
}
#load {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background: #fff;
  z-index: 1000;
  pointer-events: none;
}
.animated{
  opacity: 0;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
.none{
  opacity: 0;
  pointer-events: none;
  height: 0;
}

.area{
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.head {
    margin: 0 auto;
    text-align: center;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

#cvs{
    position: fixed;
    pointer-events: none;
    left: 0;
    right: 0;
    top:0;
    margin: auto;
    z-index: 0;
  }

/*sp-nav*/
.sp-nav.sp {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.sp-nav.sp .nav-logo img {
    width: 210px;
    margin: 15px 10px;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor: pointer;
}
.menu-trigger {
    position: fixed;
    width: 80px;
    height: 80px;
    top: 20px;
    right: 20px;
    z-index: 1001;
    background: rgba(29,132,229,0.4);
    border: solid 1px rgba(29,132,229,0.4);
    background-image: -ms-linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 120%);
}
.menu-trigger span {
    position: absolute;
    width: 50px;
    height: 8px;
    background-color: #fff;
    right: 13px;
    margin-top: 15px;
    border: solid 1px rgba(29,132,229,0.5);
}
.menu-trigger span:nth-of-type(1) {
  top: 13%;
}
.menu-trigger span:nth-of-type(2) {
  top: 37%;
}
.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
 0% {
 top: 26%;
 -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
}
 50% {
 top: 26%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
 100% {
 top: 13%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
}
@keyframes menu-bar01 {
 0% {
 top: 26%;
 -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
}
 50% {
 top: 26%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
 100% {
 top: 13%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
}
.menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.menu-trigger span:nth-of-type(2) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}
 @-webkit-keyframes menu-bar02 {
 0% {
 top: 26%;
 -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
}
 50% {
 top: 26%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
 100% {
 top: 37%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
}
 @keyframes menu-bar02 {
 0% {
 top: 26%;
 -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
}
 50% {
 top: 26%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
 100% {
 top: 37%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
}
.active .menu-trigger span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}
 @-webkit-keyframes active-menu-bar01 {
 0% {
 top: 13%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
 50% {
 top: 26%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
 100% {
 top: 26%;
 -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
}
}
 @keyframes active-menu-bar01 {
 0% {
 top: 13%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
 50% {
 top: 26%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
 100% {
 top: 26%;
 -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
}
}
.active .menu-trigger span:nth-of-type(2) {
  -webkit-animation: active-menu-bar02 .75s forwards;
  animation: active-menu-bar02 .75s forwards;
}
 @-webkit-keyframes active-menu-bar02 {
 0% {
 top: 37%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
 50% {
 top: 26%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
 100% {
 top: 26%;
 -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
}
}
 @keyframes active-menu-bar02 {
 0% {
 top: 37%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
 50% {
 top: 26%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
 100% {
 top: 26%;
 -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
}
}
#overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(142,232,255,0.75);
  box-sizing: border-box;
  align-items: center;
}
.active #overlay {
  display: flex;
  opacity: 0;
  -webkit-animation: fadeIn .5s ease-in-out forwards;
  animation: fadeIn .5s ease-in-out forwards;
}
#overlay .sp-menu {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 70vh;
  justify-content: space-around;
}
#overlay .sp-menu div {
  position: relative;
  text-align: center;
  max-width: 900px;
}
#overlay .sp-menu div:last-child {
  background: none;
}
#overlay p.share{
  color:#fff;
}
.sns-bt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-top: 50px;
}
.sns-bt p {
    font-size: 1rem;
    font-weight: bold;
}
.sp-nav .sns-bt p {
    font-size: 1.2rem;
    font-weight: 500;
}
.sns-bt img {
  margin-left: 20px;
}
/* アニメーション */
.fade1, .fade2, .fade3, .fadeleft, .faderight, .textin , .popin{
  opacity: 0;
}

.fadein {
  opacity: 0;
-webkit-animation: fadeIn .5s ease-in-out forwards;
        animation: fadeIn .5s ease-in-out forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeup {
  opacity: 0;
  -webkit-animation: fadeUp .8s ease-in-out .3s forwards;
          animation: fadeUp .8s ease-in-out .3s forwards;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadedown {
  opacity: 0;
  -webkit-animation: fadeDown .8s ease-in-out .3s forwards;
          animation: fadeDown .8s ease-in-out .3s forwards;
}


@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeleft {
  opacity: 0;
  -webkit-animation: fadeLeft .5s ease-in-out .3s forwards;
          animation: fadeLeft .5s ease-in-out .3s forwards;
}

@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.faderight {
  opacity: 0;
  -webkit-animation: fadeRight .5s ease-in-out .3s forwards;
          animation: fadeRight .5s ease-in-out .3s forwards;
}

@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


.textin {
  opacity: 0;
    -webkit-animation: textIn 1.2s ease-in-out .3s forwards;
            animation: textIn 1.2s ease-in-out .3s forwards;
}

@-webkit-keyframes textIn {
  0% {
    letter-spacing: -24px;
    opacity: 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  100% {
    letter-spacing: 2px;
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes textIn {
  0% {
    letter-spacing: -24px;
    opacity: 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  100% {
    letter-spacing: 2px;
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
.popup {
  opacity: 0;
  -webkit-animation: popUp .3s ease-in-out .3s forwards;
          animation: popUp .3s ease-in-out .3s forwards;
}

@-webkit-keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  70% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  80% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  90% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  95% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  70% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  80% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  90% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  95% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


/* ポップアップ設定 */

.mfp-bg {
    background: #174263;
    opacity: 0.45;
}
.mfp-wrap img {
  border: solid 1px #fff;
}

img.mfp-img {
  padding: 0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  top: -35px;
}

.mfp-counter {
  top: 45px;
  color: #fff;
}

.mfp-figure:after {
    top: 0px;
    bottom: 0px;
    box-shadow: 0 0 15px #b0daff;
    background: #fff;
}

.mfp-arrow-left:before {
  border-right: 27px solid #fff;
}

.mfp-arrow-right:before {
  border-left: 27px solid #fff;
}

.mfp-arrow-left:after, .mfp-arrow-right:after {
  border: none;
}

.mfp-iframe-scaler iframe {
    background: #fff;
}
/*==================
   header
===================*/
header{
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  background: rgba(29,132,229,0.6);
  border-bottom: solid 1px rgba(29,132,229,0.6);
  box-shadow: inset 0px 0px 0.5px 0.5px rgba(255, 255, 255, 0.57),inset 0px 0px 100px 0px rgba(255, 255, 255, 0.8);
  z-index: 100;
}
header #nav-area{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
header #nav-area .nav-logo{
  margin-top: 4px;
}
header #nav-area .bt{
  margin-top: 21px;
}
.bt{  
  position: relative;
}
.bt .hamon {
    opacity: 0;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -107px;
    pointer-events: none;
    z-index: -1;
  transition: .3s ease-in-out;
  max-width: inherit;
}
.bt:hover .hamon{
  opacity: 1;
}

/*==================
   mainvizual
===================*/
.mainvizual{
  position: relative;
  width: 100%;
  min-height: 100vh;

}
.pc-main{
    position: fixed;
    top: 60px;
    z-index: -1;
    text-align: center;
    width: 100%;
    height: 100vh;
    min-height: 680px;
}

.pc-main img{
  max-height: 100%;
}

.switch-logo,.ps-logo,.logo,.day{
  position: absolute;
}
.switch-logo {
    top: 21px;
    left: 0;
}
.ps-logo {
    top: 32px;
    left: 110px;
}
.logo {
    top: 60px;
    right: 40px;
}
.day {
    bottom: 70px;
    right: 30px;
}
/*==================
   pickup_area
===================*/

.pickup_area{
  width: 100%;
  height: auto;
  margin-top: 100vh;
  background: rgba(29,132,229,0.6);
  border-top: solid 1px rgba(29,132,229,0);
  border-bottom: solid 1px rgba(29,132,229,0.6);
  background-image: -ms-linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 120%);
  box-shadow: inset 0px 0px 0.5px 0.5px rgba(255, 255, 255, 0.57),inset 0px 0px 100px 0px rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 1;
}

.pickup_area .box_area {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 0 0;
}
.left_box {
  position: relative;
  margin: 0 auto;
}

.right_box{
  position: relative;
  margin: 0 auto;
}

.head_news,
.head_pickup{
  position: absolute;
  top: 14px;
  left: 5px;
}

#news{
  max-height: 468px;
  overflow-x: hidden;
  width: 614px;
}

#scroll {
    overflow: hidden;
    width: 620px;
}

.news{
  width: 587px;
  height: 144px;
  margin-bottom: 10px;
  border-radius: 5px;
  border:solid #fff 1px;
  position: relative;
  overflow: hidden;
  color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 57, 160, 0.15);
}

.news_old{
  display:none;
  opacity:0;
}

.news .icon{
  width: 144px;
  height: 144px;
  background-color: #fff;
  position: absolute;
  border: solid 1px #fff;
  top: -1px;
  left: -1px;
}

.news .icon a{
  transition: .3s ease-in-out;
}

.news .icon a:hover{
  opacity: 0.8;
}

.news .data {
    position: absolute;
    left: 155px;
    width: 422px;
    font-size: 22px;
    border-bottom: solid 1px #fff;
    line-height: 1.7em;
}

.news .text {
    position: absolute;
    top: 40px;
    left: 155px;
    width: 423px;
    height: 95px;
    font-size: 13px;
}

.news a:link { color: #ffcc7c; }
.news a:visited { color: #ffcc7c; }
.news a:hover { color: #ffcc7c;}
.news a:active { color: #FFF; }
.news a{  text-decoration: none;}

#open_bt,#close_bt {
    width: 587px;
    margin: 0;
    color: #fff;
    font-size: 1.6rem;
    padding: 7px 0 14px;
    border: solid 1px #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 57, 160, 0.15);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#open_bt.none,#close_bt.none {
  margin: 0;
  padding: 0;
}
/*pickup bn*/
.pickup_bn {
  width: 377px;
  height: 92px;
  background-color: #fff;
  margin-bottom: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.pickup_bn a {
  transition: .3s ease-in-out;
}

.pickup_bn a:hover {
  opacity: 0.65;
}
/*----------------------------------
　Twitter
------------------------------------*/

.twitter{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 40px;
}
.head-twitter{
  width: 100%;
  text-align: center;
  margin: 40px 0;
}

.twitter-area {
  position: relative;
  width: 298px;
  height: auto;
  margin: 0 10px 20px;
}
.tl-head {
    margin: 8px 0px;
    color: #fff;
}
.tl-area {
  position: relative;
  width: 298px;
  height: auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
}

.tl-scroll {
  width: 315px;
  height: 360px;
  overflow: auto;
  margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

/*===================================
      story
=====================================*/
#intro{
  background: url(../img/bg1.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.story_text {
  text-align: center;
  line-height: 6rem;
  position: relative;
  overflow: hidden;
  padding: 0 0 100px;
  max-width: 94%;
  z-index: 1;
}
.st p {
    opacity: 0;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2rem;
    line-height: 1.7em;
    text-shadow: 0 0 15px #1e2d48;

}

.st p.st1 {
    font-size: 3rem;
    text-shadow: 0px 0px 7px rgb(255, 87, 182), 0px 0px 7px rgb(255, 87, 182), 0px 0px 7px rgb(255, 87, 182), 0px 0px 20px rgb(255, 87, 182), 0px 0px 20px rgb(255, 87, 182);
    font-weight: 500;
    letter-spacing: 7px;
    line-height: 1.9em;
}
.st .st2 {
    text-shadow: 0px 0px 7px rgb(255, 87, 182), 0px 0px 7px rgb(255, 87, 182), 0px 0px 7px rgb(255, 87, 182), 0px 0px 20px rgb(255, 87, 182), 0px 0px 20px rgb(255, 87, 182);
  font-weight: 500;
}
.st .st3 {
  text-shadow: 0px 0px 7px #2e82ff, 0px 0px 7px #2e82ff, 0px 0px 7px #2e82ff, 0px 0px 20px #2e82ff, 0px 0px 20px #2e82ff;
  font-weight: 500;
}

[data-ruby] {
  position: relative;
}

[data-ruby]::after {
  content: attr(data-ruby);
  font-size: 0.5em;
  display: inline;
  position: absolute;
  left: -50px;
  right: -50px;
  top: -3.4rem;
  width: 100px;
  margin: auto;
}

rt {
  display: none;
}

span.dash {
  -webkit-transform: scale(1, 0.6);
  transform: scale(1, 0.6);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  display: inline-block;
  font-size: 4rem;
}
.point_area {
    padding: 0 0 100px;
    position: relative;
    z-index: 1;
}
.point-text, .point-sd {
    width: 94%;
    margin: 0px auto 30px;
    text-align: center;
}
/*===================================
      character
=====================================*/
#character{
  background: #fff;
  position: relative;
  min-height: 1700px;
  overflow: hidden;
}
.change_tab {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: -60px auto 20px;
    position: relative;
    z-index: 1;
}
.tab_main,.tab_sub{
    opacity: 0.7;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  transition: 0.2s ease-in-out;
}
.tab_main.active,
.tab_main:hover,
.tab_sub.active,
.tab_sub:hover{
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}
.sub_chara{
  display: none;
}
.chara_tab{
  position: relative;
  z-index: 1;
}
.tab {
    display: flex;
    justify-content: space-between;
    min-height: 143px;
    align-items: center;
    padding: 0 15px;
    margin: 0px auto 40px;
}
.chara_area{
  position: relative;
  z-index: 1;
}

.chara_area{
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.chara_text,
.chara_stand,
.chara_catch,
.voice_bt{
  position: absolute;
  opacity: 0;
}
.chara_text{top: 70px;left: 15px; z-index: 4;}
.chara_stand{top: 0px;right: 15px; z-index: 2; pointer-events:none;}
.chara_catch{top: 30px;right: 15px; z-index: 3;}

.voice_bt {
  width: 76px;
  height: 74px;
    top: 35px;
    right: 75px;
    z-index: 4;
}

.bg_layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/bg5.png) no-repeat;
    background-size: 100%;
    background-position: center 80px;
    background-attachment: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}


/* voice */
.audiojs {
  width: 100%;
  height: 100%;
    background:none;
    background-image:none;
    -o-background-image:none;
    -moz-background-image:none;
    -webkit-background-image:none;
    box-shadow:0 0 0 0;
    -moz-box-shadow:0 0 0 0;
    -webkit-box-shadow:0 0 0 0;
}

.audiojs .play-pause {
  width: 100%;
  height: 100%;
    padding: 0px 0px;
    margin: 0px;
    float: left;
    overflow: hidden;
    border: none;
}

.audiojs .play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.audiojs .pause {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 979px) {
  /*character*/
  .chara_area .area{display: flex; justify-content: center;flex-wrap: wrap;flex-direction: column-reverse;}
  .chara_text, .chara_stand{ position: relative; }
  .chara_stand{margin: 0px auto -310px;}
  .chara_text{margin: 0 auto 150px;padding: 15px;}
  .chara_catch{top: 0px;}
  .voice_bt {top:5px;}
}

/*===================================
      gallery
=====================================*/
#gallery{
  background: url(../img/bg2.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  padding-bottom: 100px;
}
.gallery_area{
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 1;
}
.haguruma {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.cg {
    width: 33%;
    text-align: center;
}
.cg a{
  transition: 0.2s ease-in-out;
}
.cg a:hover{
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
/*===================================
      special
=====================================*/
#special {
    background: url(../img/bg3.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 0 0 200px;
    position: relative;
}
.sp_bn_area {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.sp_bn {
  transition: 0.2s ease-in-out; 
}
.sp_bn:hover{  
     -webkit-filter: brightness(110%);  
             filter: brightness(110%);
}
.bg_layer2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/bg3_f.png) repeat;
    top: 0;
    left: 0;
    z-index: 0;
}


/*===================================
      premium
=====================================*/
#premium{
  width: 100%;
  height: auto;
    background: url(../img/bg3.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.premium_area{
  position: relative;
  z-index: 1;
  padding:0 0 100px;
}

.premium-img2{
  margin: 0 auto 40px;
}
/*==================
    shop
===================*/
#shop{
  width: 100%;
  height: auto;
    background: url(../img/bg3.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.shop-head {
    width: 100%;
    margin: 40px auto 20px;
    text-align: center;
}

.shop.area {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.shop-sp1, .shop_sp2 {
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin-bottom: 30px;
    min-width: 354px;
}
.shop-name{
  width: 100%;
}
.shop-name p {
    font-size: 4.2rem;
    color: #fff;
    text-shadow: 0px 0px 8px rgb(47, 248, 255, 1), 0px 0px 5px rgb(54, 107, 217);
    margin-bottom: 20px;
}
.shop-name span {
    font-size: 1.4rem;
    position: absolute;
    top: 39px;
    left: 0;
    text-shadow: 0px 0px 8px rgb(47, 248, 255, 1), 0px 0px 5px rgb(54, 107, 217), 0px 0px 2px rgb(54, 107, 217), 0px 0px 2px rgb(47, 248, 255, 1);
    min-width: 358px;
    text-align: center;
    width: 100%;
}
.sp-img{
  box-shadow: 0px 0px 22px 8px rgba(155, 244, 255, 0.5);
  border:solid 1px #fff;
  position: relative;
  background: #fff;
}

.sp-img img {
    max-width: 354px;
    border: solid 1px #40e1fa;
}

.shop_sp1:nth-child(2n+1){
  -webkit-animation-delay:0.15s;
          animation-delay:0.15s;
}
.shop_sp2:nth-child(2n+1){
  -webkit-animation-delay:0.15s;
          animation-delay:0.15s;
}
.bonus-name-text {
    width: 100%;
    background-color: rgba(0, 152, 255, 0.55);
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    padding: 9px 0 15px;
    z-index: 3;
    pointer-events: none;
}
.bonus-name-text p {
    font-size: 1.8rem;
    color: #fff;
    line-height: 0.9em;
}
.bonus-name-text p span {
    font-size: 1rem;
}
.link-bt a,.sp-img img{
  transition: .2s ease-in-out;
}
.sp-img img:hover{
  opacity: 0.65;
}
.link-bt a:hover{
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
}
.shop-notice {
    width: 90%;
    text-align: left;
    margin: 40px auto 120px;
    padding: 15px;
    background: rgba(25, 95, 185, 0.55);
    font-size: 1.4rem;
}
.shop-notice p{
  color: #fff;
}
.last p {
    color: #fff;
    font-size: 1.6rem;
    text-shadow: 0px 0px 8px rgb(47, 248, 255, 1), 0px 0px 5px rgb(54, 107, 217), 0px 0px 2px rgb(54, 107, 217);
    text-align: center;
    margin: 20px auto 60px;
}
/*個別設定*/
.sp-07 .shop-name p {
    font-size: 3.1rem;
    padding: 8px 0;
}
.sp-07 .sp-img {
    overflow: hidden;
    max-height: 200px;
}
.sp-07 .sp-img {
    overflow: hidden;
    max-height: 200px;
}
.sp-07 .sp-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #40e1fa;
    z-index: 3;
}
.sp-07 .sp-img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #40e1fa;
    z-index: 3;
}
.sp-07 .sp-img img {
    position: relative;
    top: -25px;
}
.sp-05 .sp-img{
  width: 354px;
  height: 200px;
}
.sp-05 .sp-img a img {
    position: absolute;
    width: 177px;
    left: 0;
}
.sp-05 .sp-img a.img2 img {
    left: 176px;
}
.sp-05 .sp-img a.img3 img {
    top: 100px;
    left: 88.5px;
}

.sp-05 .sp-img{
  width: 354px;
  height: 200px;
}
.sp-05 .sp-img a img {
    position: absolute;
    width: 177px;
    left: 0;
}
.sp-05 .sp-img a.img2 img {
    left: 176px;
}
.sp-05 .sp-img a.img3 img {
    top: 100px;
    left: 88.5px;
}
.sp-02 .sp-img {
    position: relative;
    width: 356px;
    height: 502px;
}
.sp-02 .img1 {
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
}
.sp-02 .img2 {
    position: absolute;
    bottom: 0;
    width: 119px;
    right: 178px;
    z-index: 2;
}
.sp-02 .img3 {
    position: absolute;
    bottom: 0;
    width: 168px;
    right: 0;
    z-index: 2;
}
.sp-02 .sp-img:after {
    background: #fff;
    width: 119px;
    height: 170px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 58px;
    z-index: 1;
}
.sp-02 .sp-img:before {
    background: #fff;
    width: 170px;
    height: 170px;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    z-index: 1;
}
.sp-02 .bonus-name-text {
    bottom: 10px;
    z-index: 3;
}
.sp-02 .bonus-name-text p {
    font-size: 1.45rem;
    line-height: 1.3em;
}
.sp-01 .shop-name p,
.sp-02 .shop-name p {
    font-size: 3.8rem;
    margin-bottom: 27px;
}


/*===================================
      trial
=====================================*/
#trial{
  width: 100%;
  height: auto;
    background: url(../img/bg3.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.trial_area{
  position: relative;
  z-index: 1;
  padding:0 0 100px;
    text-align: center;
}

/*===================================
  movie
=====================================*/
#movie{
  width: 100%;
  height: auto;
    background: url(../img/bg3.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.movie{
    position: relative;  
    z-index: 1;
}
.movie-area {
    margin: 0px auto;
    max-width: 800px;
    position: relative;
}
.movie-area .inner{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.movie-area .inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.movie-text {
    text-align: center;
    position: relative;
    margin: 30px auto 100px;
    z-index: 1;
}
/*===================================
      product
=====================================*/
#product{
  background: url(../img/bg4.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
#product #product_area .product_text p,
#product #product_area .product_text h1{  
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
}
#product #product_area .product_text p{
  font-size:1.6rem;
}
#product #product_area .product_text h1 {
    font-size: 4rem;
    letter-spacing: 2px;
    text-shadow: 0 0 5px #3b97ff, 0 0 10px #3b97ff, 0 0 15px #3b97ff;
}
#product_area .product_text{
  width: 100%;
  height: auto;
  padding: 10px 0 50px;
  background: rgba(25, 95, 185, 0.55);
  color: #fff;
  font-size:14px;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}
.product_logo {
    text-align: center;
    margin: 0px auto 40px;
    padding: 0 15px;
}
.pake_img {
    display: flex;
    justify-content: center;
    margin: 0px auto 40px;
    flex-wrap: wrap;
    padding: 0 15px;
}
.pake_img img{
  margin: 20px 0;
}
#product_area .head_spec,
#product_area .head_staff {
    margin: 100px auto 70px;
    text-align: center;
}
#product_area .item{
  display: flex;
  justify-content: center;
  margin-bottom: 1px;
}

#product_area p.item_head {
  width: 100%;
  max-width: 200px;
  padding: 5px;
  background:rgba(43, 103, 179, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

#product_area .line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  padding: 3px;
  line-height: 23px;
  width: 100%;
  max-width: 330px;
  position: relative;
  left: 50px;

    text-shadow: 0 0 5px #3b97ff, 0 0 10px #3b97ff, 0 0 15px #3b97ff;
}

/*===================================
      footer
=====================================*/
footer {
    width: 100%;
    height: auto;
    position: relative;
    background: rgba(25, 95, 185, 0.55);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0px;
    z-index: 10;
}

footer > div {
    margin: 20px 0;
    position: relative;
    z-index: 1;
    font-size: 1.1rem;
    letter-spacing: 2px;
    line-height: 1.6em;
    font-family: "Noto Sans JP",sans-serif;
}
footer p{  
    color: #fff;
}
footer .footer_text img{
      vertical-align:baseline;
}
footer .sns-bt{
  margin-top:30px;
}
.links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 420px;
    height: 40px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
}
.links img{
  transition: .2s ease-in-out;
}
.links img:hover{
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.copylight{
  margin: 20px 0 0px;
}
.pageup-bt {
    position: fixed;
    right: 20px;
    bottom: 15px;
    z-index: 11;
    width: 18vw;
    height: 18vw;
    max-width: 160px;
    max-height: 160px;
}
.top_bt {
    position: relative;
    width: 100%;
    height: 100%;
}
.top_bt a{
    width: 100%;
    height: 100%;
}
img.top_bt3 {
    position: absolute;
    z-index: 3;
}
img.top_bt2 {
    position: absolute;
    z-index: 2;
  animation: Turn2 4s ease-out infinite;
}
img.top_bt1 {
    position: absolute;
    z-index: 1;
  animation: Turn 12s linear infinite;
}


/* アニメーション */
@keyframes Turn{
  0%{
    transform: rotate(0deg);
  }
  33%{
    transform: rotate(120deg);
  }
  66%{
    transform: rotate(240deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
@keyframes Turn2{
  0%{
    transform: rotate(0deg);
  }
  23%{
    transform: rotate(0deg);
  }
  25%{
    transform: rotate(-90deg);
  }
  48%{
    transform: rotate(-90deg);
  }
  50%{
    transform: rotate(-180deg);
  }
  73%{
    transform: rotate(-180deg);
  }
  75%{
    transform: rotate(-270deg);
  }
  98%{
    transform: rotate(-270deg);
  }
  100%{
    transform: rotate(-360deg);
  }
}

/*===================================
      response
=====================================*/

@media (max-width: 999px) {
  .sp{display: block;}
  .pc{display: none;}
  .mainvizual{min-height: inherit;}
  .pickup_area{margin:0;}
  /*pickup_bn*/
  .head-pickup,.head-news{text-align: center;margin-bottom: 30px;}
  .head-pickup{margin-top:30px;}
  .right_box{width: 90%;max-width: 614px;}
  .pickup_bn{margin:0 auto 10px;width: 100%;height: auto;}
  /*story*/
  .st p{font-size: 1.7rem;}
  .st p.st1{font-size: 2.5rem;}
  /*character*/
  .bg_layer {
    background-position: center top;
  }
  .tab {
    justify-content: center;
    flex-wrap: wrap;
    max-width: 750px;
  }
  li.chara_icon {min-width: 150px;}
  /*gallery*/
  .cg {width: 45%;}
  /*product*/
  #product_area .item {
    flex-direction: column;
    align-items: center;
    align-content: center;
}
  #product_area p.item_head{
    max-width: 380px;
    margin: 10px auto;
    border-left: solid 2px #fff;
    justify-content: flex-start;
    padding-left: 10px;
  }
  #product_area .line{
    left: 0;
  }
  /*footer*/
  .footer_text {padding: 0 15px;text-align: left;}
}
