@charset "UTF-8";
/*  CSS (main.css) */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover {
  text-decoration: none !important;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

ul, ol {
  list-style: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

div {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img, a img {
  border: none;
}

table {
  letter-spacing: 0.5px;
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

#content_area a:hover {
  text-decoration: underline;
}

/* ============================================
 base
============================================ */
.no_pc {
  display: inline;
}

.no_sp {
  display: none;
}

html {
  overflow-y: scroll;
}

.civane {
  font-family: civane-condensed, sans-serif;
  font-weight: 900;
  font-style: normal;
}

html {
  background: #000;
}

html, body {
  width: 100%;
  height: auto;
  color: #fff;
  min-width: 320px;
  letter-spacing: -0.1px;
  font-size: 12px;
  line-height: 1.65;
  font-family: "M PLUS 1p", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}

body.compensate-for-scrollbar {
  overflow: visible;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

#exterior_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  opacity: 0;
}

.wrapper {
  position: relative;
  width: 84%;
  max-width: 1000px;
  margin: 0 auto;
}
.wrapper:before, .wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}

.lity {
  z-index: 10001000 !important;
}

/* ============================================
 header
============================================ */
body.init header {
  transform: translateY(0);
  opacity: 1;
}

@keyframes init {
  0% {
    transform: translateY(-45px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
header {
  position: fixed;
  webkit-transform: translateZ;
  top: 0;
  height: 45px;
  width: 100%;
  z-index: 10000011;
  background: #000;
  transform: translateY(0);
  opacity: 1;
}

header a :hover {
  text-decoration: none !important;
}

header .head_left {
  float: left;
  width: 47%;
  max-width: 160px;
}

header .logo {
  margin-left: -7px;
  margin-right: 0;
}

header .logo a :hover {
  text-decoration: none !important;
}

header .head_right {
  padding-top: 5px;
  padding-right: 30px;
}

/*-----------------------------------------------------------------
  ハンバーガーメニュー
------------------------------------------------------------------*/
.menu_button, .menu_button span {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.menu_button {
  position: absolute;
  left: 5px;
  top: 4px;
  width: 38px;
  height: 38px;
  padding: 10px 9px;
  cursor: pointer;
  background: transparent;
}
.menu_button > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.menu_button:hover {
  text-decoration: none;
}

.menu_button span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.menu_button span:nth-of-type(1) {
  top: 0;
}

.menu_button span:nth-of-type(2) {
  top: 8px;
}

.menu_button span:nth-of-type(3) {
  bottom: 0;
}

/*-----------  active  ------------*/
.menu_button.active span:nth-of-type(1) {
  -webkit-transform: translateY(6.5px) rotate(-45deg);
  transform: translateY(6.5px) rotate(-45deg);
}

.menu_button.active span:nth-of-type(2) {
  opacity: 0;
}

.menu_button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

.sns {
  z-index: 10000011;
  top: 13px;
  right: 20px;
  position: fixed;
}
.sns ul {
  display: flex;
  margin-right: -7px;
  justify-content: center;
  align-items: center;
}
.sns ul li {
  font-size: 15px;
  font-size: 1.25rem;
  color: #fff;
  margin: 0 7px;
}
.sns ul li.tiktok {
  width: 13px;
  margin-top: -3px;
  margin-left: 6px;
}

/*-----------------------------------------------------------------
  dropdown nav
------------------------------------------------------------------*/
nav.left_nav {
  z-index: 1010000;
  width: 250px;
  height: 100%;
  padding-top: 90px;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-250px);
  transition: all 0.5s;
}

nav.left_nav.open {
  transform: translateZ(0);
}

nav.left_nav li {
  text-align: left;
  padding: 4px 40px 10px 16px;
  /* font-size: 24px; */
  /* font-size: 2rem; */
  letter-spacing: 1px;
  color: #fff;
}
nav.left_nav li svg {
  fill: #fff;
}
nav.left_nav li:nth-child(1) svg {
  width: 40px;
}
nav.left_nav li:nth-child(2) svg {
  width: 85px;
}
nav.left_nav li:nth-child(3) svg {
  width: 66px;
}
nav.left_nav li:nth-child(4) {
  margin-top: 2px;
}
nav.left_nav li:nth-child(4) svg {
  width: 46px;
}
nav.left_nav li:nth-child(5) svg {
  width: 92px;
  position: relative;
  top: -2px;
}
nav.left_nav li:nth-child(6) svg {
  width: 187px;
}
nav.left_nav li:nth-child(7) svg {
  width: 66px;
}

nav.left_nav.open {
  transform: translateZ(0);
}

nav.right_nav {
  width: 105px;
  height: 100%;
  padding-top: 70px;
  text-align: right;
  padding-right: 18px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  transform: translate(110px);
  transition: all 0.5s;
}
nav.right_nav li {
  margin: 10px auto;
}

nav.right_nav.open {
  transform: translateZ(0);
}

.overlay {
  z-index: 101000;
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.nav_close {
  position: absolute;
  top: 10px;
  right: 24px;
  width: 30px;
}

/*-----------------------------------------------------------------
  SNS
------------------------------------------------------------------*/
/* ============================================
 contents
============================================ */
#content_area {
  padding-top: 63%;
  width: 100%;
}

.sakura {
  position: absolute;
  z-index: 10;
}
.sakura.sakura01 {
  top: 8%;
  left: 5%;
  width: 20%;
}
.sakura.sakura02 {
  top: 27%;
  right: 4%;
  width: 18%;
}
.sakura.sakura03 {
  top: 53%;
  left: 2%;
  width: 8%;
}

#top {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  width: 100%;
  padding-top: 45px;
  background: #000;
}
#top .bg-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}
#top .bg-container .main_visual {
  width: 100%;
}
#top .bg-container .img_brapi {
  position: absolute;
  right: 0px;
  width: 51%;
  bottom: -34%;
}
#top .bg-container .img_catchy {
  position: absolute;
  top: 3%;
  left: 2%;
  width: 36%;
}
#top .bg-container .img_catchy2 {
  position: absolute;
  top: 47%;
  left: 6%;
  width: 88%;
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transform: translate3d(0, 0, 0);
}
#top .bg-container .img_catchy2.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#top .bg-container .img_catchy2 img {
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#top .bg-container .img_catchy2 img.flicker {
  opacity: 1;
  animation: flickerJ 2s linear reverse infinite;
  width: 100%;
}
@keyframes flickerJ {
  0% {
    opacity: 0.7;
  }
  2% {
    opacity: 0.7;
  }
  14% {
    opacity: 0.7;
  }
  18% {
    opacity: 0.98;
  }
  20% {
    opacity: 0.7;
  }
  26% {
    opacity: 1;
  }
  33% {
    opacity: 0.7;
  }
  40% {
    opacity: 0.65;
  }
  45% {
    opacity: 0.65;
  }
  62% {
    opacity: 1;
  }
  63% {
    opacity: 0.7;
  }
  72% {
    opacity: 0.65;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 1;
  }
  92% {
    opacity: 0.8;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#top .bg-container .img_catchy3 {
  position: absolute;
  top: 4%;
  right: 3%;
  width: 6%;
  -webkit-transition: all 0.2 cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2 cubic-bezier(0, 0, 0.58, 1);
  opacity: 0;
}
#top .bg-container .img_catchy3.is-animated {
  animation: poyoyon2 0.5s 1.2s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
#top .bg-container .img_catchy4 {
  position: absolute;
  top: 9%;
  right: 9.7%;
  width: 5%;
  opacity: 0;
}
#top .bg-container .img_catchy4.is-animated {
  animation: poyoyon2 0.5s 1.6s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
