.fadein {
  transition: all 2220ms;
  transition-delay: 1s;
  opacity: 0
}

.fadein.active {
  opacity: 1
}

.fadein02 {
  transition: all 1200ms;
  transition-delay: 1s;
  transform: translate(0px, 200px);
  opacity: 0
}

.fadein02.active {
  transform: translate(0, 0);
  opacity: 1
}

.inview {
  transition: all 1200ms;
  transition-delay: 200ms;
  transform: translate(-100px, 0px);
  opacity: 0
}

.inview.is-right {
  transform: translate(100px, 0px)
}

.inview.is-bottom {
  transform: translate(0px, 200px)
}

.inview.scrollin {
  transform: translate(0, 0);
  opacity: 1
}

.fuwafuwa {
  animation: fuwafuwa 1s ease-in-out alternate infinite
}

.fuwafuwa.is-slow {
  animation: fuwafuwa 2.5s ease-in-out alternate infinite
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(20px)
  }
  100% {
    transform: translateY(0px)
  }
}

.slide-arrow {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 900;
  transition: all ease 0.3s;
  cursor: pointer;
  animation: yurayura_left 1s ease-in-out alternate infinite
}

.slide-arrow:hover {
  transform: scale(1.1);
  transition: all ease 0.3s
}

@keyframes yurayura_left {
  0% {
    transform: translateX(-20px)
  }
  100% {
    transform: translateX(0px)
  }
}

@keyframes yurayura_right {
  0% {
    transform: translateX(20px)
  }
  100% {
    transform: translateX(0px)
  }
}

.next-arrow {
  right: 5px;
  left: auto;
  animation: yurayura_right 1s ease-in-out alternate infinite
}

.slick-dots {
  bottom: -35px;
  z-index: 1000
}

.slick-dots li {
  margin: 0 5px
}

.slick-dots li button {
  border-radius: 50%;
  background: #FFD137;
  width: 13px;
  height: 13px
}

.slick-dots li.slick-active button {
  background: #FF6620
}

.slick-dots li button:before, .slick-dots li.slick-active button:before {
  color: transparent
}

.form {
  padding: 20vh 0;
  min-height: 100vh;
  background: url("../img/pre-bg.jpg") no-repeat;
  background-size: cover
}

.form h3 {
  background: #666;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  color: #fff;
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  padding: 8px
}

.form .sub-form {
  background: rgba(255, 255, 255, 0.7);
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #666;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
  padding: 20px
}

.form .sub-form section {
  padding-top: 0
}

.form .sub-form .title {
  padding-top: 40px;
  display: block
}

.form .sub-form .input-text input[type=email] {
  -webkit-appearance: none;
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
  border-radius: 5px;
  outline: none;
  border: #666 1px solid;
  height: 50px;
  padding: 5px
}

.form .sub-form .flex {
  justify-content: center
}

.form .sub-form .box-left, .form .sub-form .box-right {
  background: rgba(255, 185, 170, 0.4);
  border-radius: 50px;
  padding: 10px;
  width: 50%;
  max-width: 180px;
  margin: 5px
}

.form .sub-form .text01, .form .sub-form .text03 {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 30px
}

.form .sub-form .check-btn, .form .sub-form .twitter-btn {
  border-radius: 100px;
  background: #E06ADE;
  max-width: 350px;
  width: 100%;
  margin: 20px auto;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  display: block
}

.form .sub-form .check-btn:hover, .form .sub-form .twitter-btn:hover {
  opacity: 0.8;
  cursor: pointer
}

.form .sub-form .check-btn input[type=submit], .form .sub-form .twitter-btn input[type=submit] {
  -webkit-appearance: none;
  outline: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  padding: 15px;
  width: 100%
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none
}

li {
  list-style: none
}

.pc-only {
  display: none
}

@media screen and (min-width: 769px) {
  .pc-only {
    display: block
  }
}

.sp-only {
  display: block
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important
  }
}

