@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

@charset "UTF-8";

.fancybox-bg {
  opacity: 0;
  background: #000;
  -webkit-animation: fancybox-fade-out 0.3s ease-in 0s forwards;
          animation: fancybox-fade-out 0.3s ease-in 0s forwards;
}

.fancybox-slide--iframe .fancybox-content {
    margin-top: 5vw;
  }

.fancybox-iframe {
  background: #000;
}

.fancybox-slide--iframe .fancybox-content {
    background: #000;
  }

.fancybox-close-small {
  display: none;
}

.fancybox-button--close svg {
    display: none;
  }

.fancybox-is-open .fancybox-bg {
  opacity: 0;
  -webkit-animation: fancybox-fade-in 0.3s ease-in 0s forwards;
          animation: fancybox-fade-in 0.3s ease-in 0s forwards;
}

.fancybox-slide--iframe.fancybox-slide--video .fancybox-content {
    width: 921px;
    height: 518px;
    max-width: 100%;
  }

.fancybox-slide--iframe.fancybox-slide--video .fancybox-content .fancybox-close-small {
      background: url(../../resources/img/common/modal_close_6eebb1c694aba083fc06c16e60ff4b7e.png) center top no-repeat;
      width: 42px;
      height: 42px;
      top: -40px;
      right: 0;
    }

.fancybox-slide--iframe.fancybox-slide--video .fancybox-content .fancybox-close-small:after {
        content: none;
      }

.fancybox-inner:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MC41NyA0MC41NyI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6ICNmZmY7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICAgIHN0cm9rZS13aWR0aDogLjhweDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPGcgaWQ9Il/jgqTjg6Tjg7xfMSIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSIvPgogIDxnIGlkPSJf44Kk44Ok44O8XzIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPgogICAgPGcgaWQ9IlBWX21vZGFsIj4KICAgICAgPGc+CiAgICAgICAgPGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iNDAuMjgiIHkxPSIuMjgiIHgyPSIuMjgiIHkyPSI0MC4yOCIvPgogICAgICAgIDxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjQwLjI4IiB5MT0iNDAuMjgiIHgyPSIuMjgiIHkyPSIuMjgiLz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+) center top no-repeat;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 9999999999;
  }

@-webkit-keyframes fancybox-fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  1% {
    visibility: visible;
  }

  100% {
    opacity: 0.9;
    visibility: visible;
  }
}

@keyframes fancybox-fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  1% {
    visibility: visible;
  }

  100% {
    opacity: 0.9;
    visibility: visible;
  }
}