@keyframes poyoyon2 {
  0% {
    transform: translate3d(0, -50px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
#top .bg-container .bg_shadow {
  position: absolute;
  top: 33%;
  left: 0;
  width: 100%;
  opacity: 0.5;
}
#top .bg-footer {
  top: 0%;
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background: url(../images/bg_footer.jpg) no-repeat;
  background-position: 48% top;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
#top .bg-footer.active {
  opacity: 1;
}
#top .bg-footer2 {
  top: 0%;
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background: url(../images/bg_03.jpg) no-repeat;
  background-position: 48% top;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
#top .bg-footer2.active {
  opacity: 1;
}
#top .bg-footer2 .bg_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
#top .catchy {
  position: absolute;
  top: 21%;
  left: 15%;
  width: 58%;
}
#top .container {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.anim-box.is-animated {
  animation: poyoyon 0.5s 0.8s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}

.anim-box.is-animated.img_catchy {
  animation: poyoyon 0.5s 1s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}

.anim-box {
  transform: translateX(-140px);
  opacity: 0;
}

@keyframes poyoyon {
  0% {
    transform: translateX(-140px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
.scrollmagic-pin-spacer {
  background: #000;
}

section {
  position: relative;
  padding: 55px 0;
}
section h2 {
  position: relative;
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 3.7333333333vw;
  color: #f29200;
  letter-spacing: 2px;
}
section h2 img {
  width: 26%;
  max-width: 180px;
}

.bnr_area {
  position: relative;
  margin: 0 auto 0;
  width: 80%;
}
.bnr_area ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -2% -2%;
  justify-content: center;
  align-items: center;
}
.bnr_area ul li {
  width: 31.33%;
  margin: 0 0 2% 2%;
}

#intro {
  padding: 0;
}
#intro .logo_wrap {
  margin: 4% auto 8%;
}
#intro h1 {
  margin: 0% auto;
  width: 55%;
}
#intro h1 img {
  width: 100%;
  max-width: none;
}
#intro .swey_top {
  position: absolute;
  top: -18%;
  width: 100%;
}
#intro .swey_bottom {
  position: absolute;
  bottom: -17%;
  width: 100%;
}
@keyframes flickerI {
  0% {
    opacity: 0.6;
  }
  5% {
    opacity: 0.6;
  }
  10% {
    opacity: 0.6;
  }
  17% {
    opacity: 0.95;
  }
  20% {
    opacity: 0.6;
  }
  30% {
    opacity: 1;
  }
  33% {
    opacity: 0.6;
  }
  40% {
    opacity: 0.55;
  }
  45% {
    opacity: 0.6;
  }
  58% {
    opacity: 1;
  }
  60% {
    opacity: 0.6;
  }
  63% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.6;
  }
  90% {
    opacity: 1;
  }
  92% {
    opacity: 0.6;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#intro .txt_neon {
  position: absolute;
  top: 48%;
  left: 5%;
  width: 90%;
  margin: 0% auto;
}
#intro .txt_neon img {
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#intro .txt_neon img.flicker {
  opacity: 1;
  animation: flickerI 2s linear reverse infinite;
  width: 100%;
}
#intro .bnr {
  position: absolute;
  width: 15%;
  margin: 0 auto;
  padding-top: 0;
  top: 21%;
  left: 4%;
  animation: hurueru2 3s infinite 5s;
}
#intro .bnr a {
  display: block;
}
#intro .bnr a:hover {
  animation: hurueru 0.1s infinite;
}
@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@keyframes hurueru2 {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  2% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  4% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  6% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  8% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
#intro .intro_inner {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2% 0 6% 0;
}
#intro p {
  font-size: 10px;
  font-size: 2.6666666667vw;
  letter-spacing: -0.9px;
  text-align: justify;
}
#intro p small {
  font-size: 70%;
  display: inline-block;
  margin-top: -0.7em;
  letter-spacing: -0.6px;
}
#intro .logo_reflection {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
#intro .logo_base {
  position: relative;
}
#intro .logo_base img {
  opacity: 0.8;
  width: 100%;
}
#intro .logo_reflection {
  background-size: contain;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#intro .logo_reflection img {
  width: 100%;
}
@keyframes reflection {
  0% {
    height: 100%;
    opacity: 0;
  }
  10% {
    height: 100%;
    opacity: 0.7;
  }
  25% {
    height: 0;
    opacity: 1;
  }
  26% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
#intro .neon01 {
  position: absolute;
  top: 5%;
  width: 100%;
}
#intro .neon01 .logo_reflection {
  animation: reflection 1.5s cubic-bezier(0.33, 1, 0.68, 1) 2s infinite;
}
#intro .neon02 {
  position: absolute;
  top: calc(52.8% + 90px);
  width: 100%;
}
#intro .neon02 .logo_reflection {
  animation: reflection 1.5s cubic-bezier(0.33, 1, 0.68, 1) 4s infinite;
}

#trailer {
  position: relative;
  /* margin-top: calc(24% - 50px); */
  padding-bottom: 12%;
  padding-top: 0px;
}
#trailer .trailer_wrap {
  max-width: 850px;
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#trailer .trailer_wrap .trailer {
  width: 46%;
  margin: 0 2% 0 2%;
  position: relative;
}
#trailer .trailer_wrap .trailer div {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#trailer .trailer_wrap .trailer iframe, #trailer .trailer_wrap .trailer span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#story {
  padding: 0;
}
#story h1 {
  margin: 0% auto;
  width: 55%;
}
#story h1 img {
  width: 100%;
  max-width: none;
}
#story .content_inner {
  position: absolute;
  top: 0;
  left: 10%;
  height: 100%;
  width: 80%;
}
#story .content_inner h2 {
  margin-bottom: 15px;
}
#story .content_inner h2 img {
  width: 26%;
  max-width: 270px;
}
#story .content_inner .story_content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#story .content_inner .story_content p {
  line-height: 1.75;
}
#story .bnr {
  position: absolute;
  width: 15%;
  margin: 0 auto;
  padding-top: 0;
  top: 21%;
  left: 4%;
  animation: hurueru2 3s infinite 5s;
}
#story .bnr a {
  display: block;
}
#story .bnr a:hover {
  animation: hurueru 0.1s infinite;
}
#story .main_content > img {
  width: 100%;
}
#story .story_inner {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2% 0 6% 0;
}
#story p {
  font-size: 10px;
  font-size: 2.6666666667vw;
  letter-spacing: -0.9px;
  text-align: justify;
}
#story p small {
  font-size: 70%;
  display: inline-block;
  margin-top: -0.7em;
  letter-spacing: -0.6px;
}