.flex {
  display: flex;
  justify-content: space-between
}

.flex.is-pc {
  display: block
}

@media screen and (min-width: 769px) {
  .flex.is-pc {
    display: flex
  }
}

.btn-disabled {
  cursor: none;
  pointer-events: none
}

img {
  max-width: 100%
}

a {
  text-decoration: none
}

a:hover {
  opacity: 0.9
}

a img:hover {
  opacity: 0.9
}

.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 100000
}

.loading__img {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto
}

html {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch
}

body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative
}

body.fixed {
  background: #fff;
  width: 100vw;
  height: 100vh;
  overflow: hidden
}

body:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/site-bg-fixed.jpg) no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1
}


.titlesp {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto
}

.title {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto
}

header {
  position: relative;
  background: url(../img/mainvisual-bg.jpg);
  background-size: cover;
  background-position: 0 100%;
  padding-bottom: 100px;
  min-height: 100%;
  margin-bottom: 40px
}

@media screen and (min-width: 769px) {
  header {
    height: 100%;
    margin-bottom: 220px;
    padding-top: 70px
  }
}

header::after {
  content: '';
  width: 100%;
  height: 200px;
  background: url(../img/mainvisual-bg-footer.png) no-repeat;
  background-size: cover;
  background-position: 100% 0%;
  bottom: -199px;
  display: block;
  position: absolute;
  z-index: 0
}

@media screen and (min-width: 769px) {
  header::after {
    height: 100%;
    bottom: -99%
  }
}

header .gnav-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10001;
  background: url(../img/site-fixed-btn-menuopen.png) no-repeat;
  background-size: contain;
  width: 70px;
  height: 72px;
  transition: all 0.4 ease-in-out
}

header .gnav-btn.active {
  background: url(../img/site-fixed-btn-menuclose.png) no-repeat;
  background-size: contain;
  transition: all 0.4 ease-in-out
}

header .gnav-sp {
  background: url(../img/site-fixed-menu-bg.png) no-repeat 50% 50%, linear-gradient(180deg, #389EFB 0%, #0163C4 100%) 0% 0% no-repeat;
  background-size: contain, 100%;
  padding: 20px 20px 50px;
  position: fixed;
  left: 200vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  overflow-y: scroll;
  transition: all 0.4s ease
}

header .gnav-sp.active {
  left: 0;
  transition: all 0.4s ease
}

header .gnav-sp h3 {
  width: 60%;
  margin: 40px auto 10px
}

header .gnav-sp__navlink {
  width: 60%;
  margin: 0 auto
}

header .gnav-sp__navlink li {
  margin-bottom: 20px
}

header .gnav-sp__entrylink li {
  margin: 3px
}

header .gnav-sp__snslink {
  width: 60%;
  margin: 0 auto
}

header .gnav-sp__snslink li {
  width: calc(100%/3);
  margin: 5px
}

@media screen and (min-width: 769px) {
  header .gnav {
    background: linear-gradient(180deg, #389EFB 0%, #0163C4 100%);
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    padding: 10px;
    z-index: 1100;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29)
  }
  header .gnav .flex {
    align-items: center;
    max-width: 900px;
    width: 100%;
    margin: 0 auto
  }
  header .gnav ul {
    display: flex;
    align-items: center
  }
  header .gnav__navlink li {
    position: relative;
    padding: 10px
  }
  header .gnav__navlink li:before {
    content: '';
    display: block;
    background: url(../img/site-fixed-menu-deco.png) no-repeat;
    background-size: contain;
    width: 2px;
    height: 22px;
    position: absolute;
    left: 0px
  }
  header .gnav__navlink li a {
    display: block
  }
  header .gnav__navlink li a img {
    display: block;
    width: 100%;
    margin: auto
  }
  header .gnav__navlink li:last-child:after {
    content: '';
    display: block;
    background: url(../img/site-fixed-menu-deco.png) no-repeat;
    background-size: contain;
    width: 2px;
    height: 22px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%)
  }
  header .gnav__snslink {
    margin: 0 5px
  }
  header .gnav__snslink li a {
    display: block;
    width: 43px;
    height: 43px;
    margin: 3px
  }
}