@-webkit-keyframes fancybox-fade-out {
  0% {
    opacity: 0.9;
    visibility: visible;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fancybox-fade-out {
  0% {
    opacity: 0.9;
    visibility: visible;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.pv-modal {
  overflow-y: auto;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  min-width: 921px;
}

.pv-modal .fancybox-bg {
    background: transparent;
  }

.pv-modal .fancybox-inner {
    right: 0 !important;
    position: relative;
    height: 652px;
  }

.pv-modal .fancybox-slide {
    overflow: hidden;
  }

.pv-modal .fancybox-content {
    max-width: 919px;
    max-height: 518px;
    vertical-align: top;
    position: relative;
    top: 45px;
  }

.pv-modal .fancybox-thumbs {
    position: relative;
    margin: auto !important;
    left: 0;
    width: 940px;
    padding: 0;
    background: transparent;
  }

.pv-modal .fancybox-thumbs .fancybox-thumbs__list {
      height: auto;
    }

.pv-modal .fancybox-thumbs a {
      width: 292px !important;
      height: 164px !important;
      max-width: none;
      max-height: none;
      margin: 0 10px 26px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

.pv-modal .fancybox-thumbs a img {
        margin: 0 !important;
        width: 100% !important;
        height: 100% !important;
        -o-object-fit: cover;
           object-fit: cover;
      }

.pv-modal .fancybox-thumbs a:before {
        border: none;
      }

.pv-modal .fancybox-thumbs a.fancybox-thumbs-active:before {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 41, 185, 0.7);
          position: absolute;
        }

.pv-modal .fancybox-thumbs a.fancybox-thumbs-active:after {
          content: 'NOW PLAYING' !important;
          background: none !important;
          width: auto !important;
          height: auto !important;
          color: white;
          font-size: 16px;
          font-family: Syncopate, sans-serif;
          position: absolute;
          z-index: 99999;
        }

.pv-modal .fancybox-thumbs a:hover:before {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 41, 185, 0.7);
          position: absolute;
          opacity: 1;
        }

.pv-modal .fancybox-thumbs a:hover:after {
          content: '';
          background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjEuNTMgMjUuMjEiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiAjZmZmOwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgICBzdHJva2Utd2lkdGg6IDNweDsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIHN0cm9rZS13aWR0aDogMHB4OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iQ2hhcmFJbmZvIj4KICAgIDxnPgogICAgICA8Zz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Im0xOC40NywxMC44N2MwLC44My0uMTIsMS41OS0uMzYsMi4yOHMtLjYyLDEuMjktMS4xNSwxLjc5LTEuMjIuODktMi4wNiwxLjE3Yy0uODUuMjgtMS44Ny40Mi0zLjA5LjQyaC03LjM3djUuMjJIMFY1LjIzaDExLjgxYzEuMjEsMCwyLjI0LjE0LDMuMDkuNDIuODUuMjgsMS41My42NywyLjA2LDEuMTdzLjkyLDEuMSwxLjE1LDEuNzkuMzYsMS40NS4zNiwyLjI3Wm0tNC40OS4wN2MwLS4zOS0uMDUtLjcyLS4xNi0uOTktLjExLS4yOC0uMjktLjUtLjUzLS42OC0uMjUtLjE4LS41Ny0uMzEtLjk3LS4zOS0uNC0uMDgtLjg5LS4xMy0xLjQ3LS4xM2gtNi40MXY0LjI2aDYuNDFjLjU4LDAsMS4wNy0uMDMsMS40Ny0uMS40LS4wNy43Mi0uMTguOTctLjM1LjI1LS4xNi40Mi0uMzguNTMtLjY0LjExLS4yNi4xNi0uNTkuMTYtLjk3WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0ibTIyLjE1LDIxLjc1VjUuMjNoNC40NHYxMi45MWgxMnYzLjYyaC0xNi40NFoiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Im01NS4zNSwxOC42MmgtOS4xNmwtMS41NCwzLjEzaC00Ljk1bDguNi0xNi41M2g0Ljk1bDguNiwxNi41M2gtNC45NWwtMS41NC0zLjEzWm0tNy41Ny0zLjIyaDYuMDFsLTIuOTktNi4wOS0zLjAxLDYuMDlaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJtNzMuNTMsMTV2Ni43NWgtNC40M3YtNi43NWwtNy45Ny05Ljc4aDQuOThsNS4yMiw2LjY1LDUuMTktNi42NWg0Ljk4bC03Ljk3LDkuNzhaIi8+CiAgICAgIDwvZz4KICAgICAgPGc+CiAgICAgICAgPHBvbHlsaW5lIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIxMDcuOTMgMS4wNiAxMTkuNDIgMTIuNiAxMDcuOTMgMjQuMTUiLz4KICAgICAgICA8bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI5NC40IiB5MT0iMTIuNiIgeDI9IjExOS40MiIgeTI9IjEyLjYiLz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+) center top no-repeat;
          width: 86px;
          height: 17px;
          display: inline-block;
          position: absolute;
          z-index: 99999;
        }

@font-face {
  font-family: "Noto Sans JP";
  src: url("/resources/fonts/NotoSansJP-Bold.otf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("/resources/fonts/NotoSansJP-Regular.otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Syncopate";
  src: url("/resources/fonts/Syncopate-Bold.ttf") format("TrueType");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Urbanist";
  src: url("/resources/fonts/Urbanist-VariableFont_wght.ttf") format("TrueType");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Urbanist";
  src: url("/resources/fonts/Urbanist-Bold.ttf") format("TrueType");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: Urbanist, "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Hiragino Kaku Gothic ProN", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #fff;
  position: relative;
}

.container {
  position: relative;
  z-index: 100;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section {
  position: relative;
}

canvas {
  pointer-events: none;
}

.wrapper {
  width: 1280px;
  position: relative;
  margin: auto;
}

.disp-none {
  display: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

main {
  display: block;
}

a {
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.v-pc {
  display: block;
}

.v-sp {
  display: none;
}

.tm {
  vertical-align: top;
  font-size: 0.5em;
}

img.v-pc {
    display: block;
  }

img.v-sp {
    display: none;
  }

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

  100% {
    opacity: 0;
  }
}

@keyframes fadeOutAnim {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInAnim {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnim {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px, 0);
            transform: translate(30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px, 0);
            transform: translate(30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@-webkit-keyframes particleAnim {
  0% {
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes particleAnim {
  0% {
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 15px;
    opacity: 0;
  }

  30% {
    height: 30px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 65px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 15px;
    opacity: 0;
  }

  30% {
    height: 30px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 65px;
    opacity: 0;
  }
}

@-webkit-keyframes fadeInText1 {
  0% {
    opacity: 0;
    top: 100%;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeInText1 {
  0% {
    opacity: 0;
    top: 100%;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes fadeInText2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInText2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeInText3 {
  0% {
    opacity: 0;
    left: -100%;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInText3 {
  0% {
    opacity: 0;
    left: -100%;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

@-webkit-keyframes removeCover {
  0% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

@keyframes removeCover {
  0% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

@-webkit-keyframes slideInText {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInText {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes move-waves {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-waves {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}

@-webkit-keyframes openModalAnim {
  0% {
    top: 100vh;
  }

  100% {
    top: -124px;
  }
}

@keyframes openModalAnim {
  0% {
    top: 100vh;
  }

  100% {
    top: -124px;
  }
}

@-webkit-keyframes closeModalAnim {
  0% {
    top: -124px;
  }

  100% {
    top: 100vh;
  }
}

@keyframes closeModalAnim {
  0% {
    top: -124px;
  }

  100% {
    top: 100vh;
  }
}

#loading {
  background: #fff;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 998;
}

#loading .loading-text-box {
    position: relative;
  }

#loading h1 {
    width: 251px;
    height: 30px;
    margin-bottom: 22px;
  }

#loading .loading-text {
    font-family: Urbanist, sans-serif;
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
  }

#loading .wave-box {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #029eeb;
    z-index: 100;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.03, 0.1, 0.25, 1.02);
    transition: -webkit-transform 2.5s cubic-bezier(0.03, 0.1, 0.25, 1.02);
    transition: transform 2.5s cubic-bezier(0.03, 0.1, 0.25, 1.02);
    transition: transform 2.5s cubic-bezier(0.03, 0.1, 0.25, 1.02), -webkit-transform 2.5s cubic-bezier(0.03, 0.1, 0.25, 1.02);
  }

#loading .wave-box.run {
      -webkit-transform: translateY(110%);
              transform: translateY(110%);
    }

#loading .wave-box .waves {
      position: absolute;
      top: -10vh;
      left: 0;
      width: 100%;
      height: 10vh;
      margin-bottom: -7px; /* Fix for safari gap */
    }

#loading .wave-box .parallax > use {
      -webkit-animation: move-waves 30s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
              animation: move-waves 30s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
    }

#loading .wave-box .parallax > use:nth-child(1) {
      -webkit-animation-delay: -0.5s;
              animation-delay: -0.5s;
      -webkit-animation-duration: 3s;
              animation-duration: 3s;
    }

#loading .wave-box .parallax > use:nth-child(2) {
      -webkit-animation-delay: -1s;
              animation-delay: -1s;
      -webkit-animation-duration: 5.5s;
              animation-duration: 5.5s;
    }

#loading .wave-box .parallax > use:nth-child(3) {
      -webkit-animation-delay: -4s;
              animation-delay: -4s;
      -webkit-animation-duration: 13s;
              animation-duration: 13s;
    }

#loading .wave-box .parallax > use:nth-child(4) {
      -webkit-animation-delay: -5s;
              animation-delay: -5s;
      -webkit-animation-duration: 20s;
              animation-duration: 20s;
    }

header {
  width: 100%;
  position: absolute;
  z-index: 99;
}

header.top {
    display: none;
  }

header .logo {
    display: block;
    width: 160px;
    height: 112px;
    margin: 4.9vw 0 0 4.2vw;
  }

header .nav-box {
    position: absolute;
    top: 45px;
    right: 220px;
  }

header .nav-box .nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

header .nav-box .nav li {
        margin-right: 40px;
      }

header .nav-box .nav li:last-child {
          margin-right: 0;
        }

header .nav-box .nav li a {
          display: block;
        }

header .nav-box .nav li a img {
            width: 100%;
          }

header .nav-box .nav li:nth-child(1) a {
            width: 78px;
          }

header .nav-box .nav li:nth-child(2) a {
            width: 130px;
          }

header .nav-box .nav li:nth-child(3) a {
            width: 94px;
          }

header .nav-box .nav li:nth-child(4) a {
            width: 35px;
          }

header .nav-box .nav li:nth-child(5) a {
            width: 136px;
          }

header .nav-box .nav li:nth-child(6) a {
            width: 58px;
          }

header .nav-box .news {
      font-family: Urbanist, sans-serif;
      position: absolute;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 14px;
      top: -12px;
      right: -97px;
      padding: 13px;
      z-index: 100;
    }

header .nav-box .news:after {
        content: '';
        display: block;
        position: absolute;
        top: 11px;
        right: 0;
        width: 1px;
        height: 18px;
        background: #1d384a;
      }

header .menu-btn {
    display: none;
  }

footer {
  position: relative;
  z-index: 99;
  padding: 110px 5% 70px;
}

.copyright {
  font-size: 12px;
}

.footer-contents,
.logos {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer-contents {
  padding: 30px 0 45px;
}

.footer-contents .animate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }

.footer-contents .spec p,
  .footer-contents .share p {
    margin-bottom: 26px;
  }

.footer-contents ul li {
    font-size: 14px;
  }

.spec-lp {
  width: 480px;
  display: block;
  margin: 0 auto 30px;
}

.p3r-logo {
  width: 18%;
  min-width: 300px;
  padding-top: 75px;
  padding-left: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p3r-logo.run {
    -webkit-animation: fadeInAnim 1.5s ease-out both;
            animation: fadeInAnim 1.5s ease-out both;
  }

.p3r-logo img {
    display: block;
    width: 161px;
    height: 112px;
  }

.spec {
  width: 48%;
  margin-right: 13px;
}

.animate-spec,
.animate-links,
.animate-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 16px;
}

.animate-spec span, .animate-links span, .animate-share span {
    display: block;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out, -webkit-transform 1s ease-out;
  }

.animate-spec span.run, .animate-links span.run, .animate-share span.run {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }

.spec-items,
.link-items,
.sns,
.spec-lp {
  opacity: 0;
}

.spec-items.run, .link-items.run, .sns.run, .spec-lp.run {
    -webkit-animation: fadeInUp 1s ease-out both;
            animation: fadeInUp 1s ease-out both;
  }

.spec-items li,
.share .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spec-items li {
  line-height: 1.5;
}

.spec-items li:not(:last-of-type) {
    margin-bottom: 10px;
  }

.spec-items li span {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

.spec-items li span:first-of-type {
      display: inline-block;
      margin-right: 45px;
      width: 130px;
    }

.spec-items li span:last-of-type {
      width: calc(100% - 145px);
      min-width: 370px;
    }

.links {
  width: 16%;
  min-width: 150px;
  margin-right: 18px;
}

.links > p {
    margin-bottom: 21px;
  }

.links .link-items li {
    line-height: 2.3;
  }

.links .link-items li > a:hover {
      color: #5ba4d7;
      -webkit-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
    }

.sns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sns > a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }

.sns .sns-twitter img {
    width: 36px;
    height: 29px;
  }

.sns .sns-facebook {
    margin: 0 26px 0 23px;
  }

.sns .sns-facebook img {
      width: 34px;
      height: 34px;
    }

.sns .sns-line img {
    width: 31px;
    height: 31px;
  }

.logos {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 49px 0 0;
  margin-bottom: 59px;
  min-height: 130px;
}

.logos:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-bottom: 1px solid #dce7ed;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

.logos.run:before {
      width: 100%;
      -webkit-transition: width 1s linear;
      transition: width 1s linear;
    }

.logos .platforms,
  .logos .official {
    opacity: 0;
    margin-bottom: 20px;
  }

.logos .platforms.run, .logos .official.run {
      -webkit-animation: fadeInUp 1s both;
              animation: fadeInUp 1s both;
    }

.logos .platforms {
    padding-top: 17px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

.logos .platform-logos,
  .logos .official {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.logos .platform-logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 5px;
    margin-bottom: 15px;
  }

.logos .platform-logos .game-pass-logo {
      margin-right: 21px;
      margin-bottom: 10px;
    }

.logos .platform-logos .xbox-xs-logo {
      margin-right: 21px;
      margin-bottom: 10px;
    }

.logos .platform-logos .xbox-one-logo,
    .logos .platform-logos .windows-logo,
    .logos .platform-logos .ps5-ps4-logo,
    .logos .platform-logos .steam-logo {
      margin-right: 22px;
      margin-bottom: 10px;
    }

.logos .platform-copyright {
    padding-left: 5px;
    color: #8d9ba5;
    font-size: 10px;
    line-height: 1.6;
  }

.logos .platform-copyright > span {
      position: relative;
      display: inline-block;
    }

.logos .platform-copyright .playstation-logo {
      background: url(../../resources/img/common/footer_ps_logo_9cbc20290408a1a8cffa98865bfab899.png);
      width: 14px;
      height: 11px;

      background-repeat: no-repeat;
    }

.logos .platform-copyright .ps5-logo {
      background: url(../../resources/img/common/footer_ps5_logo_b8ccb93a41ae8291ae68ce2a9a9fad99.png);
      width: 32px;
      height: 8px;

      background-repeat: no-repeat;
    }

.logos .platform-copyright .ps4-logo {
      background: url(../../resources/img/common/footer_ps4_logo_12b9a036d064549b9b3fdf1d9a8d2605.png);
      width: 31px;
      height: 8px;

      background-repeat: no-repeat;
    }

.logos .official .pstudio-logo {
      margin-right: 70px;
    }

.copyright {
  text-align: center;
}

.copyright .license {
    margin-right: 10px;
  }

.lang-box {
  font-family: "Syncopate", sans-serif;
  width: 65px;
  position: absolute;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  top: -13px;
  right: -170px;
  z-index: 100;
}

.lang-box.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

.lang-box a {
    color: #1d384a;
    text-decoration: none;
  }

.lang-box .change-lang {
    position: relative;
    width: 100%;
    padding: 15px 10px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
  }

.lang-box .change-lang .lang-arrow {
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjkiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDkgNiI+PGRlZnM+PHN0eWxlPi5ke2ZpbGw6bm9uZTtzdHJva2U6IzFkMzg0YTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9ImEiLz48ZyBpZD0iYiI+PGcgaWQ9ImMiPjxwb2x5bGluZSBjbGFzcz0iZCIgcG9pbnRzPSIuMzU0IC4zNTQgNC4zNTQgNC4zNTQgOC4zNTQgLjM1NCIvPjwvZz48L2c+PC9zdmc+);
      width: 9px;
      height: 6px;

      position: absolute;
      top: 19px;
      right: 17px;
    }

.lang-box .lang-list {
    padding-right: 30px;
    width: 150px;
    position: absolute;
    top: 40px;
    right: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    height: 450px;
    z-index: -1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    opacity: 0;
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);
  }

.lang-box .lang-list.opened {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
    }

.lang-box .lang-list li a {
        padding: 10px 0 10px 95px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        -webkit-transition: 1s ease-out;
        transition: 1s ease-out;
      }

.lang-box .lang-list li a:hover {
          opacity: 0.6;
        }

body,
a {
  color: #1d384a;
}

body {
  font-family: Urbanist, Noto Sans JP, "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Hiragino Kaku Gothic ProN", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
}

h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  color: #1d384a;
  margin-bottom: 71px;
}

h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #1d384a;
  margin-bottom: 30px;
}

.border {
  border: 1px solid lightgray;
  padding: 40px 40px 0;
  margin-bottom: 40px;
}

h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #1d384a;
  margin-bottom: 20px;
}

p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #1d384a;
  margin-bottom: 40px;
}

ul {
  margin-bottom: 40px;
  margin-top: -20px;
  line-height: 1.3;
}

.date {
  border-bottom: 1px solid lightgray;
  margin-top: 90px;
  padding-bottom: 5px;
}

.list {
  font-size: 20px;
  line-height: 150%;
  color: #1D384A;
}

.images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  margin: 0 auto;
  -webkit-column-gap: 7%;
     -moz-column-gap: 7%;
          column-gap: 7%;
}

.images p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #1d384a;
    margin-top: 20px;
  }

.here,
.link {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0fadf1;
}

.link-title {
  font-weight: bold;
  margin-bottom: 0;
}

section {
  padding-top: calc(5vw + 180px);
}

section .wrapper {
    max-width: 1280px;
    width: 90%;
  }

.to-home {
  padding: 30px 0;
  margin: 0 5%;
  text-align: center;
  border-top: 1px solid #dce7ed;
  border-bottom: 1px solid #dce7ed;
  margin-top: 100px;
}

footer {
  padding: 0 5% 70px;
}

.logos:before {
  display: none;
}

@media screen and (max-width: 640px) {
    .fancybox-slide--iframe.fancybox-slide--video .fancybox-content {
      width: 640px;
      height: 330px;
      max-width: 100%;
    }
}

@media screen and (max-width: 750px) {
  .pv-modal {
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(0, 0, 0, 0.7);
    min-width: 100%;
  }

    .pv-modal .fancybox-bg {
      background: transparent;
    }

    .pv-modal .fancybox-slide {
      overflow: visible;
      -webkit-transition: none !important;
      transition: none !important;
      padding: 0;
    }

    .pv-modal .fancybox-stage {
      overflow: visible;
    }

    .pv-modal .fancybox-content {
      max-width: none;
      max-height: none;
      vertical-align: top;
      position: relative;
      margin-top: 20%;
    }

    .pv-modal .fancybox-thumbs {
      position: relative;
      margin: 5% auto 0 !important;
      left: 0;
      width: 100%;
      padding: 0;
      background: transparent;
    }

      .pv-modal .fancybox-thumbs .fancybox-thumbs__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
      }

      .pv-modal .fancybox-thumbs a {
        width: 332px !important;
        height: 183px !important;
        max-width: none;
        max-height: none;
        margin: 0 auto 26px;
      }

        .pv-modal .fancybox-thumbs a img {
          margin: 0 !important;
          width: 100% !important;
          height: 100% !important;
          -o-object-fit: cover;
             object-fit: cover;
        }

        .pv-modal .fancybox-thumbs a:before {
          border: none;
        }
  .v-pc {
    display: none;
  }

  .v-sp {
    display: block;
  }
    img.v-pc {
      display: none;
    }

    img.v-sp {
      display: block;
    }
    #loading .wave-box .waves {
      top: -40px;
      height: 40px;
      min-height: 40px;
    }
  header {
    z-index: 200;
  }

    header .logo {
      margin: 45px 0 0 45px;
    }

    header .nav-box {
      background: rgba(128, 209, 255, 0.5);
      -webkit-backdrop-filter: blur(30px);
              backdrop-filter: blur(30px);
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      position: fixed;
      display: none;
    }

      header .nav-box .nav {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 273px 85px 0 0;
      }

        header .nav-box .nav li {
          margin: 0 0 100px;
        }

          header .nav-box .nav li:last-child {
            margin: 0;
          }
            header .nav-box .nav li:nth-child(1) a {
              width: 155px;
            }
            header .nav-box .nav li:nth-child(2) a {
              width: 259px;
            }
            header .nav-box .nav li:nth-child(3) a {
              width: 186px;
            }
            header .nav-box .nav li:nth-child(4) a {
              width: 74px;
            }
            header .nav-box .nav li:nth-child(5) a {
              width: 274px;
            }
            header .nav-box .nav li:nth-child(6) a {
              width: 115px;
            }

      header .nav-box .news {
        font-size: 22px;
        top: 55px;
        right: 290px;
      }

        header .nav-box .news:after {
          right: -3px;
          height: 26px;
        }

    header .menu-btn {
      background: url(../../resources/img/common/sp/menu_btn_d3afda2769ecbdf8d383793bedcaae82.png);
      width: 162px;
      height: 162px;

      font-size: 20px;
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 1000;
      outline: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

      header .menu-btn:focus {
        outline: none;
      }

      header .menu-btn span {
        color: #fff;
        position: absolute;
        display: block;
        -webkit-transform-origin: bottom left;
                transform-origin: bottom left;
        -webkit-transition: 0.3s;
        transition: 0.3s;
      }

        header .menu-btn span:not(:last-child) {
          background: #fff;
          width: 53px;
          height: 2px;
          right: 24px;
        }

        header .menu-btn span:nth-child(1) {
          top: 20px;
        }

        header .menu-btn span:nth-child(2) {
          top: 31px;
        }

        header .menu-btn span:nth-child(3) {
          top: 43px;
        }

        header .menu-btn span:nth-child(4) {
          width: 62px;
          text-align: center;
          top: 54px;
          right: 20px;
        }

          header .menu-btn span:nth-child(4):after {
            content: "MENU";
          }
          header .menu-btn.opened span:nth-child(1) {
            width: 52px;
            -webkit-transform: rotate(25deg);
                    transform: rotate(25deg);
          }

          header .menu-btn.opened span:nth-child(2) {
            opacity: 0;
          }

          header .menu-btn.opened span:nth-child(3) {
            width: 52px;
            -webkit-transform: rotate(-25deg);
                    transform: rotate(-25deg);
          }
            header .menu-btn.opened span:nth-child(4):after {
              content: "CLOSE";
            }
  footer {
    padding: 80px 7% 60px;
  }

  .footer-contents {
    padding: 30px 0 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .spec {
    width: 100%;
    margin-right: auto;
    margin-bottom: 31px;
  }
    .spec-items li span:first-of-type {
      margin-right: 38px;
    }

  .spec-lp {
    width: 376px;
    margin: 0 auto 50px;
  }

  .links {
    margin-right: 186px;
  }

  .logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 52px 0 0;
    margin-bottom: 42px;
  }

    .logos .platforms {
      padding-top: 0;
      margin-bottom: 79px;
    }

    .logos .platform-logos {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 32px;
    }

      .logos .platform-logos .game-pass-logo,
      .logos .platform-logos .xbox-xs-logo,
      .logos .platform-logos .xbox-one-logo {
        margin-bottom: 18px;
      }

      .logos .platform-logos .game-pass-logo {
        margin-right: 22px;
      }

      .logos .platform-logos .xbox-one-logo {
        margin-right: 4px;
      }

    .logos .platform-copyright {
      font-size: 12px;
      line-height: 1.5;
    }
  .lang-box {
    width: 96px;
    font-size: 28px;
    top: 52px;
    right: 178px;
  }
      .lang-box .change-lang .lang-arrow {
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE4IDExIj48ZGVmcz48c3R5bGU+LmR7ZmlsbDpub25lO3N0cm9rZTojMWQzODRhO3N0cm9rZS1taXRlcmxpbWl0OjEwO3N0cm9rZS13aWR0aDoycHg7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJhIi8+PGcgaWQ9ImIiPjxnIGlkPSJjIj48cG9seWxpbmUgY2xhc3M9ImQiIHBvaW50cz0iLjcwNyAuNzA3IDguNzA3IDguNzA3IDE2LjcwNyAuNzA3Ii8+PC9nPjwvZz48L3N2Zz4=);
        width: 18px;
        height: 11px;

        top: 21px;
        right: 9px;
      }

    .lang-box .lang-list {
      padding-right: 0;
      padding-top: 10px;
      margin-right: 22px;
      width: 80px;
      height: 400px;
      top: 50px;
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: 4px;
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
    }

      .lang-box .lang-list li a {
        padding: 10px 0;
      }
  .wrapper {
    width: 100%;
  }

  h1 {
    font-size: 32px;
  }

  p {
    font-size: 24px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  .images {
    grid-template-columns: 1fr;
    width: 534px;
    row-gap: 10px;
  }
}

@media screen and (max-width: 1280px) {
  .wrapper {
    width: 86%;
  }
  footer {
    position: relative;
  }

  .footer-contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .p3r-logo {
    width: 100%;
    min-width: auto;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 70px;
  }

    .p3r-logo img {
      margin: 0 auto;
    }

  .spec {
    width: 100%;
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1080px) {
    header .nav-box {
      right: 180px;
    }
        header .nav-box .nav li {
          margin-right: 25px;
        }
}

@media screen and (min-width: 751px) and (max-width: 900px) {
  header {
    -webkit-transform: scale3d(0.92, 0.92, 0.92);
            transform: scale3d(0.92, 0.92, 0.92);
  }

    header .nav-box {
      right: 110px;
    }
        header .nav-box .nav li {
          margin-right: 10px;
        }

      header .nav-box .news {
        right: -67px;
      }

      header .nav-box .lang-box {
        right: -140px;
      }
}

@media screen and (min-width: 751px) {
    .spec-lp img {
      -webkit-transition: opacity ease-in-out 0.3s;
      transition: opacity ease-in-out 0.3s;
    }
      .spec-lp:hover img {
        opacity: 0.8;
      }
  }