#soukanzu {
  position: relative;
  padding: 0 0;
}
#soukanzu .soukanzu_area {
  position: relative;
  width: 96%;
  margin: 0 auto;
}
#soukanzu .soukanzu_area > img {
  width: 100%;
}
#soukanzu .soukanzu_area .character_ico {
  position: absolute;
  width: 20%;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
#soukanzu .soukanzu_area .character_ico:hover {
  opacity: 0.7;
}
#soukanzu .soukanzu_area .character_ico:nth-child(1) {
  top: 32%;
  left: 38%;
  width: 24%;
}
#soukanzu .soukanzu_area .character_ico:nth-child(2) {
  top: 37%;
  left: 22.2%;
  width: 17%;
}
#soukanzu .soukanzu_area .character_ico:nth-child(3) {
  top: 34.3%;
  left: 66%;
  width: 17%;
}
#soukanzu .soukanzu_area .character_ico:nth-child(4) {
  top: 35.3%;
  left: 79.5%;
  width: 17%;
}
#soukanzu .soukanzu_area .character_ico:nth-child(5) {
  top: 37%;
  left: 0%;
  width: 17%;
}
#soukanzu .soukanzu_area .character_ico:nth-child(6) {
  top: 2.6%;
  left: 1%;
  width: 17%;
}
#soukanzu .soukanzu_area .character_ico:nth-child(7) {
  top: 69.9%;
  left: 42%;
  width: 17%;
}
#soukanzu .soukanzu_area .character_ico:nth-child(8) {
  top: 70.9%;
  left: 20.1%;
  width: 17%;
}
#soukanzu .soukanzu_area .character_ico:nth-child(9) {
  top: 68%;
  left: 80%;
  width: 17%;
}
#soukanzu .soukanzu_area .character_ico:nth-child(10) {
  top: 0%;
  left: 72.5%;
  width: 17%;
}
#soukanzu .soukanzu_area .character_ico:nth-child(11) {
  top: 0%;
  left: 16.5%;
  width: 17%;
}

#character {
  display: none;
  top: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.76);
  z-index: 100000000;
}
#character .character_inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#character .character_inner .character_box {
  margin: 0 auto;
  width: 1000px;
  height: 600px;
}
#character .character_inner .character_box .main-carousel {
  width: 85%;
  height: 100%;
  margin: 0 auto;
  padding-top: 15%;
}
#character .popup_close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 42px;
  font-size: 3.5rem;
}

.flickity-button {
  position: absolute;
  background: transparent;
  border: none;
  color: #fff;
}
.flickity-button:hover {
  background: transparent;
  color: #fff;
  border: none;
}

.flickity-prev-next-button.previous {
  left: -5px;
}

.flickity-prev-next-button.next {
  right: -5px;
}

:root {
  /* Set neon color */
  --neon-text-color: #ed9f07;
  --neon-border-color: #fafa00;
}

.loop_wrap {
  display: flex;
  height: auto;
  overflow: hidden;
  position: absolute;
  width: 350vw;
  margin: 11% auto 0;
  left: -5%;
  top: 80.5%;
  /* margin-top: 100px; */
  transform: rotate(12.4deg);
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.slanting {
  display: flex;
}
.slanting:nth-child(odd) {
  animation: loop 440s -220s infinite linear;
}
.slanting:nth-child(even) {
  animation: loop2 440s -60s infinite linear;
}

.slanting li div {
  width: 100%;
  height: 100%;
  transform: skewX(9deg);
}

.slanting li {
  width: 200px;
  height: 90px;
  margin: 0 -0.3%;
  display: inline-block;
  /* border: solid 1px #fff; */
  transform: skewX(-8deg);
  overflow: hidden;
}
.slanting li div {
  width: 120%;
  position: relative;
  left: -20%;
}
.slanting li.slide01 div {
  background: url(../images/thumb01.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}
.slanting li.slide02 div {
  background: url(../images/thumb02.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.slanting li.slide03 div {
  background: url(../images/thumb03.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.slanting li.slide04 div {
  background: url(../images/thumb04.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}
.slanting li.slide05 div {
  background: url(../images/thumb05.jpg) no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.slanting li.slide06 div {
  background: url(../images/thumb06.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}
.slanting li.slide07 div {
  background: url(../images/thumb07.jpg) no-repeat;
  background-position: 20% top;
  background-size: cover;
}
.slanting li.slide08 div {
  background: url(../images/thumb08.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}

/*-----------------------------------------------------------------
  channel area
------------------------------------------------------------------*/
#channel_area {
  padding: 30px 0;
}
#channel_area h2 {
  font-size: 18px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  margin: 0 0 15px;
}
#channel_area h2 img {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -5px;
}

#channel_slick {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#channel_slick .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
}
#channel_slick .slick-dots li.slick-active button:before {
  color: #d80000;
  opacity: 1;
}
#channel_slick .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#channel_slick .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.channel_slide {
  margin: 0 20px;
}

#channel_slick_next, #channel_slick_preview {
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

#channel_slick_next {
  right: -30px;
}

#channel_slick_preview {
  left: -30px;
}

.channel_tit {
  margin-top: 5px;
  text-align: center;
}

.channel_btn {
  text-align: center;
  margin: 25px auto 0;
}
.channel_btn img {
  max-width: 90px;
}

#theater {
  position: relative;
  padding-top: 0px;
}
#theater h2 {
  margin-bottom: 30px;
}
#theater .iframe-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 0;
  padding-top: 145%;
}
#theater .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#spoiler {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0;
  /*ボックス全体*/
  /*ラベル*/
  /*アイコンを表示*/
  /*ラベルホバー時*/
  /*チェックは隠す*/
  /*中身を非表示にしておく*/
  /*クリックで中身表示*/
  /*アイコンを入れ替える*/
}
#spoiler .spoiler_inner {
  width: 90%;
  margin: 0 auto;
}
#spoiler h2 {
  margin: 30px auto 45px;
}
#spoiler h2.character_cp {
  margin: 50px auto 20px;
}
#spoiler h2 img {
  width: 100%;
  max-width: none;
}
#spoiler h2 small {
  font-size: 8px;
  font-size: 2.1333333333vw;
  position: absolute;
  right: 0;
  text-align: right;
  letter-spacing: -0.1px;
  width: 100%;
  bottom: -2em;
  color: #fff;
}
#spoiler h3 {
  margin: 20px auto 15px;
  text-align: center;
}
#spoiler h3 img {
  width: 60%;
  max-width: none;
}
#spoiler .intro {
  font-size: 9.5px;
  font-size: 2.5333333333vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#spoiler .intro02 {
  margin-bottom: 30px;
}
#spoiler .intro02 h4 {
  margin-bottom: 5px;
}
#spoiler .intro02 p {
  font-size: 9.5px;
  font-size: 2.5333333333vw;
}
#spoiler .accbox {
  margin: 0;
  padding: 0;
}
#spoiler .accbox .accbox_child {
  /* margin-bottom: 10px; */
}
#spoiler .accbox .accbox_child:first-child {
  padding-top: 0;
}
#spoiler .accbox .accbox_child:last-child {
  border-bottom: none;
}
#spoiler .accbox label {
  position: relative;
  display: block;
  padding: 15px 0px 15px 0px;
  color: #000;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.5s;
}
#spoiler .accbox label a {
  color: #000;
  text-decoration: underline;
}
#spoiler .accbox label a:hover {
  text-decoration: none;
}
#spoiler .accbox label span {
  font-size: 10px;
  font-size: 2.6666666667vw;
}
#spoiler .accbox label .fa-caret-circle-down {
  opacity: 1;
}
#spoiler .accbox label .fa-caret-circle-up {
  opacity: 0;
}
#spoiler .accbox label i {
  text-align: right;
  position: absolute;
  font-size: 10px;
  font-size: 2.6666666667vw;
  top: 65%;
  right: 16%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  line-height: 30px;
}
#spoiler .accbox input {
  display: none;
}
#spoiler .accbox .accshow {
  font-size: 10px;
  font-size: 2.6666666667vw;
  background: #000;
  transform: translateY(-1px);
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}
#spoiler .accbox .accshow a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.15s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.15s cubic-bezier(0, 0, 0.58, 1);
}
#spoiler .accbox .accshow a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#spoiler .accbox .accshow br {
  line-height: 1.2;
}
#spoiler .cssacc:checked + label + .accshow {
  height: auto;
  opacity: 1;
  transform: translateY(0);
  padding: 0 25px 30px;
}
#spoiler .accbox .accshow p {
  margin: 15px 10px;
  color: #fff;
}
#spoiler .cssacc:checked + label .fa-caret-circle-up {
  opacity: 1;
}
#spoiler .cssacc:checked + label .fa-caret-circle-down {
  opacity: 0;
}
#spoiler .trivia {
  position: relative;
  background: #fff100;
  padding: 10% 0;
  margin-top: 30%;
}
#spoiler .trivia > img {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
}