header .logo {
  margin: 0 auto 0;
  width: 100%;
  max-width: 295px;
  text-align: center;
  position: absolute;
  z-index: 100;
  top: 60%;
  left: 0;
  right: 0
}

.yearicon {
  margin: 0 auto 0;
  width: 100%;
  max-width: 400px;
  text-align: center;
  position: absolute;
  z-index: 100;
  top: 85%;
  left: 0;
  right: 0
}

.spsite {
  margin: 0 auto 0;
  width: 100%;
  max-width: 500px;
  text-align: center;
  position: absolute;
  z-index: 100;
  top: 160%;
  left: 0;
  right: 0
}

.spsite h2 {
  /*margin: -112px auto 0*/
}

@media screen and (min-width: 769px) {
  header .logo {
    top: 40%
  }
	
 .yearicon {
   margin: 0 auto 0;
   width: 100%;
   max-width: 450px;
   text-align: center;
   position: absolute;
   z-index: 100;
   top: 60%;
   left: 0;
   right: 0
  }	
	
 .spsite {
  margin: 0 auto 0;
  width: 100%;
  max-width: 500px;
  text-align: center;
  position: absolute;
  z-index: 100;
  top: 130%;
  left: 0;
  right: 0
  }

}

header .mainvisual {
  position: relative;
  margin-bottom: 60%
}

@media screen and (min-width: 769px) {
  header .mainvisual {
    margin-bottom: 0
  }
}

header .mainvisual img.pc-only {
  width: 80%;
  max-width: 900px;
  margin: 0 auto
}

header .mainvisual__text {
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(150%);
  width: 15%;
  max-width: 200px
}

header .mainvisual__text--01 {
  position: absolute;
  top: 20%;
  right: 5%;
  width: 15%;
  max-width: 80px
}

header .mainvisual__text--02 {
  position: absolute;
  top: 25%;
  left: 5%;
  width: 15%;
  max-width: 80px
}

header .mainvisual__movie {
  position: absolute;
  top: 180%;
  left: 0;
  right: 0;
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
  z-index: 1000
}

@media screen and (min-width: 769px) {
  header .mainvisual__movie {
    top: 20%;
    left: 20%;
    right: auto;
    width: 20%;
    max-width: 350px;
    height: auto
  }
}

.wrap {
  margin-top: 380px;
  position: relative
}

@media screen and (min-width: 769px) {
  .wrap {
    max-width: 1080px;
    margin: 0 auto
  }
}

.store {
  margin: 0 auto 50px;
  padding: 30px 5px 5px;
  border: 5px solid #4A1505;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 1050px
}

.store h2 {
  margin: -60px auto 0
}

.store ul {
  display: flex;
  justify-content: center
}

.store ul li {
  width: 45%;
  max-width: 280px;
  margin: 0 2%
}

