@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
/*========================================
*	common
========================================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Roboto&display=swap&subset=japanese");
::selection {
  color: #000;
  background: #fff;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

button {
  appearance: none;
  box-shadow: none;
  border: none;
}

html,
body {
  font-size: 62.5%;
  height: 100%;
  color: #fff;
  background-color: #000;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
}

html {
  overflow: unset !important;
}

body {
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

h1,
h2,
h3 {
  line-height: 1;
}

ul,
li {
  list-style: none;
}

tr,
th,
td {
  font-weight: normal;
  text-align: left;
}

img,
picture {
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  vertical-align: bottom;
}

body {
  overflow-x: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  body {
    max-width: 767px;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

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

.section {
  position: relative;
  z-index: 2;
}

.mainvisual {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  position: relative;
  display: block;
  overflow: hidden;
}
.mainvisual::after {
  content: "";
  background: url("../img/common/bg_pat.png") repeat 0 0;
  background-size: 100px 100px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .mainvisual {
    background-image: url("../img/common/main_sp.jpg");
    width: 100vw;
    height: calc(var(--vh) * 100);
  }
}
@media only screen and (min-width: 768px) {
  .mainvisual {
    background-image: url("../img/common/main.jpg");
    width: 100%;
  }
}

.section {
  overflow: hidden;
}
.section--h2-tit.new::before, .section--h3-tit.new::before {
  content: "";
  position: relative;
  display: block;
  width: 11.7340286832vw;
  height: 5.2151238592vw;
  margin-bottom: 0.5215123859vw;
  background: url("../img/common/icon_new.png") no-repeat center;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .section--h2-tit.new::before, .section--h3-tit.new::before {
    width: 45px;
    height: 20px;
    margin-bottom: 0;
  }
}
.section--h3-tit.new::before {
  margin-bottom: 0.5215123859vw;
}
.section--h2-tit {
  font-size: 6.518904824vw;
  line-height: 1.65;
  font-weight: 900;
  padding: 0 2.6075619296vw;
  margin: 0 0 7.1707953064vw;
  position: relative;
}
.section--h2-tit::after {
  content: "";
  background: #9d33ff;
  width: 7.8226857888vw;
  height: 0.5215123859vw;
  display: block;
}
.section--h2-tit span {
  display: block;
  padding: 0 0 7.1707953064vw;
  position: relative;
}
.section--h2-tit span small {
  display: block;
}
.section--h2-tit.center {
  text-align: center;
}
.section--h2-tit.center::after {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .section--h2-tit {
    font-size: 36px;
    padding: 0;
    margin: 0 0 40px;
  }
  .section--h2-tit::after {
    width: 30px;
    height: 4px;
  }
  .section--h2-tit span {
    padding: 0 0 45px;
  }
}
.section--h3-tit {
  padding: 0 2.6075619296vw;
  margin: 0 0 7.1707953064vw;
  font-size: 4.6936114733vw;
  text-align: center;
  font-weight: 900;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section--h3-tit {
    font-size: 24px;
    padding: 0;
    margin: 0 0 40px;
  }
}
.section--text {
  padding: 0 2.6075619296vw;
  font-size: 3.3898305085vw;
  line-height: 1.85;
  position: relative;
}
.section--text.bold {
  font-weight: 700;
}
.section--text.center {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section--text {
    font-size: 16px;
    padding: 0;
    margin: 0 0 25px;
  }
}
.section--text a {
  color: #9d33ff;
  text-decoration: underline;
  transition: 0.2s;
}
@media only screen and (min-width: 768px) {
  .section--text a:hover {
    text-decoration: none;
  }
}
.section--text__indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
  margin: 3px 0 0;
}
.section--text__attention {
  font-size: 2.998696219vw;
  display: inline-block;
  line-height: 1.6;
  opacity: 0.8;
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (min-width: 768px) {
  .section--text__attention {
    font-size: 14px;
  }
}
.section--list {
  padding: 0 2.6075619296vw 0 2em;
  font-size: 3.3898305085vw;
  line-height: 1.85;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section--list {
    font-size: 16px;
    padding: 0 0 0 2em;
    margin: 0 0 25px;
  }
}
.section--list-list {
  text-indent: -1em;
  padding-left: 1em;
}
.section--list-list a {
  color: #9d33ff;
  text-decoration: underline;
  transition: 0.2s;
}
@media only screen and (min-width: 768px) {
  .section--list-list a:hover {
    text-decoration: none;
  }
}
.section--img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 97.5228161669vw;
  height: 54.4980443286vw;
  margin: 5.8670143416vw 0 0 0;
  position: relative;
}
.section--img.right {
  margin: 5.8670143416vw 0 0 2.6075619296vw;
}
.section--img.shadow {
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.7);
}
@media only screen and (min-width: 768px) {
  .section--img {
    width: 750px;
    height: 420px;
    margin: 0;
    z-index: 2;
  }
  .section--img.right {
    margin: 0;
  }
}
.section--contents {
  position: relative;
}
.section--contents > * {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section--contents__block {
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
    position: relative;
  }
}
@media only screen and (min-width: 1601px) {
  .section--contents__block {
    width: 1600px;
  }
}
.section--single .section--h3-tit {
  text-align: left;
}
.section--single .section--h3-tit:not(:first-of-type) {
  margin: 8.4745762712vw 0 7.1707953064vw;
}
@media only screen and (min-width: 768px) {
  .section--single .section--h3-tit:not(:first-of-type) {
    margin: 65px 0 40px;
  }
}
.section--single .section--text {
  margin: 0 0 4.5632333768vw;
}
@media only screen and (min-width: 768px) {
  .section--single .section--text {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .section--single .common--btn {
    justify-content: flex-start;
  }
}

.common--scroll {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  letter-spacing: 0.25em;
  position: absolute;
  right: 3.9113428944vw;
  bottom: 4.5632333768vw;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .common--scroll {
    right: 50px;
    bottom: 50px;
  }
}
.common--scroll__text {
  font-family: "Oswald", sans-serif;
  font-size: 3.9113428944vw;
  padding-left: 1.8252933507vw;
  position: relative;
}
.common--scroll__text::after {
  content: "";
  background-color: #9d33ff;
  width: 0.5215123859vw;
  height: 100%;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .common--scroll__text {
    font-size: 18px;
    padding-left: 14px;
  }
  .common--scroll__text::after {
    width: 4px;
  }
}
.common--btn {
  display: flex;
  justify-content: center;
  text-align: center;
}
.common--btn a,
.common--btn > span {
  background-color: rgba(0, 0, 0, 0.5);
  border: 0.7822685789vw solid #9d33ff;
  width: 91.2646675359vw;
  height: 15.6453715776vw;
  font-size: 5.2151238592vw;
  padding: 0 2.6075619296vw;
  font-weight: 700;
  text-align: center;
  color: #9d33ff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .common--btn a,
.common--btn > span {
    border: 3px solid #9d33ff;
    width: 400px;
    height: 60px;
    padding: 0 15px;
    font-size: 20px;
    transition: 300ms;
  }
  .common--btn a:hover,
.common--btn > span:hover {
    background-color: #9d33ff;
    color: #000 !important;
    transform: translateY(-3%);
    box-shadow: 3px 30px 40px -3px rgba(0, 0, 0, 0.4);
  }
}
.common--btn.blank a {
  padding: 0 5.2151238592vw 0 2.6075619296vw;
}
.common--btn.blank a::before {
  content: "";
  display: block;
  background: url("../img/common/icon_blank_p.png") no-repeat 0 0/contain;
  position: absolute;
  width: 5.8670143416vw;
  height: 4.5632333768vw;
  top: 50%;
  right: 3.259452412vw;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .common--btn.blank a {
    padding: 0 30px 0 15px;
  }
  .common--btn.blank a::before {
    width: 20px;
    height: 15px;
    right: 20px;
  }
  .common--btn.blank a:hover::before {
    background: url("../img/common/icon_blank_b.png") no-repeat 0 0/contain;
  }
}
.common--btn.comingsoon > span {
  background-color: rgba(157, 51, 255, 0.8);
  border: none;
  color: #000 !important;
  cursor: none;
  pointer-events: none;
}
.common--btn.discord a {
  padding: 0 2.6075619296vw 0 5.8670143416vw;
}
.common--btn.discord a span {
  display: inline-block;
  position: relative;
}
.common--btn.discord a span::before {
  content: "";
  display: inline-block;
  background: url("../img/common/icon_dscd_p.png") no-repeat 0 0/contain;
  position: absolute;
  width: 7.8226857888vw;
  height: 5.4758800522vw;
  left: -9.778357236vw;
  top: 0.5215123859vw;
}
@media only screen and (min-width: 768px) {
  .common--btn.discord a {
    padding: 0 15px 0 45px;
  }
  .common--btn.discord a span::before {
    width: 32px;
    height: 26px;
    left: -45px;
    top: -2px;
  }
  .common--btn.discord a:hover span::before {
    background: url("../img/common/icon_dscd_b.png") no-repeat 0 0/contain;
  }
}

.mfp-content .popup-close {
  background: url("../img/common/icon_close.png") no-repeat center 0/contain;
  position: fixed;
  width: 5.9973924381vw;
  height: 5.9973924381vw;
  top: 1.3037809648vw;
  right: 1.3037809648vw;
}
@media only screen and (min-width: 768px) {
  .mfp-content .popup-close {
    top: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
  }
}

img.mfp-img {
  padding: 7.8226857888vw 0;
}
@media only screen and (min-width: 768px) {
  img.mfp-img {
    padding: 100px 0;
  }
}

.mfp-figure:after {
  content: none;
}

html.no-scroll {
  height: 100%;
  overflow: hidden;
}

.header {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 80%);
  width: 100%;
  position: fixed;
  z-index: 30;
}
.header--inner {
  height: 100%;
  position: relative;
}
.header--logo {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
}
.header--logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .tw-btn {
  display: block;
  position: absolute;
  z-index: 2;
  transition: 0.3s;
}
.header .tw-btn img {
  transition: 0.3s;
}
.header .tw-btn:hover img {
  opacity: 0.8;
}
.header .lang {
  font-weight: 700;
  position: absolute;
  z-index: 2;
}
.header .lang.open .lang-item--sub, .header .lang:hover .lang-item--sub {
  pointer-events: all;
  height: auto;
}
.header .lang.open .lang-item--sub::before, .header .lang:hover .lang-item--sub::before {
  transform: translateX(-50%) scale(1, 1);
}
.header .lang li {
  position: relative;
}
.header .lang li a {
  color: #fff;
}
.header .lang li a.current, .header .lang li a:hover {
  color: #9d33ff;
}
.header .lang-item {
  position: relative;
  transition: all 0.3s;
}
.header .lang-item > span {
  background-image: url("../img/common/icon_lang.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  display: block;
}
.header .lang-item--sub {
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  transition: all 0.3s;
  height: 0;
  overflow: hidden;
}
.header .lang-item--sub::before {
  content: "";
  display: block;
  background: #9d33ff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
  transform: translateX(-50%) scale(0, 1);
  transform-origin: center top;
  transition: transform 300ms;
}
.header .lang-item--sub-item > a {
  display: block;
}
.header--navi > ul li a {
  color: #fff;
  display: block;
}
.header--navi > ul li a[target=_blank]::after {
  content: "";
  background: url("../img/common/icon_blank_w.png") no-repeat center 0/contain;
  width: 3.6505867014vw;
  height: 2.3468057366vw;
  margin: 0 0 0 1.5645371578vw;
  display: inline-block;
}
.header--navi > ul li > span:not(.only-hov) {
  color: #444;
  cursor: none;
  pointer-events: none;
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .header {
    height: 18.2529335072vw;
  }
  .header--logo {
    background-image: url("../img/common/logo_unite_sp.png");
    width: 7.5619295958vw;
    height: 7.8226857888vw;
    top: 5.2151238592vw;
    left: 5.2151238592vw;
    z-index: 3;
  }
  .header .tw-btn {
    width: 6.3885267275vw;
    height: 6.3885267275vw;
    top: 6.1277705346vw;
    right: 28.6831812256vw;
  }
  .header .lang {
    top: 6.1277705346vw;
    right: 17.9921773142vw;
  }
  .header .lang.open .lang-item--sub, .header .lang:hover .lang-item--sub {
    padding: 4.5632333768vw 0;
  }
  .header .lang-item > span {
    width: 6.258148631vw;
    height: 6.258148631vw;
    margin: 0 0 1.3037809648vw;
  }
  .header .lang-item--sub {
    width: 15.6453715776vw;
  }
  .header .lang-item--sub::before {
    width: 4.9543676662vw;
    height: 4px;
  }
  .header .lang-item--sub-item > a {
    font-size: 3.9113428944vw;
    padding: 2.6075619296vw 0;
  }
  .header #btn-navi {
    width: 7.5619295958vw;
    height: 6.258148631vw;
    text-align: center;
    line-height: 0;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 5.8670143416vw;
    right: 5.2151238592vw;
  }
  .header #btn-navi.sp {
    display: block !important;
  }
  .header #btn-navi span {
    background: #fff;
    width: 7.5619295958vw;
    height: 0.5215123859vw;
    position: absolute;
    left: 1px;
    transition: all 330ms;
  }
  .header #btn-navi span:nth-child(1) {
    top: 1.3037809648vw;
  }
  .header #btn-navi span:nth-child(2) {
    top: 4.6936114733vw;
  }
  .header--navi {
    background: rgba(0, 0, 0, 0.8);
    width: 100vw;
    height: calc(var(--vh) * 100);
    padding: 23.4680573664vw 3.9113428944vw 6.518904824vw;
    position: absolute;
    top: 0;
    right: -100vw;
    box-sizing: border-box;
    transition: transform 0.3s cubic-bezier(0.7, 0, 1, 1) 0s;
  }
  .header--navi .gnavi {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
  }
  .header--navi .gnavi-item > a, .header--navi .gnavi-item > span {
    display: inline-block;
    font-size: 4.6936114733vw;
    line-height: 1;
    padding: 5.2151238592vw 0 0;
  }
  .header--navi .gnavi-item > a::before, .header--navi .gnavi-item > span::before {
    content: "＞";
    color: #fff;
    font-size: 4.6936114733vw;
    margin-right: 1.9556714472vw;
  }
  .header--navi .gnavi-item > span::before {
    color: #555555;
  }
  .header--navi .gnavi-item--sub {
    margin: 1.3037809648vw 0 0;
  }
  .header--navi .gnavi-item--sub-item {
    padding-left: 7.0404172099vw;
  }
  .header--navi .gnavi-item--sub-item > a, .header--navi .gnavi-item--sub-item > span {
    font-size: 3.9113428944vw;
    line-height: 1;
    padding: 3.9113428944vw 0;
  }
  .header--navi .gnavi-item--sub-item > a::before, .header--navi .gnavi-item--sub-item > span::before {
    content: "ー";
    font-size: 3.9113428944vw;
    margin-right: 1.9556714472vw;
  }
  .header--navi .gnavi-item--sub-item:last-child a {
    padding: 3.9113428944vw 0 0;
  }
  .header.open #btn-navi span {
    width: 7.5619295958vw;
  }
  .header.open #btn-navi span:nth-child(1) {
    transform: translate(0px, 2.6075619296vw) rotate(-45deg);
    top: 0.5215123859vw;
  }
  .header.open #btn-navi span:nth-child(2) {
    transform: translate(0px, -0.9126466754vw) rotate(-135deg);
    top: 4.1720990874vw;
  }
  .header.open .header--navi {
    transform: translate(-100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header {
    height: 120px;
  }
  .header--logo {
    width: 29px;
    height: 31px;
    top: 20px;
    left: 22px;
  }
  .header .tw-btn {
    width: 28px;
    height: 28px;
    top: 22px;
    right: 156px;
  }
  .header .lang {
    top: 22px;
    right: 100px;
  }
  .header .lang.open .lang-item--sub, .header .lang:hover .lang-item--sub {
    padding: 20px 0;
  }
  .header .lang-item > span {
    background-size: contain;
    width: 28px;
    height: 28px;
    margin: 0 0 10px;
  }
  .header .lang-item--sub {
    width: 90px;
  }
  .header .lang-item--sub::before {
    width: 40px;
    height: 3px;
  }
  .header .lang-item--sub-item > a {
    font-size: 20px;
    padding: 15px 0;
  }
  .header #btn-navi {
    width: 36px;
    height: 34px;
    top: 19px;
    right: 22px;
  }
  .header #btn-navi span {
    width: 34px;
    height: 3px;
  }
  .header #btn-navi span:nth-child(1) {
    top: 8px;
  }
  .header #btn-navi span:nth-child(2) {
    top: 24px;
  }
  .header--navi {
    padding: 100px 22px 70px 38px;
  }
  .header--navi .gnavi {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header--navi .gnavi::-webkit-scrollbar {
    display: none;
  }
  .header--navi .gnavi-item > a, .header--navi .gnavi-item > span {
    font-size: 22px;
    padding: 40px 0 0;
  }
  .header--navi .gnavi-item > a::before, .header--navi .gnavi-item > span::before {
    font-size: 22px;
    margin-right: 20px;
  }
  .header--navi .gnavi-item a {
    transition: all 0.3s;
  }
  .header--navi .gnavi-item a:hover {
    color: #9d33ff;
  }
  .header--navi .gnavi-item a:hover::before {
    color: #9d33ff;
  }
  .header--navi .gnavi-item a[target=_blank]::after {
    width: 25px;
    height: 15px;
    margin: 0 0 0 10px;
  }
  .header--navi .gnavi-item a[target=_blank]:hover::after {
    background: url("../img/common/icon_blank_p.png") no-repeat center 0/contain;
  }
  .header--navi .gnavi-item--sub {
    margin: 25px 0 0;
  }
  .header--navi .gnavi-item--sub-item {
    padding-left: 46px;
  }
  .header--navi .gnavi-item--sub-item > a, .header--navi .gnavi-item--sub-item > span {
    font-size: 20px;
    padding: 15px 0;
    transition: all 0.3s;
  }
  .header--navi .gnavi-item--sub-item > a::before, .header--navi .gnavi-item--sub-item > span::before {
    content: "ー";
    font-size: 20px;
  }
  .header--navi .gnavi-item--sub-item > a:hover, .header--navi .gnavi-item--sub-item > span:hover {
    color: #9d33ff;
  }
  .header--navi .gnavi-item--sub-item > a:hover::before, .header--navi .gnavi-item--sub-item > span:hover::before {
    color: #9d33ff;
  }
  .header--navi .gnavi-item--sub-item:last-child a {
    padding: 15px 0 0;
  }
  .header.open #btn-navi span {
    width: 34px;
  }
  .header.open #btn-navi span:nth-child(1) {
    transform: translate(0px, 20px) rotate(-45deg);
    top: -4px;
  }
  .header.open #btn-navi span:nth-child(2) {
    transform: translate(0px, -7px) rotate(-135deg);
    top: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .header {
    height: 100px;
    margin: 0 auto;
  }
  .header--logo {
    background-image: url("../img/common/logo_unite.png");
    width: 184px;
    height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
  }
  .header--navi .gnavi {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 130px;
    transform: translateY(-50%);
  }
  .header--navi .gnavi-item {
    position: relative;
    transition: all 0.3s;
  }
  .header--navi .gnavi-item.none {
    pointer-events: none;
  }
  .header--navi .gnavi-item::before {
    content: "";
    display: block;
    background: #9d33ff;
    width: calc(100% - 20px);
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: -4px;
    z-index: 2;
    transform: translateX(-50%) scale(0, 1);
    transform-origin: center top;
    transition: transform 300ms;
  }
  .header--navi .gnavi-item:hover::before {
    transform: translateX(-50%) scale(1, 1);
  }
  .header--navi .gnavi-item:hover .gnavi-item--sub {
    height: auto;
    padding: 20px;
    opacity: 1;
    pointer-events: all;
  }
  .header--navi .gnavi-item > a,
.header--navi .gnavi-item > span {
    display: block;
    font-size: 15px;
    padding: 13px 13px 17px;
  }
  .header--navi .gnavi-item a[target=_blank]::after {
    width: 20px;
    height: 10px;
    margin: 0 0 0 7px;
  }
  .header--navi .gnavi-item--sub {
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    position: absolute;
    width: 250px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    transition: all 0.3s;
    height: 0;
    overflow: hidden;
  }
  .header--navi .gnavi-item--sub:hover {
    height: auto;
    padding: 20px;
    opacity: 1;
    pointer-events: all;
  }
  .header--navi .gnavi-item--sub a[target=_blank]:hover::after {
    background: url("../img/common/icon_blank_p.png") no-repeat center 0/contain;
  }
  .header--navi .gnavi-item--sub-item > a, .header--navi .gnavi-item--sub-item > span {
    display: block;
    font-size: 15px;
    padding: 10px 0;
    transition: all 0.3s;
  }
  .header--navi .gnavi-item--sub-item > a:hover, .header--navi .gnavi-item--sub-item > span:hover {
    color: #9d33ff;
  }
  .header .tw-btn {
    width: 25px;
    height: 25px;
    top: 34px;
    right: 87px;
  }
  .header .lang {
    position: absolute;
    top: 35px;
    right: 35px;
  }
  .header .lang.open .lang-item--sub, .header .lang:hover .lang-item--sub {
    padding: 20px 0;
  }
  .header .lang-item > span {
    background-size: contain;
    width: 24px;
    height: 24px;
    margin: 0 0 10px;
  }
  .header .lang-item--sub {
    width: 90px;
  }
  .header .lang-item--sub::before {
    width: 40px;
    height: 3px;
  }
  .header .lang-item--sub-item > a {
    font-size: 20px;
    padding: 15px 0;
  }
  .header.on .header--navi .gnavi-item > a,
.header.on .header--navi .gnavi-item > .only-hov {
    color: #999999;
  }
  .header.on .tw-btn {
    top: 27px;
  }
  .header.on .lang {
    top: 28px;
  }
}

.anchor-link-box {
  margin-top: -18.2529335072vw;
  padding-top: 18.2529335072vw;
}
@media only screen and (min-width: 768px) {
  .anchor-link-box {
    margin-top: -70px;
    padding-top: 70px;
  }
}

@keyframes header_items {
  0% {
    opacity: 0;
    transform: translate3d(0, -2rem, 0);
    color: #1262fb;
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.header {
  transition: 300ms;
}
.header.on {
  height: 18.2529335072vw;
  background-color: #000;
  transform: translateY(-1.3037809648vw);
}
@media only screen and (min-width: 768px) {
  .header.on {
    height: 70px;
    transform: translateY(-10px);
  }
}
@media only screen and (min-width: 768px) {
  .header.on .header--logo {
    transform: translateY(calc(-50% + 5px));
  }
}
@media only screen and (min-width: 768px) {
  .header.on .header--navi .gnavi {
    transform: translateY(calc(-50% + 5px));
  }
}

@media only screen and (min-width: 1199px) {
  .gnavi .gnavi-item {
    opacity: 0;
  }
  .gnavi .gnavi-item:nth-child(1) {
    animation: header_items 0.6s ease 0.6s forwards;
  }
  .gnavi .gnavi-item:nth-child(2) {
    animation: header_items 0.6s ease 0.7s forwards;
  }
  .gnavi .gnavi-item:nth-child(3) {
    animation: header_items 0.6s ease 0.8s forwards;
  }
  .gnavi .gnavi-item:nth-child(4) {
    animation: header_items 0.6s ease 0.9s forwards;
  }
  .gnavi .gnavi-item:nth-child(5) {
    animation: header_items 0.6s ease 1s forwards;
  }
  .gnavi .gnavi-item:nth-child(6) {
    animation: header_items 0.6s ease 1.1s forwards;
  }
  .gnavi .gnavi-item:nth-child(7) {
    animation: header_items 0.6s ease 1.2s forwards;
  }
  .gnavi .gnavi-item:nth-child(8) {
    animation: header_items 0.6s ease 1.3s forwards;
  }
  .gnavi .gnavi-item:nth-child(9) {
    animation: header_items 0.6s ease 1.4s forwards;
  }
  .gnavi .gnavi-item:nth-child(10) {
    animation: header_items 0.6s ease 1.5s forwards;
  }
}

@media only screen and (min-width: 1199px) {
  .lang li {
    opacity: 0;
  }
  .lang li:nth-child(1) {
    animation: header_items 0.6s ease 0.6s forwards;
  }
  .lang li:nth-child(2) {
    animation: header_items 0.6s ease 0.7s forwards;
  }
  .lang li:nth-child(3) {
    animation: header_items 0.6s ease 0.8s forwards;
  }
  .lang li:nth-child(4) {
    animation: header_items 0.6s ease 0.9s forwards;
  }
  .lang li:nth-child(5) {
    animation: header_items 0.6s ease 1s forwards;
  }
  .lang li:nth-child(6) {
    animation: header_items 0.6s ease 1.1s forwards;
  }
  .lang li:nth-child(7) {
    animation: header_items 0.6s ease 1.2s forwards;
  }
  .lang li:nth-child(8) {
    animation: header_items 0.6s ease 1.3s forwards;
  }
  .lang li:nth-child(9) {
    animation: header_items 0.6s ease 1.4s forwards;
  }
  .lang li:nth-child(10) {
    animation: header_items 0.6s ease 1.5s forwards;
  }
}

@media only screen and (min-width: 1199px) {
  .tw-btn {
    opacity: 0;
    animation: header_items 0.6s ease 0.5s forwards;
  }
}

.page--top {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  letter-spacing: 0.25em;
  position: absolute;
  right: 3.9113428944vw;
  bottom: 4.5632333768vw;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .page--top {
    right: 50px;
    bottom: 50px;
  }
}
.page--top__text {
  font-family: "Oswald", sans-serif;
  font-size: 3.9113428944vw;
  padding-left: 1.8252933507vw;
  position: relative;
}
.page--top__text a {
  color: #fff;
}
.page--top__text::after {
  content: "";
  background-color: #9d33ff;
  width: 0.5215123859vw;
  height: 100%;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .page--top__text {
    font-size: 18px;
    padding-left: 14px;
  }
  .page--top__text::after {
    width: 4px;
  }
}

.footer {
  position: relative;
  z-index: 2;
}
.footer a {
  display: block;
}
.footer--inner {
  background-color: #222222;
  padding: 16.29726206vw 0 4.5632333768vw;
}
.footer--menu {
  display: flex;
  justify-content: center;
}
.footer--menu.pc-lay {
  display: none;
}
.footer--menu .menu-item {
  flex-basis: 10.4302477184vw;
  width: 10.4302477184vw;
  height: 8.0834419817vw;
  margin: 0 2.998696219vw;
}
.footer--corp {
  text-align: center;
  margin: 15.6453715776vw 0 0;
}
.footer--corp__logo {
  width: 56.3233376793vw;
  margin: 0 auto 7.8226857888vw;
}
.footer--corp__copyright {
  font-size: 2.6075619296vw;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .footer--steam {
    background-color: #282e39;
    padding: 60px 0;
  }
  .footer--steam-img {
    width: 750px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (min-width: 768px) {
  .footer--steam-img {
    width: 646px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .footer--inner {
    background-color: #222222;
    padding: 50px 0 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .footer--menu {
    display: flex;
    justify-content: center;
  }
  .footer--menu.pc-lay {
    display: none;
  }
  .footer--menu .menu-item {
    flex-basis: 50px;
    width: 50px;
    height: 32px;
    margin: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .footer--corp {
    text-align: center;
    margin: 50px 0 0;
  }
  .footer--corp__logo {
    width: 184px;
    margin: 55px auto 20px;
  }
  .footer--corp__copyright {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1100px) {
  .footer--steam {
    padding: 60px 0;
  }
  .footer--inner {
    padding: 0 0 40px;
  }
  .footer--content {
    max-width: 1600px;
    padding: 0 50px;
    margin: 0 auto;
  }
  .footer--corp {
    padding: 0 50px;
    margin: 0 auto;
  }
  .footer--menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .footer--menu.sp-lay {
    display: none;
  }
  .footer--menu.pc-lay {
    display: flex;
  }
  .footer--menu-item {
    flex-basis: 230px;
    padding: 50px 0 0;
  }
  .footer--menu-item > a {
    color: #fff;
    font-size: 16px;
  }
  .footer--menu-item > a.mt-link {
    margin-top: 23px;
  }
  .footer--menu-item > span {
    font-size: 16px;
    color: #555555;
    cursor: none;
    pointer-events: none;
  }
  .footer--menu-item > span.mt-tit {
    margin-top: 108px;
    display: inline-block;
  }
  .footer--menu-item > a {
    transition: 0.3s;
  }
  .footer--menu-item > a:hover {
    color: #9d33ff;
  }
  .footer--menu-item > a[target=_blank] {
    position: relative;
  }
  .footer--menu-item > a[target=_blank]::after {
    content: "";
    display: inline-block;
    background: url("../img/common/icon_blank_w.png") no-repeat 0 0/contain;
    width: 20px;
    height: 15px;
    margin-left: 10px;
  }
  .footer--menu-item > a[target=_blank]:hover::after {
    background: url("../img/common/icon_blank_p.png") no-repeat 0 0/contain;
  }
  .footer--menu-item:nth-child(2) {
    flex-basis: 180px;
  }
  .footer--menu-item:nth-child(3) {
    flex-basis: 250px;
  }
  .footer--menu-item:nth-child(4) {
    flex-basis: 190px;
  }
  .footer--menu-item:last-child {
    flex-basis: 150px;
  }
  .footer--menu-item:last-child > span {
    color: #fff;
  }
  .footer--menu .menu-item--sub-item {
    margin: 25px 0 0;
  }
  .footer--menu .menu-item--sub-item > a {
    color: #999999;
    font-size: 15px;
    transition: 0.3s;
  }
  .footer--menu .menu-item--sub-item > a:hover {
    color: #9d33ff;
  }
  .footer--menu .menu-item--sub-item > span {
    font-size: 15px;
    color: #555555;
    cursor: none;
    pointer-events: none;
  }
  .footer--menu .menu-item--sub-item > a[target=_blank] {
    position: relative;
  }
  .footer--menu .menu-item--sub-item > a[target=_blank]::after {
    content: "";
    display: inline-block;
    background: url("../img/common/icon_blank_g.png") no-repeat 0 0/contain;
    width: 20px;
    height: 15px;
    margin-left: 10px;
  }
  .footer--menu .menu-item--sub-item > a[target=_blank]:hover::after {
    background: url("../img/common/icon_blank_p.png") no-repeat 0 0/contain;
  }
  .footer--menu .menu-item--sns {
    display: flex;
    margin: 25px 0 0;
  }
  .footer--menu .menu-item--sns-item {
    flex-basis: 28px;
    margin-right: 15px;
  }
  .footer--corp {
    text-align: left;
  }
  .footer--corp__logo {
    width: 184px;
    margin: 55px 0 20px;
  }
  .footer--corp__copyright {
    font-size: 12px;
  }
}

@keyframes line {
  0% {
    opacity: 1;
  }
  40% {
    transform: translateY(-100%);
    opacity: 1;
  }
  41% {
    opacity: 0;
  }
  49% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 1;
    transform: translateY(100%);
  }
}
.page--top {
  opacity: 0;
  transform: translateY(50%);
  transition: all 300ms;
  overflow: hidden;
}
.page--top.on {
  opacity: 1;
  transform: none;
}
.page--top .page--top__text:after {
  animation: line 2s ease infinite;
}
@media only screen and (min-width: 768px) {
  .page--top {
    cursor: pointer;
  }
  .page--top:hover {
    transform: translateY(-10%);
  }
}

/*ポップアップスライドイン*/
@-webkit-keyframes slidein {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-ms-keyframes slidein {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes slidein {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
/*ポップアップスライドアウト*/
@-webkit-keyframes slideout {
  0% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-ms-keyframes slideout {
  0% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideout {
  0% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/**********************************
共通
**********************************/
.cookie-pop p,
.cookie-pop button,
.cookie-pop a {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: rgb(255, 255, 255);
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .cookie-pop p,
.cookie-pop button,
.cookie-pop a {
    font-size: 2.6075619296vw;
  }
}

.cookie-pop {
  background-color: rgba(0, 0, 0, 0.85);
  animation-name: slidein;
  animation-duration: 600ms;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

.cookie-pop.pop-remove {
  animation-name: slideout;
  animation-duration: 600ms;
}

.cookie-pop .upper {
  text-transform: uppercase;
}

.cookie-pop .txt-left {
  text-align: left;
}

.cookie-pop .txt-left a {
  text-decoration: underline;
}

.cookie-pop .txt-center {
  text-align: center;
}

/**********************************
初期画面（cookie-pop.html）
**********************************/
.cookie-pop .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 35px;
}

.cookie-pop .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookie-pop .btns {
  margin: 0 0 0 40px;
}

/*同意ボタン*/
.cookie-pop .accept {
  width: 180px;
  height: 58px;
  background-color: #9d33ff;
  border: solid 1px #9d33ff;
  border-radius: 25px;
  cursor: pointer;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .cookie-pop .accept {
    width: 46.875vw;
    height: 11.625vw;
    font-size: 3.90625vw;
  }
}

@media only screen and (max-width: 767px) {
  .cookie-pop .btns p {
    text-align: center;
  }
}

.cookie-pop .accept:hover {
  background-color: #1a1a1a;
  border: solid 2px #9d33ff;
  color: #9d33ff;
}

/*プライバシーポリシーリンク*/
.cookie-policy a {
  color: #dcd9d9;
  text-decoration-color: #dcd9d9;
}

.cookie-pop .cookie-policy {
  margin-top: 15px;
}

@media screen and (max-width: 1200px) {
  /**********************************
  初期画面（cookie-pop.html）
  **********************************/
  .cookie-pop .wrapper {
    padding: 30px 20px 45px;
  }
}
@media screen and (max-width: 768px) {
  /**********************************
  共通
  **********************************/
  .cookie-pop p,
.cookie-pop a,
.cookie-pop .cookie-policy a {
    /* add */
    font-size: 26px;
  }
  /**********************************
  初期画面（cookie-pop.html）
  **********************************/
  /*
   * Scrollbar rail styles
   */
  /*
   * Scrollbar thumb styles
   */
  /*同意ボタン*/
}
@media only screen and (max-width: 768px) and (max-width: 767px) {
  .cookie-pop p,
.cookie-pop a,
.cookie-pop .cookie-policy a {
    font-size: 3.9113428944vw;
  }
}
@media screen and (max-width: 768px) {
  .cookie-pop p,
.cookie-pop button {
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .cookie-pop .wrapper {
    width: auto;
    padding: 15px 70px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 767px) {
  .cookie-pop .wrapper {
    padding: 3.9113428944vw 6.518904824vw;
  }
}
@media screen and (max-width: 768px) {
  .cookie-pop .container {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .cookie-pop .text-area {
    height: 330px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cookie-pop .scroll-area {
    position: relative;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .ps__rail-x {
    display: block;
    opacity: 1;
    transition: none;
    -webkit-transition: none;
    height: 10px;
    background-color: #717070;
    border-radius: 5px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .ps__rail-y {
    display: block;
    opacity: 1;
    transition: none;
    -webkit-transition: none;
    width: 10px;
    background-color: #717070;
    border-radius: 5px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: #717070;
  }
}
@media screen and (max-width: 768px) {
  .ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #717070;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .ps__thumb-x {
    background-color: #a09f9f;
    border-radius: 5px;
    transition: none;
    -webkit-transition: none;
    height: 10px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .ps__thumb-y {
    background-color: #a09f9f;
    border-radius: 5px;
    transition: none;
    -webkit-transition: none;
    width: 10px;
    /* there must be 'right' for ps__thumb-y */
    right: 0px;
    /* please don't change 'position' */
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #a09f9f;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #a09f9f;
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  .cookie-pop .btns {
    /*  margin: 20px 0 0; */
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .cookie-pop .accept:hover {
    background-color: #9d33ff;
    border: none;
    color: #ffffff;
  }
}
@media screen and (max-width: 480px) {
  .cookie-pop .text-area {
    height: auto;
    padding-right: 0;
  }
}
#cookie-pop-bn.off {
  display: none;
}

.load {
  width: 100%;
  height: 100%;
  background-color: #444444;
  position: fixed;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 350ms;
  transition-timing-function: ease-in-out;
}
.load.hide {
  transform: translateY(-100%);
}
.load-logo {
  width: 61.5384615385vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .load-logo {
    width: 314px;
  }
}
.load-line {
  margin-top: 13.037809648vw;
  width: 0;
  height: 0.6518904824vw;
  background-color: #f07800;
  transition: 300ms;
}
@media only screen and (min-width: 768px) {
  .load-line {
    margin-top: 50px;
    height: 5px;
  }
}
.load-text {
  font-size: 6.518904824vw;
  margin-top: 13.037809648vw;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .load-text {
    font-size: 26px;
    margin-top: 50px;
  }
}

.swiper .swiper-wrapper {
  width: auto;
}
.swiper .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.swiper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  width: 6.518904824vw;
  height: 10.4302477184vw;
  opacity: 0.5;
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .swiper .swiper-button-next,
.swiper .swiper-button-prev {
    width: 3.125vw;
    height: 5vw;
    transition: 0.3s;
  }
  .swiper .swiper-button-next:hover,
.swiper .swiper-button-prev:hover {
    opacity: 1;
  }
}
@media only screen and (min-width: 1601px) {
  .swiper .swiper-button-next,
.swiper .swiper-button-prev {
    width: 50px;
    height: 80px;
  }
}
.swiper .swiper-button-next {
  background: url("../img/common/slide_next.png") no-repeat 0 0/contain;
  right: 0;
}
.swiper .swiper-button-prev {
  background: url("../img/common/slide_prev.png") no-repeat 0 0/contain;
  left: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
  }
}

.swiper-pagination-bullet {
  width: 3.1290743155vw;
  height: 3.1290743155vw;
  margin: 0 1.3037809648vw !important;
  opacity: 1;
  background: #fff;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #9d33ff;
}
@media only screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 10px !important;
  }
}
/*# sourceMappingURL=../maps/share.css.map */