footer {
  margin-top: 0%;
  padding: 22% 0 10px;
  position: relative;
  color: #fff;
  background: url(../images/footer_bg.png) no-repeat 57% top;
  background-size: cover;
}
footer .logo_footer {
  text-align: center;
  margin: 11% auto 5%;
}
footer .logo_footer .footer_logo {
  width: 65%;
}
footer .logo_footer .footer_neon {
  position: absolute;
  top: 59%;
  left: 16%;
  width: 68%;
}
footer .logo_footer .footer_neon img {
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
footer .logo_footer .footer_neon img.flicker {
  opacity: 1;
  animation: flickerJ 2s linear reverse infinite;
  width: 100%;
}
footer .footer_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 76%;
  padding-top: 27%;
  margin-left: 12%;
  min-width: auto;
}
footer .credit p {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #fff;
  font-size: 5px;
  font-size: 1.3333333333vw;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(150, 75, 21, 0.8);
  margin-bottom: 14px;
}
footer .icon ul {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
footer .icon ul li {
  display: inline-block;
  text-align: center;
  width: 30%;
}
footer .copyrights {
  margin-top: 40px;
  text-align: center;
}
footer .copyrights .ico_sony {
  color: #fff;
  margin-right: 0;
  margin-bottom: 10px;
}
footer .copyrights .ico_sony img {
  max-width: 24px;
}
footer .copyrights .copy {
  color: #fff;
  margin-right: 0;
  margin-bottom: 0px;
}
footer .copyrights p {
  color: #fff;
  font-size: 5px;
  font-size: 1.3333333333vw;
  padding-bottom: 5px;
}
footer .copyrights p a {
  color: #fff;
  text-decoration: underline;
}

#bnr_netabare {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 45%;
}
#bnr_netabare:hover {
  opacity: 0.7;
}

/*-----------  loop_wrap  ------------*/
@keyframes loadingAnim {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes tenten {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
#loading {
  z-index: 20000001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-position: center center;
  background-size: cover;
  background: url("../images/img_loading_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
#loading .loading_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  animation: loadingAnim 4s cubic-bezier(0.33, 1, 0.68, 1) 1s both;
}
#loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  animation: tenten 2s linear 1s infinite;
}

@media (orientation: landscape) {
  /*-----------------------------------------------------------------
    dropdown nav
  ------------------------------------------------------------------*/
  nav.left_nav {
    width: 250px;
    height: 100%;
    padding-top: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-250px);
    transition: all 0.5s;
  }

  nav.left_nav.open {
    transform: translateZ(0);
  }

  nav.left_nav li {
    text-align: center;
    width: auto;
    padding: 5px 15px;
    color: #fff;
    margin: 0 6px;
  }
  nav.left_nav li svg {
    fill: #fff;
    height: 24px;
  }
  nav.left_nav li:nth-child(1) svg {
    width: 40px;
  }
  nav.left_nav li:nth-child(2) svg {
    width: 85px;
  }
  nav.left_nav li:nth-child(3) svg {
    width: 66px;
    position: relative;
    top: -2px;
  }
  nav.left_nav li:nth-child(4) {
    margin-top: 2px;
  }
  nav.left_nav li:nth-child(4) svg {
    width: 46px;
    position: relative;
    top: -4px;
  }
  nav.left_nav li:nth-child(6) svg {
    width: 187px;
  }
  nav.left_nav li:nth-child(7) svg {
    width: 66px;
  }

  nav.right_nav {
    width: 125px;
    height: 100%;
    padding-top: 70px;
    text-align: right;
    padding-right: 34px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    transform: translate(125px);
    transition: all 0.5s;
  }
  nav.right_nav li {
    margin: 15px auto;
  }
}
.anim-target {
  opacity: 0;
}