.news__wrap {
  width: 95%;
  max-width: 1080px;
  background: transparent linear-gradient(180deg, #2FD1DE 0%, #0197C4 100%) 0% 0% no-repeat padding-box;
  border: 5px solid #FFFFFF;
  border-radius: 20px;
  padding: 10px;
  margin: -40px auto 40px
}

@media screen and (min-width: 769px) {
  .news__wrap {
    padding: 40px
  }
}

.news__twitter {
  width: 100%;
  height: 350px;
  overflow-y: scroll
}

@media screen and (min-width: 769px) {
  .news__twitter {
    width: 45%;
    height: 550px
  }
}

.campaign {
  margin-bottom: 100px
}

.campaign .flex {
  margin: 0 auto;
  justify-content: center
}

.campaign .flex>div {
  width: 95%;
  margin: 0 auto
}

@media screen and (min-width: 769px) {
  .campaign .flex>div {
    width: 50%
  }
}

.campaign__date {
  background: #157AD9;
  color: #fff;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  width: 95%;
  max-width: 400px;
  margin: -5px auto 20px
}

.world {
  background: #fff;
  position: relative;
  width: 100vw;
  margin-top: 150px;
  margin-bottom: 150px;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding: 50px 0
}

.world__wrap {
  width: 95%;
  margin: 0 auto;
  max-width: 1080px
}

.world .slick li {
  position: relative
}

.world__movie {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translateY(-50%);
  width: 400px
}

.world:before {
  content: '';
  display: block;
  background: url(../img/world-bg-top.png) repeat-x 0% 100%;
  background-size: contain;
  position: absolute;
  top: -198px;
  width: 100%;
  height: 200px;
  z-index: 1
}

.world:after {
  content: '';
  display: block;
  background: url(../img/world-bg-bottom.png) repeat-x 0% 0%;
  background-size: contain;
  position: absolute;
  bottom: -198px;
  width: 100%;
  height: 200px;
  z-index: 1
}

.world__slider {
  width: 90%;
  margin: 0 auto;
  position: relative
}

.newsystem__content {
  position: relative;
  margin: 50px auto;
  width: 95%
}

.system__content {
  position: relative;
  margin: 50px auto;
  width: 95%
}

.system__movie {
  position: absolute;
  left: 45%;
  top: 45%;
  transform: translateY(-50%)
}

.system__movie video {
  width: 100%;
  max-width: 500px
}

.info {
  width: 95%;
  max-width: 430px;
  margin: 150px auto
}

.footer {
  background: transparent linear-gradient(180deg, #389EFB 0%, #0163C4 100%) 0% 0% no-repeat;
  padding: 30px 0 100px
}

@media screen and (min-width: 769px) {
  .footer {
    padding: 30px 0 150px
  }
}

.footer__link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

.footer__link li {
  margin: 5px
}

.footer__link li a, .footer__link li a:visited {
  color: #fff
}

.footer__copyright {
  text-align: center
}

.footer__copyright a {
  color: #fff
}

#toTop {
  position: fixed;
  right: 10px;
  bottom: -10px;
  width: 20%;
  z-index: 9999;
  max-width: 80px
}

.terms {
  width: 95%;
  max-width: 1000px;
  margin: 50px auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 50px 20px;
  font-size: 0.9rem;
  color: #fff
}

@media screen and (min-width: 769px) {
  .terms {
    padding: 100px
  }
}

.terms h2 {
  text-align: center;
  margin-bottom: 10px
}

.terms h3 {
  margin-bottom: 10px;
  margin-top: 20px
}

.terms p {
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 0.9rem
}

.terms a {
  color: #fff;
  text-decoration: underline
}

.terms ul {
  margin: 10px
}

.fixed_store {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: -20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  border: 5px solid #4A1505;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 1080px;
  z-index: 1000
}

@media screen and (min-width: 769px) {
  .fixed_store {
    padding: 10px;
    margin-bottom: 0px
  }
}

.fixed_store h2 {
  width: 45%;
  max-width: 450px;
  margin: 0 10px
}

.fixed_store h2 img {
  display: block
}

.fixed_store ul {
  width: 77%;
  display: flex;
  justify-content: space-around
}

.fixed_store ul.pc-only {
  display: none
}

@media screen and (min-width: 769px) {
  .fixed_store ul {
    width: 65%;
    max-width: 700px
  }
  .fixed_store ul.sp-only {
    display: none
  }
  .fixed_store ul.pc-only {
    display: flex
  }
}

.fixed_store ul li {
  margin: 2px
}

@media screen and (min-width: 769px) {
  .fixed_store ul li {
    width: 45%
  }
  .fixed_store ul li a {
    display: block;
    margin: 5px;
    width: 100%
  }
  .fixed_store ul li a img {
    display: block
  }
}