@-webkit-keyframes anim-text1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes anim-text1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
.anim-target.visible {
  -webkit-animation: anim-text1 1.6s;
  animation: anim-text1 1.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes anim-text2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes anim-text2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
.anim-text2 {
  -webkit-animation: anim-text2 1.5s;
  animation: anim-text2 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fadein, .fadein_sc {
  opacity: 0;
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.45s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.45s cubic-bezier(0, 0, 0.58, 1);
}

.fadein.scrolling {
  opacity: 1;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* ============================================
 Media Queries
============================================ */
@media screen and (min-width: 900px) {
  .no_pc {
    display: none;
  }

  .no_sp {
    display: inline;
  }

  html, body {
    width: 100%;
    height: auto;
    color: #fff;
    min-width: 320px;
    letter-spacing: -0.1px;
    font-size: 12px;
    line-height: 1.65;
    font-family: "M PLUS 1p", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
  }

  .clearfix:before, .clearfix:after {
    content: "";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }

  #exterior_wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }

  .wrapper {
    position: relative;
    width: 84%;
    max-width: 950px;
    margin: 0 auto;
  }
  .wrapper:before, .wrapper:after {
    content: "";
    display: table;
  }
  .wrapper:after {
    clear: both;
  }

  .lity {
    z-index: 10001000 !important;
  }

  /* ============================================
   header
  ============================================ */
  body.init header {
    transform: translateY(-60px);
    opacity: 0;
  }

  body.init header {
    animation: init 0.2s 1.8s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
  }
  body.init .sns {
    animation: init 0.2s 1.8s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
  }
  body.init .left_nav {
    animation: init 0.2s 1.8s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
  }

  header {
    position: fixed;
    webkit-transform: translateZ;
    top: 0;
    height: 60px;
    z-index: 100;
    transform: translateY(-60px);
    opacity: 0;
  }

  header a :hover {
    text-decoration: none !important;
  }

  header .head_left {
    float: left;
    width: 47%;
    max-width: 160px;
  }

  header .logo {
    margin-left: -7px;
    margin-right: 0;
  }

  header .logo a :hover {
    text-decoration: none !important;
  }

  header .head_right {
    padding-top: 5px;
    padding-right: 30px;
  }

  /*-----------------------------------------------------------------
    ハンバーガーメニュー
  ------------------------------------------------------------------*/
  .menu_button, .menu_button span {
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }

  .menu_button {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 58px;
    height: 58px;
    padding: 18px 16px;
    cursor: pointer;
  }
  .menu_button > div {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .menu_button:hover {
    text-decoration: none;
  }

  .menu_button span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

  .menu_button span:nth-of-type(1) {
    top: 0;
  }

  .menu_button span:nth-of-type(2) {
    top: 10px;
  }

  .menu_button span:nth-of-type(3) {
    bottom: 0;
  }

  /*-----------  active  ------------*/
  .menu_button.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

  .menu_button.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu_button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }

  /*-----------------------------------------------------------------
    dropdown nav
  ------------------------------------------------------------------*/
  nav.left_nav {
    width: 60%;
    height: 60px;
    padding-top: 0;
    background-color: transparent;
    position: fixed;
    top: 10px;
    left: 18px;
    z-index: 100000;
    transition: all 0.5s;
    transform: translateY(-60px);
    opacity: 1;
  }
  nav.left_nav ul {
    display: flex;
  }

  nav.left_nav.open {
    transform: translateZ(0);
  }

  nav.left_nav li {
    text-align: center;
    padding: 5px 3px;
    font-size: 26px;
    font-size: 2.1666666667rem;
    color: #fff;
  }
  nav.left_nav li img {
    width: 77%;
  }

  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s;
  }

  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  .nav_close {
    position: absolute;
    top: 10px;
    right: 24px;
    width: 30px;
  }

  /*-----------------------------------------------------------------
    ハンバーガーメニュー
  ------------------------------------------------------------------*/
  .menu_button, .menu_button span {
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }

  .menu_button {
    display: none;
    position: absolute;
    left: 5px;
    top: 4px;
    width: 38px;
    height: 38px;
    padding: 10px 9px;
    cursor: pointer;
    background: transparent;
  }
  .menu_button > div {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .menu_button:hover {
    text-decoration: none;
  }

  .menu_button span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

  .menu_button span:nth-of-type(1) {
    top: 0;
  }

  .menu_button span:nth-of-type(2) {
    top: 8px;
  }

  .menu_button span:nth-of-type(3) {
    bottom: 0;
  }

  /*-----------  active  ------------*/
  .menu_button.active span:nth-of-type(1) {
    -webkit-transform: translateY(6.5px) rotate(-45deg);
    transform: translateY(6.5px) rotate(-45deg);
  }

  .menu_button.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu_button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }

  .sns {
    z-index: 10000011;
    top: 14px;
    right: 20px;
    position: fixed;
    transform: translateY(-60px);
    opacity: 1;
  }
  .sns ul {
    display: flex;
    margin-right: -7px;
    justify-content: center;
    align-items: center;
  }
  .sns ul li {
    font-size: 22px;
    font-size: 1.8333333333rem;
    color: #fff;
    margin: 0 7px;
  }
  .sns ul li.tiktok {
    width: 18px;
    margin-top: -1px;
    margin-left: 7px;
  }

  /* ============================================
   contents
  ============================================ */
  #content_area {
    padding-top: 54%;
    width: 100%;
  }

  .sakura {
    position: absolute;
    z-index: 10;
  }
  .sakura.sakura01 {
    top: 4%;
    left: 5%;
    width: 20%;
  }
  .sakura.sakura02 {
    top: 27%;
    right: 4%;
    width: 18%;
  }
  .sakura.sakura03 {
    top: 53%;
    left: 2%;
    width: 8%;
  }

  #top {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    width: 100%;
    padding-top: 0;
    background: #000;
  }
  #top .bg-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 0;
  }
  #top .bg-container .main_visual {
    width: 100%;
  }
  #top .bg-container .img_brapi {
    position: absolute;
    right: 0px;
    width: 51%;
    bottom: -34%;
  }
  #top .bg-container .img_catchy {
    position: absolute;
    top: 7%;
    left: 2%;
    width: 35%;
  }
  #top .bg-container .img_catchy2 {
    position: absolute;
    top: 47%;
    left: 6%;
    width: 88%;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transform: translate3d(80px, 80px, 0);
  }
  #top .bg-container .img_catchy2.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  #top .bg-container .img_catchy3 {
    position: absolute;
    top: 8%;
    right: 3%;
    width: 6%;
    -webkit-transition: all 0.2 cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2 cubic-bezier(0, 0, 0.58, 1);
    opacity: 0;
  }
  #top .bg-container .img_catchy3.is-animated {
    animation: poyoyon2 0.5s 1.2s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
  }
  #top .bg-container .img_catchy4 {
    position: absolute;
    top: 13%;
    right: 9.7%;
    width: 5%;
    opacity: 0;
  }
  #top .bg-container .img_catchy4.is-animated {
    animation: poyoyon2 0.5s 1.6s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
  }
  #top .bg-container .bg_shadow {
    position: absolute;
    top: 33%;
    left: 0;
    width: 100%;
    opacity: 0.5;
  }
  #top .bg-footer {
    top: 26%;
    left: 0;
    position: fixed;
    overflow: hidden;
    height: 200vh;
    width: 100%;
    background: url(../images/bg_footer.jpg) no-repeat;
    background-position: 88% 70%;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  }
  #top .bg-footer.active {
    opacity: 1;
  }
  #top .bg-footer2 {
    top: 46%;
    left: 0;
    position: fixed;
    overflow: hidden;
    height: 270vh;
    width: 100%;
    background: url(../images/bg_03.jpg) no-repeat;
    background-position: 88% 70%;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  }
  #top .bg-footer2.active {
    opacity: 1;
  }
  #top .bg-footer2 .bg_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
  }
  #top .catchy {
    position: absolute;
    top: 21%;
    left: 15%;
    width: 58%;
  }
  #top .container {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .scrollmagic-pin-spacer {
    background: #000;
  }

  section {
    position: relative;
    padding: 55px 0;
  }
  section h2 {
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 3.7333333333vw;
    color: #f29200;
    letter-spacing: 2px;
  }
  section h2 img {
    width: 26%;
    max-width: 180px;
  }

  .bnr_area {
    position: relative;
    margin: 0 auto 0;
    width: 80%;
  }
  .bnr_area ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -2% -2%;
    justify-content: center;
    align-items: center;
  }
  .bnr_area ul li {
    width: 31.33%;
    margin: 0 0 2% 2%;
  }

  #trailer {
    position: relative;
    margin-top: -22%;
    padding-bottom: 0%;
    padding-top: 0;
  }
  #trailer .trailer_wrap {
    max-width: 850px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  #trailer .trailer_wrap .trailer {
    width: 46%;
    margin: 0 2% 0 2%;
    position: relative;
  }
  #trailer .trailer_wrap .trailer div {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  #trailer .trailer_wrap .trailer iframe, #trailer .trailer_wrap .trailer span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #story {
    padding: 0;
    margin-top: 300px;
  }
  #story h1 {
    margin: 0% auto;
    width: 55%;
  }
  #story h1 img {
    width: 100%;
    max-width: none;
  }
  #story .content_inner {
    position: absolute;
    top: 0;
    left: 10%;
    height: 100%;
    width: 80%;
  }
  #story .content_inner h2 {
    margin-bottom: 15px;
  }
  #story .content_inner h2 img {
    width: 46%;
    max-width: 270px;
  }
  #story .content_inner .story_content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #story .content_inner .story_content p {
    line-height: 1.75;
  }
  #story .bnr {
    position: absolute;
    width: 15%;
    margin: 0 auto;
    padding-top: 0;
    top: 21%;
    left: 4%;
    animation: hurueru2 3s infinite 5s;
  }
  #story .bnr a {
    display: block;
  }
  #story .bnr a:hover {
    animation: hurueru 0.1s infinite;
  }
  #story .story_inner {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2% 0 6% 0;
  }
  #story p {
    font-size: 18px;
    font-size: 1.5rem;
    letter-spacing: 0.1px;
    text-align: justify;
    line-height: 1.8;
    width: 600px;
    margin: 0 auto;
  }
  #story p small {
    font-size: 70%;
    display: inline-block;
    margin-top: -0.7em;
    letter-spacing: -0.6px;
  }

  #soukanzu {
    position: relative;
    padding: 0 0;
    margin: -320px 0 0;
  }
  #soukanzu .soukanzu_area {
    width: 92%;
    margin: 0 auto;
  }

  :root {
    /* Set neon color */
    --neon-text-color: #ed9f07;
    --neon-border-color: #fafa00;
  }

  #intro {
    padding: 0;
  }
  #intro .logo_wrap {
    margin: 1% auto 8%;
  }
  #intro .intro_detail {
    position: relative;
  }
  #intro h1 {
    margin: 0% auto;
    width: 55%;
  }
  #intro h1 img {
    width: 100%;
    max-width: none;
  }
  #intro .swey_top {
    position: absolute;
    top: -18%;
    width: 100%;
  }
  #intro .swey_bottom {
    position: absolute;
    bottom: -17%;
    width: 100%;
  }
  @keyframes flickerI {
    0% {
      opacity: 0.6;
    }
    5% {
      opacity: 0.6;
    }
    10% {
      opacity: 0.6;
    }
    17% {
      opacity: 0.95;
    }
    20% {
      opacity: 0.6;
    }
    30% {
      opacity: 1;
    }
    33% {
      opacity: 0.6;
    }
    40% {
      opacity: 0.55;
    }
    45% {
      opacity: 0.6;
    }
    58% {
      opacity: 1;
    }
    60% {
      opacity: 0.6;
    }
    63% {
      opacity: 0.6;
    }
    80% {
      opacity: 0.6;
    }
    90% {
      opacity: 1;
    }
    92% {
      opacity: 0.6;
    }
    99% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  #intro .txt_neon {
    position: absolute;
    top: 48%;
    left: 5%;
    width: 90%;
    margin: 0% auto;
  }
  #intro .txt_neon img {
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #intro .txt_neon img.flicker {
    opacity: 1;
    animation: flickerI 2s linear reverse infinite;
    width: 100%;
  }
  #intro .bnr {
    position: absolute;
    width: 15%;
    margin: 0 auto;
    padding-top: 0;
    top: 21%;
    left: 4%;
  }
  #intro .intro_inner {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2% 0 0 0;
  }
  #intro p {
    font-size: 10px;
    font-size: 2.6666666667vw;
    letter-spacing: -0.9px;
    text-align: justify;
  }
  #intro p small {
    font-size: 70%;
    display: inline-block;
    margin-top: -0.7em;
    letter-spacing: -0.6px;
  }
  #intro .logo_reflection {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  #intro .logo_base {
    position: relative;
  }
  #intro .logo_base img {
    opacity: 0.8;
    width: 100%;
  }
  #intro .logo_reflection {
    background-size: contain;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  #intro .logo_reflection img {
    width: 100%;
  }
  @keyframes reflection {
    0% {
      height: 100%;
      opacity: 0;
    }
    10% {
      height: 100%;
      opacity: 0.7;
    }
    25% {
      height: 0;
      opacity: 1;
    }
    26% {
      height: 0;
      opacity: 0;
    }
    100% {
      height: 0;
      opacity: 0;
    }
  }
  #intro .neon01 {
    position: absolute;
    top: -1%;
    width: 100%;
  }
  #intro .neon01 .logo_reflection {
    animation: reflection 1.5s cubic-bezier(0.33, 1, 0.68, 1) 2s infinite;
  }
  #intro .neon02 {
    position: absolute;
    top: calc(52.4% + 210px);
    width: 100%;
  }
  #intro .neon02 .logo_reflection {
    animation: reflection 1.5s cubic-bezier(0.33, 1, 0.68, 1) 4s infinite;
  }

  #character {
    display: none;
    top: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.76);
    z-index: 100000000;
  }
  #character .character_inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #character .character_inner .character_box {
    margin: 0 auto;
    width: 1000px;
    height: 600px;
  }
  #character .character_inner .character_box .main-carousel {
    width: 49%;
    height: 100%;
    margin: 0 auto;
    padding-top: 2%;
  }
  #character .popup_close {
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 60px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 92px;
  }

  .flickity-button {
    position: absolute;
    background: transparent;
    border: none;
    color: #fff;
  }
  .flickity-button:hover {
    background: transparent;
    color: #fff;
    border: none;
  }

  .flickity-prev-next-button.previous {
    left: -5px;
  }

  .flickity-prev-next-button.next {
    right: -5px;
  }

  #bnr_netabare {
    position: fixed;
    right: 0;
    bottom: 0;
    width: auto;
  }
  #bnr_netabare:hover {
    opacity: 0.7;
  }

  .loop_wrap {
    display: flex;
    height: auto;
    overflow: hidden;
    position: absolute;
    width: 350vw;
    margin: 0% auto 0;
    left: -10%;
    bottom: auto;
    top: 100%;
    /* margin-top: 100px; */
    transform: rotate(12.4deg);
  }

  @keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
  .slanting {
    display: flex;
  }
  .slanting:nth-child(odd) {
    animation: loop 440s -220s infinite linear;
  }
  .slanting:nth-child(even) {
    animation: loop2 440s -36s infinite linear;
  }

  .slanting li div {
    width: 100%;
    height: 100%;
    transform: skewX(9deg);
  }

  .slanting li {
    width: 450px;
    height: 210px;
    margin: 0 -0.3%;
    display: inline-block;
    /* border: solid 1px #fff; */
    transform: skewX(-8deg);
    overflow: hidden;
  }
  .slanting li div {
    width: 120%;
    position: relative;
    left: -20%;
  }
  .slanting li.slide01 div {
    background: url(../images/thumb01.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .slanting li.slide02 div {
    background: url(../images/thumb02.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
  .slanting li.slide03 div {
    background: url(../images/thumb03.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
  .slanting li.slide04 div {
    background: url(../images/thumb04.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .slanting li.slide05 div {
    background: url(../images/thumb05.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  .slanting li.slide06 div {
    background: url(../images/thumb06.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .slanting li.slide07 div {
    background: url(../images/thumb07.jpg) no-repeat;
    background-position: 20% top;
    background-size: cover;
  }
  .slanting li.slide08 div {
    background: url(../images/thumb08.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
  }

  /*-----------------------------------------------------------------
    channel area
  ------------------------------------------------------------------*/
  #channel_area {
    padding: 55px 0;
  }
  #channel_area h2 {
    font-size: 34px;
    font-size: 2.8333333333rem;
    color: #fff;
    text-align: center;
    margin: 0 0 30px;
  }
  #channel_area h2 img {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    position: relative;
    top: -10px;
  }

  #channel_slick {
    width: 80%;
    margin: 0 auto;
    position: relative;
    max-width: none;
  }
  #channel_slick .slick-dots {
    bottom: -42px;
  }
  #channel_slick .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  #channel_slick .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 30px;
    height: 30px;
    font-family: "slick";
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
  }
  #channel_slick .slick-slide {
    padding: 0 20px;
    /* ガター */
  }

  .channel_slide {
    margin: 0 10px;
  }

  #channel_slick_next, #channel_slick_preview {
    position: absolute;
    display: block;
    height: 60px;
    width: 55px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 45%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
  }

  #channel_slick_next {
    right: -50px;
  }

  #channel_slick_preview {
    left: -50px;
  }

  .channel_tit {
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
    font-size: 1.0833333333rem;
  }

  .channel_btn {
    text-align: center;
    margin: 40px auto 0;
  }
  .channel_btn img {
    max-width: 140px;
  }

  #theater {
    position: relative;
    padding-top: 0px;
    padding-bottom: 100px;
  }
  #theater h2 {
    margin-bottom: 30px;
  }
  #theater .iframe-wrapper {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    height: 0;
    padding-top: 145%;
  }
  #theater .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #spoiler {
    position: relative;
    padding-top: 0px;
    padding-bottom: 100px;
    /*ボックス全体*/
    /*ラベル*/
    /*アイコンを表示*/
    /*ラベルホバー時*/
    /*チェックは隠す*/
    /*中身を非表示にしておく*/
    /*クリックで中身表示*/
    /*アイコンを入れ替える*/
  }
  #spoiler h2 {
    margin-bottom: 30px;
  }
  #spoiler h2 img {
    width: 100%;
  }
  #spoiler .accbox {
    margin: 0 auto;
    padding: 0;
    max-width: 1920px;
  }
  #spoiler .accbox .accbox_child {
    /* margin-bottom: 10px; */
  }
  #spoiler .accbox .accbox_child:first-child {
    padding-top: 0;
  }
  #spoiler .accbox .accbox_child:last-child {
    border-bottom: none;
  }
  #spoiler .accbox label {
    position: relative;
    display: block;
    padding: 5px 0px 5px 0px;
    line-height: 1.3;
    font-size: 14px;
    font-size: 1.1666666667rem;
    cursor: pointer;
    transition: all 0.5s;
  }
  #spoiler .accbox label a {
    text-decoration: underline;
  }
  #spoiler .accbox label a:hover {
    text-decoration: none;
  }
  #spoiler .accbox label span {
    font-size: 122px;
    font-size: 10.1666666667rem;
  }
  #spoiler .accbox label .fa-plus-circle {
    opacity: 1;
  }
  #spoiler .accbox label .fa-minus-circle {
    opacity: 0;
  }
  #spoiler .accbox label i {
    text-align: right;
    position: absolute;
    font-size: 3.2666666667vw;
    top: 50%;
    right: 10px;
    top: 67%;
    right: 15%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: 30px;
  }
  #spoiler .accbox input {
    display: none;
  }
  #spoiler .accbox .accshow {
    font-size: 14px;
    font-size: 1.1666666667rem;
    background: #000;
    transform: translateY(-1px);
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
  }
  #spoiler .accbox .accshow a {
    text-decoration: underline;
    -webkit-transition: all 0.15s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.15s cubic-bezier(0, 0, 0.58, 1);
  }
  #spoiler .accbox .accshow a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #spoiler .accbox .accshow br {
    line-height: 1.2;
  }
  #spoiler .cssacc:checked + label + .accshow {
    height: auto;
    opacity: 1;
    transform: translateY(0);
    padding: 15px;
  }
  #spoiler .accbox .accshow p {
    margin: 15px 10px;
  }
  #spoiler .cssacc:checked + label .fa-plus-circle {
    opacity: 0;
  }
  #spoiler .cssacc:checked + label .fa-minus-circle {
    opacity: 1;
  }

  #spoiler {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0;
    /*ボックス全体*/
    /*ラベル*/
    /*アイコンを表示*/
    /*ラベルホバー時*/
    /*チェックは隠す*/
    /*中身を非表示にしておく*/
    /*クリックで中身表示*/
    /*アイコンを入れ替える*/
  }
  #spoiler .spoiler_inner {
    width: 90%;
    margin: 0 auto;
    max-width: 960px;
  }
  #spoiler h2 {
    margin: 60px auto 80px;
  }
  #spoiler h2.character_cp {
    margin: 100px auto 20px;
  }
  #spoiler h2 img {
    width: 100%;
    max-width: none;
  }
  #spoiler h2 small {
    font-size: 10px;
    font-size: 0.8333333333rem;
    position: absolute;
    right: 0;
    text-align: right;
    letter-spacing: -0.1px;
    width: 100%;
    bottom: -2em;
    color: #fff;
  }
  #spoiler h3 {
    margin: 40px auto 25px;
    text-align: center;
  }
  #spoiler h3 img {
    width: 60%;
    max-width: none;
  }
  #spoiler .intro {
    font-size: 20px;
    font-size: 1.6666666667rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
  }
  #spoiler .intro02 {
    margin-bottom: 60px;
  }
  #spoiler .intro02 h4 {
    margin-bottom: 10px;
  }
  #spoiler .intro02 p {
    font-size: 18px;
    font-size: 1.5rem;
  }
  #spoiler .accbox {
    margin: 0 auto;
    padding: 0;
    max-width: 1920px;
  }
  #spoiler .accbox .accbox_child {
    /* margin-bottom: 10px; */
  }
  #spoiler .accbox .accbox_child:first-child {
    padding-top: 0;
  }
  #spoiler .accbox .accbox_child:last-child {
    border-bottom: none;
  }
  #spoiler .accbox label {
    position: relative;
    display: block;
    padding: 15px 0px 15px 0px;
    color: #000;
    line-height: 1.3;
    font-size: 18px;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.5s;
  }
  #spoiler .accbox label a {
    color: #000;
    text-decoration: underline;
  }
  #spoiler .accbox label a:hover {
    text-decoration: none;
  }
  #spoiler .accbox label span {
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  #spoiler .accbox label .fa-caret-circle-down {
    opacity: 1;
  }
  #spoiler .accbox label .fa-caret-circle-up {
    opacity: 0;
  }
  #spoiler .accbox label i {
    text-align: right;
    position: absolute;
    font-size: 11px;
    font-size: 2.9333333333vw;
    top: 66.2%;
    right: 16%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: 30px;
  }
  #spoiler .accbox label:hover {
    opacity: 0.7;
  }
  #spoiler .accbox input {
    display: none;
  }
  #spoiler .accbox .accshow {
    font-size: 18px;
    font-size: 1.5rem;
    background: #000;
    transform: translateY(-1px);
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
    margin: -20px auto;
    max-width: 960px;
  }
  #spoiler .accbox .accshow a {
    color: #fff;
    text-decoration: underline;
    -webkit-transition: all 0.15s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.15s cubic-bezier(0, 0, 0.58, 1);
  }
  #spoiler .accbox .accshow a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #spoiler .accbox .accshow br {
    line-height: 1.2;
  }
  #spoiler .cssacc:checked + label + .accshow {
    height: auto;
    opacity: 1;
    transform: translateY(0);
    padding: 0 0px 100px;
    margin: 0 auto;
    max-width: 960px;
  }
  #spoiler .accbox .accshow p {
    margin: 15px 10px;
    color: #fff;
  }
  #spoiler .cssacc:checked + label .fa-caret-circle-up {
    opacity: 1;
  }
  #spoiler .cssacc:checked + label .fa-caret-circle-down {
    opacity: 0;
  }
  #spoiler .trivia {
    background: #fff100;
    padding: 10% 0;
  }
  #spoiler .trivia > img {
    position: absolute;
    top: -11%;
    left: 0;
    width: 100%;
    max-width: none;
  }

  footer {
    margin-top: 0%;
    padding: 22% 0 10px;
    position: relative;
    color: #fff;
    background: url(../images/footer_bg.png) no-repeat center top;
    background-size: cover;
  }
  footer .logo_footer {
    text-align: center;
    margin: 14% auto 15%;
  }
  footer .logo_footer .footer_logo {
    width: 56%;
  }
  footer .logo_footer .footer_neon {
    position: absolute;
    top: 74%;
    left: 22%;
    width: 57%;
  }
  footer .logo_footer .footer_neon img {
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  footer .logo_footer .footer_neon img.flicker {
    opacity: 1;
    animation: flickerJ 2s linear reverse infinite;
    width: 100%;
  }
  footer .footer_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 76%;
    padding-top: 27%;
    margin-left: 12%;
    min-width: auto;
  }
  footer .footer_bg {
    display: block;
  }
  footer .footer_inner {
    position: absolute;
    top: 0;
    width: 100%;
  }
  footer .credit p {
    color: #fff;
    font-size: 3px;
    font-size: 0.8vw;
    text-align: center;
    margin: 2% auto 2%;
    letter-spacing: -1px;
    text-shadow: none;
  }
  footer .credit p small {
    letter-spacing: -0.2px;
    font-size: 11px;
    font-size: 0.9166666667rem;
  }
  footer .icon ul {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  footer .icon ul li {
    display: inline-block;
    text-align: center;
    width: 29%;
  }
  footer .copyrights {
    position: absolute;
    bottom: 0px;
    margin-top: 0;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-left: 15px;
    margin-bottom: 5px;
  }
  footer .copyrights .copy_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  footer .copyrights .ico_sony {
    margin-right: 30px;
    margin-bottom: 10px;
  }
  footer .copyrights .ico_sony img {
    max-width: 35px;
  }
  footer .copyrights .copy {
    color: #fff;
    margin-right: 30px;
    margin-bottom: 10px;
  }
  footer .copyrights p {
    color: #fff;
    font-size: 10px;
    font-size: 0.8333333333rem;
    margin-bottom: 10px;
  }
  footer .copyrights p a {
    color: #fff;
    text-decoration: underline;
  }

  #loading {
    z-index: 20000001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-position: center center;
    background-size: cover;
    background: url("../images/img_loading_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  #loading .loading_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    animation: loadingAnim 4s cubic-bezier(0.33, 1, 0.68, 1) 1s both;
  }
  #loading g img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
  }
}
@media screen and (min-width: 1200px) {
  #spoiler .trivia {
    background: #fff100;
    padding: 10% 0;
  }
  #spoiler .trivia > img {
    position: absolute;
    top: -12.3%;
    left: 0;
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 1350px) {
  #spoiler .trivia {
    background: #fff100;
    padding: 10% 0;
  }
  #spoiler .trivia > img {
    position: absolute;
    top: -13.3%;
    left: 0;
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 1550px) {
  #spoiler .trivia {
    background: #fff100;
    padding: 10% 0;
  }
  #spoiler .trivia > img {
    position: absolute;
    top: -15.3%;
    left: 0;
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 1730px) {
  #spoiler .trivia {
    background: #fff100;
    padding: 10% 0;
  }
  #spoiler .trivia > img {
    position: absolute;
    top: -16.3%;
    left: 0;
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 1900px) {
  #spoiler .trivia {
    background: #fff100;
    padding: 10% 0;
  }
  #spoiler .trivia > img {
    position: absolute;
    top: -18.3%;
    left: 0;
    width: 100%;
    max-width: none;
  }
}

/*# sourceMappingURL=main.css.map */