@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&family=Open+Sans:wght@700&family=Nunito:wght@800&display=swap");

@font-face {
  font-family: "NHN";
  src: url("/assets/fonts/NHN.ttf") format("truetype");
}
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
  box-sizing: border-box;
}
/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}
/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden],
template {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}
dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}
/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type=number] {
  width: auto; /* Firefox 36+ */
}
[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}
textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}
audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}
/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
html {
  padding-top: constant(safe-area-inset-top);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-left: constant(safe-area-inset-left);
  background-color: #fff;
}
body {
  position: relative;
}
a {
  text-decoration: none;
}
a:focus,
*:focus {
  outline: none;
}
ul,
ol {
  list-style: none;
}
.o-spHide,
.pc-only {
  display: block !important;
}
@media (max-width: 767px) {
  .o-spHide,
  .pc-only {
    display: none !important;
  }
}
.o-pcHide,
.sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .o-pcHide,
  .sp-only {
    display: block !important;
  }
}
.no-scroll {
  overflow: hidden;
}
.loading {
  display: block;
  width: 100vw;
  height: 100vh;
  transition: all 2s;
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}
.loading_logo {
  width: 100vw;
  height: 100vh;
  transition: all 2s;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loading_logo.is-active {
  opacity: 1;
  visibility: visible;
}
#logo {
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  width: 1000px;
  height: auto;
  transform: translate(-50%, -50%);
}
.no-scroll {
  overflow: hidden;
}
video {
  filter: drop-shadow(0 0 #fff);
}
body {
  min-width: 1000px;
  background-color: #f4f3ed;
  color: #222;
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  overflow: hidden;
}
@media (max-width: 1024px) {
  body {
    min-width: auto;
    max-width: 100vw;
    font-size: 1.26953125vw;
  }
}
@media (max-width: 767px) {
  body {
    min-width: auto;
    max-width: 100vw;
    font-size: 3.4666666667vw;
  }
  body.sp-open {
    height: 280vw;
    overflow: hidden;
  }
}
.pa-wrap {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pa-wrap {
    left: 0;
    width: -webkit-fill-available;
    transition: all 0.6s cubic-bezier(0.6, 0, 0.4, 1);
  }
  .pa-wrap::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    transition: all 0.6s cubic-bezier(0.6, 0, 0.4, 1);
  }
  .sp-open .pa-wrap {
    left: -100%;
    -webkit-overflow-scrolling: touch;
    backface-visibility: hidden;
  }
  .sp-open .pa-wrap::after {
    width: 100%;
    height: 100%;
    background-color: #222;
    opacity: 0.2;
  }
}
.header-area {
  margin: 0 auto;
}
.header-area .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.header-area .inner .ttl {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
}
.contents-area {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.contents-area .lead {
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
  font-size: 25px;
}
@media (max-width: 767px) {
  .contents-area .lead {
    font-size: 5.8666666667vw;
  }
}
.contents-area .txt {
  text-align: left;
  line-height: 2;
}
.contents-area .txt a {
  color: #999;
}
.sec {
  position: relative;
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .sec {
    max-width: 100vw;
    min-width: 100vw;
  }
}
@media (max-width: 767px) {
  .sec {
    min-width: 100vw;
  }
}
.nav-menu {
  position: fixed;
  top: 0;
  left: 20px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .nav-menu {
    position: absolute;
    left: 0;
    z-index: 9999;
  }
  .nav-menu .inner {
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.6, 0, 0.4, 1);
  }
  .sp-open .nav-menu .inner {
    left: 63vw;
    width: 37vw;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    backface-visibility: hidden;
    overflow-y: scroll;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .nav-menu .inner {
    height: auto;
  }
  .sp-open .nav-menu .inner {
    left: 0;
    width: 100vw;
  }
}
.nav-menu .logo {
  width: 136px;
  height: 37px;
  margin: 20px 0 44px;
  padding: 0;
  background: url("/assets/img/common/logo_L_PA.svg") center top no-repeat;
  background-size: auto 100%;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .nav-menu .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 11.328125vw;
    height: 4.8828125vw;
    margin: 0;
    background-image: url("/assets/img/common/logo_S_PA.svg");
    background-position: 1.26953125vw 1.171875vw;
    background-color: #fff;
    background-size: auto 2.734375vw;
    transition: all 0.6s cubic-bezier(0.6, 0, 0.4, 1);
  }
  .sp-open .nav-menu .logo {
    left: -100%;
  }
}
@media (max-width: 767px) {
  .nav-menu .logo {
    width: 30.9333333333vw;
    height: 13.3333333333vw;
    background-position: 3.4666666667vw 3.2vw;
    background-size: auto 7.4666666667vw;
  }
}
.nav-menu .menu-list {
  text-align: left;
}
@media (max-width: 1024px) {
  .nav-menu .menu-list {
    padding-top: 71px;
  }
  .nav-menu .menu-list::before {
    position: absolute;
    top: 70px;
    left: 5px;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
  }
  .nav-menu .menu-list .pc-only {
    display: none !important;
  }
  .nav-menu .menu-list .sp-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .nav-menu .menu-list {
    padding-top: 13.6vw;
  }
  .nav-menu .menu-list::before {
    top: 13.3333333333vw;
    left: 1.3333333333vw;
  }
}
.nav-menu .menu-list .menu {
  min-height: 18px;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
}
.nav-menu .menu-list .menu a {
  color: #222;
  padding-left: 12px;
  background: url("/assets/img/common/ico_arrow_gry.svg") 0 1px no-repeat;
  background-size: 9px auto;
  transition: padding 0.1s;
}
.nav-menu .menu-list .menu a:hover {
  padding-left: 16px;
}
.nav-menu .menu-list .menu.-recruit a {
  background-image: url("/assets/img/common/ico_arrow_ringt_r.svg");
}
@media (max-width: 1024px) {
  .nav-menu .menu-list .menu {
    position: relative;
    height: auto;
    margin: 0;
    min-height: 13px;
    padding: 20px 0 20px 25px;
    font-size: 12px;
    line-height: 13px;
  }
  .nav-menu .menu-list .menu::before {
    position: absolute;
    bottom: 1px;
    left: 0.48828125vw;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
  }
  .nav-menu .menu-list .menu.-top::after {
    display: none;
    position: absolute;
    top: -1px;
    left: 0;
    width: 5px;
    height: 53px;
    background-color: #fa2828;
  }
  .nav-menu .menu-list .menu.-sub {
    padding: 0;
  }
  .nav-menu .menu-list .menu.-sub .menu {
    padding: 0;
  }
  .nav-menu .menu-list .menu.-sub .menu a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 25px;
    background-image: url("/assets/img/common/ico_arrow_ringt.svg");
    background-position: right center;
    background-size: 12px auto;
    transition: none;
    background-position-x: 94.5%;
  }
  .nav-menu .menu-list .menu.-sub .menu a:hover {
    padding: 20px 25px;
  }
}
@media (max-width: 767px) {
  .nav-menu .menu-list .menu {
    min-height: 3.4666666667vw;
    padding: 5.3333333333vw 0 5.3333333333vw 6.6666666667vw;
    font-size: 3.2vw;
    line-height: 3.4666666667vw;
  }
  .nav-menu .menu-list .menu::before {
    left: 1.3333333333vw;
  }
  .nav-menu .menu-list .menu.-top::after {
    width: 1.3333333333vw;
    height: 14.1333333333vw;
  }
  .nav-menu .menu-list .menu.-sub .menu a {
    width: 93.8666666667vw;
    padding: 5.3333333333vw 0 5.3333333333vw 6.6666666667vw;
    background-size: 3.2vw auto;
    background-position: right center;
  }
  .nav-menu .menu-list .menu.-sub .menu a:hover {
    padding: 5.3333333333vw 0 5.3333333333vw 6.6666666667vw;
  }
}
.nav-menu .btn.-contact {
  display: none;
}
@media (max-width: 1024px) {
  .nav-menu .btn.-contact {
    display: block;
    width: 200px;
    height: 54px;
    margin: 50px auto 30px;
    background: url("/assets/img/common/btn_contact.svg") 0 0 no-repeat;
    background-size: 100% auto;
    font: 0/0 a;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .nav-menu .btn.-contact {
    width: 53.3333333333vw;
    height: 14.4vw;
    margin: 13.3333333333vw auto 8vw;
  }
}
.sp-menu {
  display: none;
}
@media (max-width: 1024px) {
  .sp-menu {
    display: block;
  }
  .sp-menu.-recruit {
    display: none;
  }
  .sp-menu.-open {
    position: fixed;
    top: 0;
    right: 0;
    width: 4.8828125vw;
    height: 4.8828125vw;
    background: url("/assets/img/common/btn_open.svg") 0 0 no-repeat;
    background-size: 100% auto;
    z-index: 100;
    transition: all 0.4s;
  }
  .sp-open .sp-menu.-open {
    z-index: 0;
    opacity: 0;
  }
  .sp-menu.-close {
    opacity: 0;
  }
  .sp-open .sp-menu.-close {
    display: block;
    position: absolute;
    top: 26px;
    right: 26px;
    width: 20px;
    height: 20px;
    background: url("/assets/img/common/btn_close.svg") 0 0 no-repeat;
    background-size: 100% auto;
    font: 0/0 a;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 20;
    opacity: 1;
  }
  .sp-open .sp-menu.-close.-btm {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto 4.58984375vw;
  }
  .sp-menu a {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .sp-menu.-open {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .sp-open .sp-menu.-close {
    top: 4.2666666667vw;
    right: 3.7333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .sp-open .sp-menu.-close.-btm {
    margin: 0 auto 12.5333333333vw;
  }
}
.sns {
  position: fixed;
  top: 101px;
  right: 19px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .sns {
    display: none;
  }
}
.sns .copyright {
  width: 124px;
  height: 20px;
  margin: 101px 20px 30px;
  font-size: 11px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
  transform-origin: bottom right;
  transform: rotate(-90.03deg) scale(-1, -1);
  text-align: left;
  line-height: 20px;
}
.footer-area .sns .btn {
  width: 30px;
  height: 30px;
  margin: 0;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .footer-area .sns .btn {
    width: 2.9296875vw;
    height: 2.9296875vw;
  }
}
@media (max-width: 767px) {
  .footer-area .sns .btn {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.footer-area .sns .-tw {
  background: url("/assets/img/common/ico_tw_w.svg") center center no-repeat;
  background-size: 100% auto;
}
.footer-area .sns .-fb {
  background: url("/assets/img/common/ico_fb_w.svg") center center no-repeat;
  background-size: 100% auto;
}
.icon {
  position: absolute;
  right: 0;
}
.icon .-tw {
  width: 20px;
  height: 20px;
  margin-bottom: 30px;
  background: url("/assets/img/common/ico_tw_b.svg") right top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.icon .-fb {
  width: 20px;
  height: 20px;
  background: url("/assets/img/common/ico_fb_b.svg") 0 0 no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .en .nav-menu .menu-list .menu li.menu {
    line-height: 23px;
  }
  .en .nav-menu .menu-list .menu li.menu.-top::after {
    height: 63px;
  }
}
@media (max-width: 767px) {
  .en .nav-menu .menu-list .menu li.menu {
    line-height: 6.1333333333vw;
  }
  .en .nav-menu .menu-list .menu li.menu.-top::after {
    height: 16.8vw;
  }
}
@media (max-width: 1024px) {
  .en .nav-menu .btn.-contact {
    width: 200px;
    height: 35px;
    background: url("/assets/img/common/btn_contact_en.svg") 0 0 no-repeat;
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .en .nav-menu .btn.-contact {
    width: 53.3333333333vw;
    height: 9.3333333333vw;
  }
}
.nav-menu .icon {
  display: none;
}
@media (max-width: 1024px) {
  .nav-menu .icon {
    display: flex;
    justify-content: center;
    position: relative;
    right: auto;
  }
  .nav-menu .icon .-tw,
  .nav-menu .icon .-fb {
    width: 2.34375vw;
    height: 2.34375vw;
    margin: 0 1.46484375vw 3.90625vw;
  }
}
@media (max-width: 767px) {
  .nav-menu .icon .-tw,
  .nav-menu .icon .-fb {
    width: 6.4vw;
    height: 6.4vw;
    margin: 0 4vw 10.6666666667vw;
  }
}
.nav-menu .lang-area {
  display: flex;
  height: 18px;
  margin: 18px 0 12px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
}
.nav-menu .lang-area a {
  color: #222;
}
.nav-menu .lang-area a:hover {
  color: #fa2828;
}
.nav-menu .lang-area .-on a {
  color: #fa2828;
  pointer-events: none;
}
.nav-menu .lang-area .-on.invert a {
  color: #fff;
}
@media (max-width: 1024px) {
  .nav-menu .lang-area .-on.invert a {
    color: #fa2828;
  }
}
.nav-menu .lang-area .-jp {
  position: relative;
  margin-right: 14px;
}
.nav-menu .lang-area .-jp::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 2px;
  height: 10px;
  margin-top: -5px;
  background-color: #d9d9d9;
}
@media (max-width: 1024px) {
  .nav-menu .lang-area {
    position: absolute;
    top: 27px;
    left: 18px;
    display: flex;
    justify-content: center;
    height: 21px;
    margin: 0;
    font-size: 13px;
    line-height: 21px;
    text-align: left;
  }
  .nav-menu .lang-area .lang {
    width: 20px;
    margin: 0 10px;
  }
  .nav-menu .lang-area .-jp::after {
    left: 28px;
    width: 2px;
    height: 10px;
    margin-top: -5px;
  }
}
@media (max-width: 767px) {
  .nav-menu .lang-area {
    top: 4.2666666667vw;
    left: 4.5333333333vw;
    height: 5.6vw;
    margin: 0;
    font-size: 3.4666666667vw;
    line-height: 5.6vw;
  }
  .nav-menu .lang-area .lang {
    width: 5.3333333333vw;
    margin: 0 2.6666666667vw;
  }
  .nav-menu .lang-area .-jp::after {
    left: 7.4666666667vw;
    width: 0.5333333333vw;
    height: 2.6666666667vw;
    margin-top: -1.3333333333vw;
  }
}
.recruit-btn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: auto;
  max-width: 1252px;
  text-align: right;
  margin: 0 auto;
  padding-top: 498px;
  z-index: 2;
  content: "";
}
@media (max-width: 1024px) {
  .recruit-btn {
    max-width: 122.265625vw;
    padding-top: 48.6328125vw;
  }
}
@media (max-width: 767px) {
  .recruit-btn {
    width: 92vw;
    max-width: none;
    justify-content: center;
    height: auto;
    padding-top: 134.9333333333vw;
  }
}
.btn {
  position: relative;
}
.btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.recruit-btn > .btn {
  width: 210px;
  height: 221px;
  padding: 13px 0 0;
  background: url("/assets/img/top/btn_recruit_bg.png") center 22px no-repeat;
  background-size: 100% auto;
}
.recruit-btn > .btn > a {
  position: relative;
  width: 167px;
  height: 180px;
  margin: 0 auto;
  background: url("/assets/img/top/btn_career_shita.png") center 13px no-repeat;
  background-size: 167px auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 83.5px;
}
.recruit-btn > .btn > a::after {
  position: absolute;
  top: 0;
  left: 4px;
  content: "";
  width: 159px;
  height: 158px;
  background: url("/assets/img/top/btn_career_ue.png") center top no-repeat;
  background-size: 159px auto;
  transition: all 0.15s;
}
.recruit-btn > .btn > a:hover::after {
  top: 17px;
}
@media (max-width: 1024px) {
  .recruit-btn > .btn {
    width: 20.5078125vw;
    height: 21.58203125vw;
    padding: 1.26953125vw 0 0;
    background-position: center 2.1484375vw;
  }
  .recruit-btn > .btn > a {
    position: relative;
    width: 16.30859375vw;
    height: 17.578125vw;
    margin: 0 auto;
    background-size: 16.30859375vw auto;
    background-position: center 1.26953125vw;
    border-radius: 8.154296875vw;
  }
  .recruit-btn > .btn > a::after {
    left: 0.390625vw;
    content: "";
    width: 15.52734375vw;
    height: 15.4296875vw;
    background-size: 15.52734375vw auto;
  }
  .recruit-btn > .btn > a:hover::after {
    top: 1.66015625vw;
  }
}
@media (max-width: 767px) {
  .recruit-btn > .btn {
    width: 38.9333333333vw;
    height: 38.9333333333vw;
    padding: 1.6vw 0 0;
    background-size: 100% auto;
    background-position: center 1.6vw;
  }
  .recruit-btn > .btn > a {
    position: relative;
    width: 30.9333333333vw;
    height: 32.5333333333vw;
    margin: 0 auto;
    font: 0/0 a;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 30.9333333333vw auto;
    background-position: center 1.6vw;
    border-radius: 15.4666666667vw;
  }
  .recruit-btn > .btn > a::after {
    position: absolute;
    top: 0;
    left: 0.6666666667vw;
    content: "";
    width: 29.6vw;
    height: 29.3333333333vw;
    background-size: 29.6vw auto;
    transition: all 0.15s;
  }
  .recruit-btn > .btn > a:hover::after {
    top: 0;
  }
}
.recruit-btn > .btn.-new {
  margin-left: -21px;
}
.recruit-btn > .btn.-new a {
  background-image: url("/assets/img/top/btn_new_shita.png");
}
.recruit-btn > .btn.-new a::after {
  background-image: url("/assets/img/top/btn_new_ue.png");
}
@media (max-width: 1024px) {
  .recruit-btn > .btn.-new {
    margin-left: -1.46484375vw;
  }
}
@media (max-width: 767px) {
  .recruit-btn > .btn.-new {
    margin-left: -4vw;
  }
}
.btn.-rocket {
  position: absolute;
  top: -202px;
  left: 50%;
  margin-left: -37px;
  width: 177px;
  height: 202px;
}
@media (max-width: 1024px) {
  .btn.-rocket {
    top: -19.7265625vw;
    width: 17.28515625vw;
    height: 19.7265625vw;
    margin-left: -3.61328125vw;
  }
}
@media (max-width: 767px) {
  .btn.-rocket {
    top: -55.4666666667vw;
    width: 46.6666666667vw;
    height: 55.2vw;
    margin-left: -11.0666666667vw;
  }
}
.btn.-rocket > .item {
  position: absolute;
  top: 0;
}
.btn.-rocket > .item.-r01 {
  /* stylelint-disable-next-line */
  width: 82px;
  /* stylelint-disable-next-line */
  height: 202px;
}
@media (max-width: 1024px) {
  .btn.-rocket > .item.-r01 {
    /* stylelint-disable-next-line */
    width: 8.0078125vw;
    /* stylelint-disable-next-line */
    height: 19.7265625vw;
  }
}
@media (max-width: 767px) {
  .btn.-rocket > .item.-r01 {
    /* stylelint-disable-next-line */
    width: 21.3820078227vw;
    /* stylelint-disable-next-line */
    height: 52.6727509778vw;
  }
}
.btn.-rocket > .item.-r01 {
  background: url("/assets/img/top/btn_rocket_01.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  left: 0;
  z-index: 99;
}
.btn.-rocket > .item.-r02 {
  /* stylelint-disable-next-line */
  width: 128.5px;
  /* stylelint-disable-next-line */
  height: 143px;
}
@media (max-width: 1024px) {
  .btn.-rocket > .item.-r02 {
    /* stylelint-disable-next-line */
    width: 12.548828125vw;
    /* stylelint-disable-next-line */
    height: 13.96484375vw;
  }
}
@media (max-width: 767px) {
  .btn.-rocket > .item.-r02 {
    /* stylelint-disable-next-line */
    width: 33.5071707953vw;
    /* stylelint-disable-next-line */
    height: 37.2881355932vw;
  }
}
.btn.-rocket > .item.-r02 {
  background: url("/assets/img/top/btn_rocket_02.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  top: 69px;
  right: 0;
  width: 105px;
  height: 117px;
  z-index: 100;
}
@media (max-width: 1024px) {
  .btn.-rocket > .item.-r02 {
    top: 6.73828125vw;
    width: 10.25390625vw;
    height: 11.42578125vw;
  }
}
@media (max-width: 767px) {
  .btn.-rocket > .item.-r02 {
    /* stylelint-disable-next-line */
    width: 128.5px;
    /* stylelint-disable-next-line */
    height: 143px;
    background: url("/assets/img/top/btn_rocket_02.png") center top no-repeat;
    background-size: 100% auto;
    font: 0/0 a;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    top: 17.3333333333vw;
  }
}
@media (max-width: 767px) and (max-width: 1024px) {
  .btn.-rocket > .item.-r02 {
    /* stylelint-disable-next-line */
    width: 12.548828125vw;
    /* stylelint-disable-next-line */
    height: 13.96484375vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .btn.-rocket > .item.-r02 {
    /* stylelint-disable-next-line */
    width: 33.5071707953vw;
    /* stylelint-disable-next-line */
    height: 37.2881355932vw;
  }
}
.btn.-google, .btn.-apple, .btn.-app, .btn.-amazon, .btn.-huawei {
  width: 193px;
  height: 57px;
  margin: 0 25px 0 0;
  background: url("/assets/img/game/btn_google.png") 0 0 no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .btn.-google, .btn.-apple, .btn.-app, .btn.-amazon, .btn.-huawei {
    width: 18.84765625vw;
    height: 5.56640625vw;
    margin: 0 2.44140625vw 0 0;
  }
}
@media (max-width: 767px) {
  .btn.-google, .btn.-apple, .btn.-app, .btn.-amazon, .btn.-huawei {
    width: 51.4666666667vw;
    height: 15.2vw;
    margin: 0;
  }
}
.btn.-apple {
  margin: 0;
  background-image: url("/assets/img/game/btn_apple.png");
}
@media (max-width: 767px) {
  .btn.-apple {
    margin: 1.3333333333vw 0 0;
  }
}
.btn.-app {
  display: block;
  margin: 10px 25px 0 0;
  background-image: url("/assets/img/game/btn_andapp.png");
}
@media (max-width: 1024px) {
  .btn.-app {
    margin: 0.9765625vw 2.44140625vw 0 0;
  }
}
@media (max-width: 767px) {
  .btn.-app {
    margin: 1.3333333333vw 0 0;
  }
}
.btn.-amazon {
  display: block;
  margin: 10px 25px 0 0;
  background-image: url("/assets/img/game/btn_amazon.png");
}
@media (max-width: 1024px) {
  .btn.-amazon {
    margin: 0.9765625vw 2.44140625vw 0 0;
  }
}
@media (max-width: 767px) {
  .btn.-amazon {
    margin: 1.3333333333vw 0 0;
  }
}
.btn.-huawei {
  margin: 10px 0 0;
  background-image: url("/assets/img/game/btn_huawei.png");
}
@media (max-width: 1024px) {
  .btn.-huawei {
    margin: 0.9765625vw 0 0;
  }
}
@media (max-width: 767px) {
  .btn.-huawei {
    margin: 1.3333333333vw 0 0;
  }
}
.btn.-link, .btn.-inquiry, .btn.-back {
  width: 302px;
  height: 72px;
  background-color: #222;
  border-radius: 36px;
  font-weight: 600;
  line-height: 1;
}
.btn.-link > a, .btn.-inquiry > a, .btn.-back > a {
  color: #fff;
}
@media (max-width: 1024px) {
  .btn.-link, .btn.-inquiry, .btn.-back {
    width: 29.4921875vw;
    height: 7.03125vw;
    border-radius: 3.515625vw;
  }
}
@media (max-width: 767px) {
  .btn.-link, .btn.-inquiry, .btn.-back {
    width: 63.4666666667vw;
    height: 16vw;
    border-radius: 8vw;
    line-height: 1;
  }
}
.btn.-modify {
  width: 177px;
  height: 36px;
  border: 1px solid #222;
  border-radius: 25px;
  font-weight: 600;
  line-height: 1;
}
.btn.-modify > a {
  color: #222;
}
@media (max-width: 1024px) {
  .btn.-modify {
    width: 17.28515625vw;
    height: 3.515625vw;
    border-radius: 2.44140625vw;
  }
}
@media (max-width: 767px) {
  .btn.-modify {
    width: 47.2vw;
    height: 9.6vw;
    border-radius: 6.6666666667vw;
    line-height: 1;
  }
}
.btn.-playentry {
  font-family: "Open Sans", sans-serif;
  background: #fa2828;
  text-align: center;
  line-height: 1.8;
  font-size: 12px;
  border: 3px solid #222;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50px;
  text-indent: 0;
}
.btn.-playentry > a {
  color: #fff;
}
@media (max-width: 1024px) {
  .btn.-playentry {
    width: 9.765625vw;
    height: 9.765625vw;
    border-radius: 4.8828125vw;
    border: 0.29296875vw solid #222;
    font-size: 1.171875vw;
  }
}
@media (max-width: 767px) {
  .btn.-playentry {
    font-size: 3.2vw;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    border-radius: 13.3333333333vw;
  }
}
.btn.-txtlink {
  display: block;
  width: 83px;
  height: 21px;
  color: #222;
  border-bottom: 2px solid #222;
  font-size: 11px;
  font-weight: 600;
  text-align: left;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .btn.-txtlink {
    width: 8.10546875vw;
    height: 2.05078125vw;
    border-bottom: 0.1953125vw solid #222;
    font-size: 1.07421875vw;
  }
}
@media (max-width: 767px) {
  .btn.-txtlink {
    width: 22.1333333333vw;
    height: 5.6vw;
    font-size: 2.9333333333vw;
    line-height: 1.8;
  }
}
.btn.-pageTop {
  display: none;
}
@media (max-width: 767px) {
  .btn.-pageTop {
    display: block;
    position: fixed;
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}
.btn .arrow-small-black {
  position: absolute;
  top: 3px;
  right: 0;
  width: 11px;
  height: 11px;
  background: url("/assets/img/common/ico_arrow_thin.svg") 0 0 no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1024px) {
  .btn .arrow-small-black {
    top: 0.29296875vw;
    width: 1.07421875vw;
    height: 1.07421875vw;
  }
}
@media (max-width: 767px) {
  .btn .arrow-small-black {
    top: 0.9333333333vw;
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
.btn .arrow-small-red {
  position: absolute;
  top: 28px;
  right: 39px;
  display: block;
  width: 16px;
  height: 16px;
  background: url("/assets/img/common/ico_arrow_ringt_r.svg") center top no-repeat;
  background-size: 100%;
}
@media (max-width: 1024px) {
  .btn .arrow-small-red {
    top: 2.734375vw;
    right: 3.80859375vw;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .btn .arrow-small-red {
    top: 5.8666666667vw;
    right: 2.4vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.btn:hover .arrow-small-red {
  animation-name: headShake;
  animation-duration: 1s;
  transform: translateZ(0);
}
.btn.-back > a > .arrow-small-red {
  transform: rotate(180deg);
  position: absolute;
  top: 50%;
  left: 47px;
  margin-top: -7px;
}
@media (max-width: 1024px) {
  .btn.-back > a > .arrow-small-red {
    left: 4.58984375vw;
    margin-top: -0.68359375vw;
  }
}
@media all and (max-width: 767px) {
  .btn.-back > a > .arrow-small-red {
    top: 5.8666666667vw;
    left: 3.4666666667vw;
    margin-top: 0;
  }
}
.btn.-back:hover > a > .arrow-small-red {
  animation: none;
  left: 37px;
  transition: 0.3s;
}
.btn.-prev {
  width: 34px;
  height: 34px;
  background: url("/assets/img/common/ico_arrow_maru.svg") 0 0 no-repeat;
  background-size: 100%;
  transform: rotate(180deg);
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .btn.-prev {
    width: 3.3203125vw;
    height: 3.3203125vw;
  }
}
.btn.-next {
  width: 34px;
  height: 34px;
  background: url("/assets/img/common/ico_arrow_maru.svg") 0 0 no-repeat;
  background-size: 100%;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .btn.-next {
    width: 3.3203125vw;
    height: 3.3203125vw;
  }
}
.btn .arrow-large-w {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  margin-right: -30px;
  display: block;
  width: 44px;
  height: 22px;
  background: url("/assets/img/common/arrow-large-w.svg") center no-repeat;
}
@media (max-width: 1024px) {
  .btn .arrow-large-w {
    margin-top: -1.07421875vw;
    margin-right: -2.9296875vw;
    width: 4.296875vw;
    height: 2.1484375vw;
  }
}
@media screen and (max-width: 767px) {
  .btn .arrow-large-w {
    background-size: 11.7333333333vw 5.8666666667vw;
    margin-top: -2.9333333333vw;
    margin-right: -8vw;
    width: 11.7333333333vw;
    height: 5.8666666667vw;
  }
}
.btn:hover .arrow-large-w {
  animation-name: headShake;
  animation-duration: 1s;
}
.btn .arrow-left {
  position: absolute;
  top: 9px;
  left: 12px;
  width: 16px;
  height: 16px;
  background: url("/assets/img/common/ico_arrow_left.svg") 0 0 no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1024px) {
  .btn .arrow-left {
    top: 0.87890625vw;
    left: 1.171875vw;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .btn .arrow-left {
    top: 2.4vw;
    left: 3.2vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.btn:hover .arrow-left {
  animation-name: headShake;
  animation-duration: 1s;
  transform: translateZ(0);
}
.footer-area .btn.-contact {
  position: absolute;
  top: 221px;
  left: 50%;
  width: 422px;
  height: 136px;
  transform: translate(-50%, 0);
}
.footer-area .btn.-contact > a {
  background: url("/assets/img/footer/btn_contact.svg") 0 0 no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .footer-area .btn.-contact {
    top: 21.58203125vw;
    width: 41.2109375vw;
    height: 13.28125vw;
  }
}
@media (max-width: 767px) {
  .footer-area .btn.-contact {
    top: 33.8666666667vw;
    width: 61.3333333333vw;
    height: 30.4vw;
  }
  .footer-area .btn.-contact > a {
    background-image: url("/assets/img/footer/btn_contact_sp.svg");
  }
}
.en .footer-area .btn.-contact {
  top: 203px;
  height: 113px;
}
.en .footer-area .btn.-contact > a {
  background: url("/assets/img/footer/btn_contact_en.svg") center 9px no-repeat;
  background-size: auto 48px;
}
@media (max-width: 1024px) {
  .en .footer-area .btn.-contact {
    top: 19.82421875vw;
    height: 11.03515625vw;
  }
  .en .footer-area .btn.-contact > a {
    background-position: center 0.87890625vw;
    background-size: auto 4.6875vw;
  }
}
@media (max-width: 767px) {
  .en .footer-area .btn.-contact {
    top: 41.8666666667vw;
    width: 61.3333333333vw;
    height: 24vw;
  }
  .en .footer-area .btn.-contact > a {
    background-image: url("/assets/img/footer/btn_contact_sp_en.svg");
    background-size: auto 8.5333333333vw;
  }
}
.footer-area .btn.-contact .arrow-large-w-skew {
  display: block;
  width: 44px;
  height: 22px;
  background: url("/assets/img/common/arrow-large-w.svg") center no-repeat;
  background-size: 100% auto;
  transform-origin: top left;
  transform: rotate(-45deg);
  position: relative;
  margin: 120px auto 0;
}
@media (max-width: 1024px) {
  .footer-area .btn.-contact .arrow-large-w-skew {
    width: 4.296875vw;
    height: 2.1484375vw;
    margin-top: 11.71875vw;
  }
}
@media screen and (max-width: 767px) {
  .footer-area .btn.-contact .arrow-large-w-skew {
    width: 11.7333333333vw;
    height: 5.8666666667vw;
    margin-top: 28vw;
  }
  .en .footer-area .btn.-contact .arrow-large-w-skew {
    margin-top: 21.8666666667vw;
  }
}
.footer-area .btn.-contact:hover .arrow-large-w-skew {
  animation: movearrow 0.3s ease-in-out 2;
}
@keyframes movearrow {
  0% {
    top: 0;
    right: 0;
  }
  50% {
    top: -10px;
    right: -10px;
  }
  100% {
    top: 0;
    right: 0;
  }
}
.btn-area {
  position: relative;
  max-width: 1052px;
  padding-top: 520px;
  margin-inline: auto;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .btn-area {
    flex-wrap: wrap;
    max-width: 122.265625vw;
    padding-top: 55.46875vw;
  }
  .btn-area.-type-multi {
    padding-right: 2vw;
    padding-left: 2vw;
  }
}
@media (max-width: 767px) {
  .btn-area {
    width: 92vw;
    max-width: none;
    justify-content: space-between;
    height: auto;
    padding-top: 158.4vw;
    padding-bottom: 26.6666666667vw;
  }
  .btn-area.-type-multi {
    justify-content: space-around;
  }
}
.btn-area .btn {
  justify-content: flex-start;
  position: relative;
}
.btn-area .btn.-multi {
  z-index: 10;
  box-sizing: border-box;
  width: 106px;
  height: 106px;
  overflow: visible;
}
@media (max-width: 1024px) {
  .btn-area .btn.-multi {
    width: 10.3515625vw;
    height: 10.3515625vw;
  }
}
@media (max-width: 767px) {
  .btn-area .btn.-multi {
    width: 29.3333333333vw;
    height: 29.3333333333vw;
  }
}
.btn-area .btn.-multi::before {
  content: "";
  display: block;
  box-sizing: border-box;
  z-index: -1;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  background: linear-gradient(115deg, #f419b7 16.35%, #f6e43f 75.8%, #19f4cd 95.07%);
  filter: blur(10px);
}
@media (max-width: 1024px) {
  .btn-area .btn.-multi::before {
    top: 0.48828125vw;
    left: 0.48828125vw;
    width: 8.7890625vw;
    height: 8.7890625vw;
    border-radius: 4.39453125vw;
    filter: blur(0.9765625vw);
  }
}
@media (max-width: 767px) {
  .btn-area .btn.-multi::before {
    top: 1.3333333333vw;
    left: 1.3333333333vw;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    border-radius: 13.3333333333vw;
    filter: blur(2.6666666667vw);
  }
}
.btn-area .btn.-multi > a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
  overflow: visible;
  position: absolute;
  top: -8px;
  left: 0;
  width: 96px;
  height: 96px;
  border-radius: 55px;
}
@media (max-width: 1024px) {
  .btn-area .btn.-multi > a {
    top: -0.78125vw;
    width: 9.375vw;
    height: 9.375vw;
    border-radius: 5.37109375vw;
  }
}
@media (max-width: 767px) {
  .btn-area .btn.-multi > a {
    top: -2.1333333333vw;
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    border-radius: 14.6666666667vw;
  }
}
.btn-area .btn.-multi > a::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 96px;
  height: 96px;
  border-radius: 55px;
  border: 4px solid #000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
@media (max-width: 1024px) {
  .btn-area .btn.-multi > a::after {
    width: 9.375vw;
    height: 9.375vw;
    border-radius: 5.37109375vw;
    border: 0.390625vw solid #000;
  }
}
@media (max-width: 767px) {
  .btn-area .btn.-multi > a::after {
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    border-radius: 14.6666666667vw;
    border-width: 1.6vw;
  }
}
.btn-area .btn.-multi > a > span {
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
  color: #fff;
  text-align: center;
  text-indent: 0;
  -webkit-text-stroke: 2px black;
  text-stroke: 2px black;
  paint-order: stroke;
  text-shadow: 0px 1px 1px rgb(0, 0, 0);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
  position: absolute;
  top: -8px;
  left: 3px;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  background-color: inherit;
  border: 2px solid #000;
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .btn-area .btn.-multi > a > span {
    font-size: 1.220703125vw;
    -webkit-text-stroke: 0.1953125vw black;
    text-stroke: 0.1953125vw black;
    text-shadow: 0px 0.09765625vw 0.09765625vw rgb(0, 0, 0);
    top: -0.78125vw;
    left: 0.29296875vw;
    width: 8.7890625vw;
    height: 8.7890625vw;
    border-radius: 4.39453125vw;
    border: 0.1953125vw solid #000;
    padding-top: 1.953125vw;
  }
}
@media (max-width: 767px) {
  .btn-area .btn.-multi > a > span {
    -webkit-text-stroke: 0.8vw black;
    text-stroke: 0.8vw black;
    text-shadow: 0px 0.5333333333vw 1px rgb(0, 0, 0);
    font-size: 4vw;
    top: -2.1333333333vw;
    left: 0.8vw;
    width: 27.7333333333vw;
    height: 27.7333333333vw;
    border-radius: 14.6666666667vw;
    border-width: 0.8vw;
  }
}
.btn-area .btn.-multi > a > span::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  width: 22px;
  height: 10px;
  background: url("/assets/img/top/btn_deco.png") 0 0 no-repeat;
  background-size: contain;
}
@media (max-width: 1024px) {
  .btn-area .btn.-multi > a > span::before {
    top: 0.48828125vw;
    width: 2.1484375vw;
    height: 0.9765625vw;
  }
}
@media (max-width: 767px) {
  .btn-area .btn.-multi > a > span::before {
    top: 1.3333333333vw;
    width: 5.8666666667vw;
    height: 2.6666666667vw;
  }
}
.btn-area .btn.-multi i {
  position: absolute;
  top: 18px;
  font-family: "NHN", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  -webkit-text-stroke: 0;
  text-stroke: 0;
  color: #000;
  font-size: 9.772px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 9.772px */
  letter-spacing: 0.5px;
}
@media (max-width: 1024px) {
  .btn-area .btn.-multi i {
    top: 1.7578125vw;
    font-size: 0.9765625vw;
  }
}
@media (max-width: 767px) {
  .btn-area .btn.-multi i {
    top: 4.8vw;
    font-size: 2.6666666667vw;
  }
}
.btn-area.-type-multi .btn a span {
  transition: all 0.15s;
  transform: translateY(0);
}
.btn-area.-type-multi .btn:hover a span {
  transition: all 0.15s;
  transform: translateY(10px);
}
@media (max-width: 1024px) {
  .btn-area.-type-multi .btn:hover a span {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .btn-area.-type-multi .btn:hover a span {
    transform: translateY(0);
  }
}
.footer-area {
  position: relative;
  width: 100%;
  margin-top: -18px;
  z-index: 30;
}
@media (max-width: 1024px) {
  .footer-area {
    margin-top: -1.7578125vw;
  }
}
@media (max-width: 767px) {
  .footer-area {
    margin-top: -7.7333333333vw;
  }
}
.footer-area::before {
  position: absolute;
  top: -18px;
  left: 50%;
  content: "";
  /* stylelint-disable-next-line */
  width: 168px;
  /* stylelint-disable-next-line */
  height: 174px;
}
@media (max-width: 1024px) {
  .footer-area::before {
    /* stylelint-disable-next-line */
    width: 16.40625vw;
    /* stylelint-disable-next-line */
    height: 16.9921875vw;
  }
}
@media (max-width: 767px) {
  .footer-area::before {
    /* stylelint-disable-next-line */
    width: 43.8070404172vw;
    /* stylelint-disable-next-line */
    height: 45.371577575vw;
  }
}
.footer-area::before {
  background: url("/assets/img/footer/img_01.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
  margin-left: -362px;
  animation: fuwafuwa_before 3.5s ease-in-out infinite 0.8s alternate;
}
@media (max-width: 1024px) {
  .footer-area::before {
    top: -1.7578125vw;
    margin-left: -35.3515625vw;
  }
}
@media (max-width: 767px) {
  .footer-area::before {
    top: -7.7333333333vw;
    width: 33.6vw;
    height: 34.9333333333vw;
    margin-left: -44.1333333333vw;
  }
}
@keyframes fuwafuwa_before {
  0% {
    transform: translate(0, 0) rotate(4deg);
  }
  50% {
    transform: translate(0, 10%) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(2deg);
  }
}
.footer-area::after {
  position: absolute;
  top: 108px;
  left: 50%;
  content: "";
  /* stylelint-disable-next-line */
  width: 205.5px;
  /* stylelint-disable-next-line */
  height: 226px;
}
@media (max-width: 1024px) {
  .footer-area::after {
    /* stylelint-disable-next-line */
    width: 20.068359375vw;
    /* stylelint-disable-next-line */
    height: 22.0703125vw;
  }
}
@media (max-width: 767px) {
  .footer-area::after {
    /* stylelint-disable-next-line */
    width: 53.5853976532vw;
    /* stylelint-disable-next-line */
    height: 58.9308996089vw;
  }
}
.footer-area::after {
  background: url("/assets/img/footer/img_02.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
  margin-left: 210px;
  animation: fuwafuwa_after 3s ease-in-out infinite 0.8s alternate;
}
@media (max-width: 1024px) {
  .footer-area::after {
    top: 10.546875vw;
    margin-left: 20.5078125vw;
  }
}
@media (max-width: 767px) {
  .footer-area::after {
    top: 13.8666666667vw;
    width: 45.0666666667vw;
    height: 50.4vw;
    margin-left: 16vw;
  }
}
@keyframes fuwafuwa_after {
  0% {
    transform: translate(0, 0) rotate(4deg);
  }
  50% {
    transform: translate(0, 5%) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(2deg);
  }
}
.footer-area .contact {
  position: relative;
  height: 361px;
  background: #222;
}
@media (max-width: 1024px) {
  .footer-area .contact {
    height: 35.25390625vw;
  }
}
@media (max-width: 767px) {
  .footer-area .contact {
    height: 100.2666666667vw;
  }
}
.en .footer-area .contact {
  height: 316px;
}
@media (max-width: 1024px) {
  .en .footer-area .contact {
    height: 30.859375vw;
  }
}
@media (max-width: 767px) {
  .en .footer-area .contact {
    height: 92.5333333333vw;
  }
}
.footer-area .wrap {
  position: relative;
  height: 380px;
  padding: 167px 0 40px;
  background-color: #222;
}
@media (max-width: 1024px) {
  .footer-area .wrap {
    height: 37.109375vw;
    padding: 16.30859375vw 0 3.90625vw;
  }
}
@media (max-width: 767px) {
  .footer-area .wrap {
    height: 90.4vw;
    padding: 12.5333333333vw 0 11.7333333333vw;
  }
}
.en .footer-area .wrap {
  height: 407px;
  padding: 194px 0 40px;
}
@media (max-width: 1024px) {
  .en .footer-area .wrap {
    height: 39.74609375vw;
    padding: 18.9453125vw 0 3.90625vw;
  }
}
@media (max-width: 767px) {
  .en .footer-area .wrap {
    height: 90.4vw;
    padding: 12.5333333333vw 0 11.7333333333vw;
  }
}
.footer-area .wrap .logo {
  width: 201px;
  height: 55px;
  margin: 0 auto 35px;
  padding: 0;
  background: url("/assets/img/common/logo_L_PA_w.svg") center top no-repeat;
  background-size: auto 100%;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.footer-area .wrap .logo > a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .footer-area .wrap .logo {
    width: 19.62890625vw;
    height: 5.37109375vw;
    margin-bottom: 3.41796875vw;
  }
}
@media (max-width: 767px) {
  .footer-area .wrap .logo {
    width: 51.7333333333vw;
    height: 14.1333333333vw;
    margin-bottom: 9.8666666667vw;
  }
}
.footer-area .wrap .sns {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: auto;
  right: auto;
  margin: 0 auto 35px;
  width: 90px;
  height: 30px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .footer-area .wrap .sns {
    width: 8.7890625vw;
    height: 2.9296875vw;
    margin-bottom: 3.41796875vw;
  }
}
@media (max-width: 767px) {
  .footer-area .wrap .sns {
    width: 20.8vw;
    height: 6.4vw;
    margin-bottom: 10.6666666667vw;
  }
}
.footer-area .wrap .footer-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  font-size: 11px;
}
@media (max-width: 1024px) {
  .footer-area .wrap .footer-nav {
    font-size: 1.07421875vw;
  }
}
@media (max-width: 767px) {
  .footer-area .wrap .footer-nav {
    flex-direction: column;
    width: 82.6666666667vw;
    margin: 0 auto;
    font-size: 11px;
  }
}
.footer-area .wrap .footer-nav .navitem {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .footer-area .wrap .footer-nav .navitem {
    flex-direction: column;
  }
}
.footer-area .wrap .footer-nav .item {
  position: relative;
  height: 18px;
  margin-right: 20px;
  padding-left: 12px;
  line-height: 18px;
}
.footer-area .wrap .footer-nav .item::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  background: url("/assets/img/common/ico_arrow_gry.svg") 0 0 no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1024px) {
  .footer-area .wrap .footer-nav .item {
    height: 1.7578125vw;
    margin-right: 1.953125vw;
    padding-left: 1.171875vw;
    line-height: 1.7578125vw;
  }
  .footer-area .wrap .footer-nav .item::before {
    top: 0.29296875vw;
    width: 1.171875vw;
    height: 1.171875vw;
  }
}
@media (max-width: 767px) {
  .footer-area .wrap .footer-nav .item {
    height: 4.8vw;
    margin: 0 0 1.3333333333vw;
    padding-left: 3.2vw;
    line-height: 4.8vw;
  }
  .footer-area .wrap .footer-nav .item::before {
    top: 0.8vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .footer-area .wrap .footer-nav .item:last-child {
    margin-bottom: 3.2vw;
  }
}
.footer-area .wrap .footer-nav a {
  color: #fff;
}
.footer-area .wrap .footer-nav .copyright {
  color: #919191;
}
/* .news-list
------------------------------------------------------------------- */
.news-list {
  border-top: 1px solid #fff;
}
@media (max-width: 767px) {
  .news-list {
    margin: 0;
    padding: 5.3333333333vw 0 0;
    border-top: 1px solid #f0f0f0;
  }
}
.news-list > li {
  position: relative;
  border-bottom: 1px solid #fff;
  padding: 30px 0 20px;
}
@media (max-width: 1024px) {
  .news-list > li {
    padding: 2.9296875vw 0 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  .news-list > li {
    min-height: 6.1333333333vw;
    margin-bottom: 5.3333333333vw;
    padding: 0 0 5.3333333333vw;
    border-bottom: 1px solid #fff;
  }
}
.news-list > li::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.news-list > li:hover::after {
  transform: scale(1, 1);
}
.news-list > li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  color: #222;
}
.news-list > li a::before {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  content: "";
  width: 34px;
  height: 34px;
  background: url("/assets/img/common/ico_arrow_maru.svg") 0 0 no-repeat;
  background-size: 100%;
}
.news-list > li a:hover::before {
  right: 0;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .news-list > li a::before {
    display: none;
  }
}
.news-list .tag {
  display: inline-block;
  background: #222;
  color: #fff;
  border-radius: 5px;
  height: 22px;
  min-width: 60px;
  padding: 2px 13px;
  margin-right: 15px;
  font-size: 11px;
  line-height: 1.7;
}
.news-list .tag.-recruit {
  background-color: #fa2828;
}
@media (max-width: 1024px) {
  .news-list .tag {
    border-radius: 0.48828125vw;
    height: 2.1484375vw;
    min-width: 5.859375vw;
    padding: 0.1953125vw 1.26953125vw;
    margin-right: 1.46484375vw;
    font-size: 1.07421875vw;
  }
}
@media screen and (max-width: 767px) {
  .news-list .tag {
    border-radius: 1.3333333333vw;
    height: 5.8666666667vw;
    min-height: 5.8666666667vw;
    min-width: 19.2vw;
    padding: 0 3.4666666667vw;
    margin-right: 4vw;
    font-size: 2.9333333333vw;
    line-height: 5.8666666667vw;
  }
}
.news-list .date {
  height: 22px;
  font-size: 13px;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .news-list .date {
    height: 2.1484375vw;
    font-size: 1.26953125vw;
  }
}
@media screen and (max-width: 767px) {
  .news-list .date {
    height: 5.8666666667vw;
    font-size: 3.4666666667vw;
    line-height: 5.8666666667vw;
  }
}
.news-list .headline {
  width: 800px;
  min-height: 22px;
  text-align: left;
  font-size: 13px;
  line-height: 1.7;
  min-width: 360px;
  margin-top: 10px;
  padding-right: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 1300px) {
  .news-list .headline {
    max-width: 95%;
  }
}
@media (max-width: 1024px) {
  .news-list .headline {
    width: 100%;
    min-width: 100%;
    margin-top: 1.3020833333vw;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .news-list .headline {
    font-size: 3.4666666667vw;
    height: auto;
    margin-top: 2.6666666667vw;
    padding-right: 0;
  }
}
.ttl.-slideup span {
  display: none;
}
.-show .ttl.-slideup {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-family: "NHN", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: -4px -4px 4px #ffffff, 3px 3px 4px rgba(117, 117, 117, 0.3);
  overflow: hidden;
}
.-show .ttl.-slideup > span:first-child::after {
  position: absolute;
  top: 5px;
  left: -32px;
  content: "";
  opacity: 1;
  width: 20px;
  height: 20px;
  background: url("/assets/img/common/ico_01.svg") 0 0 no-repeat;
  background-size: 100% auto;
}
.-show .ttl.-slideup.-white {
  text-shadow: -2px -2px 4px rgba(255, 255, 255, 0.5), 3px 3px 4px rgba(117, 117, 117, 0.3);
}
.-show .ttl.-slideup.-white span {
  color: #fff !important;
}
@media (max-width: 1024px) {
  .-show .ttl.-slideup {
    font-size: 3.90625vw;
  }
  .-show .ttl.-slideup > span:first-child::after {
    top: 0.48828125vw;
    left: -3.125vw;
    width: 1.953125vw;
    height: 1.953125vw;
  }
  .-show .ttl.-slideup.-white span {
    color: #fff !important;
  }
}
@media (max-width: 767px) {
  .-show .ttl.-slideup {
    justify-content: center;
    font-size: 9.3333333333vw;
  }
  .-show .ttl.-slideup > span:first-child::after {
    top: -10.9333333333vw;
    left: 0;
    content: "";
    width: 7.2vw;
    height: 7.2vw;
  }
}
.-show .ttl.-slideup span {
  display: block;
  transform: translate3d(0, 120%, 0);
  animation: 0.9s slideup cubic-bezier(0.23, 1, 0.32, 1) 0.4s forwards;
}
.-show .ttl.-slideup span:nth-child(2) {
  animation-delay: 0.45s;
}
.-show .ttl.-slideup span:nth-child(3) {
  animation-delay: 0.5s;
}
.-show .ttl.-slideup span:nth-child(4) {
  animation-delay: 0.55s;
}
.-show .ttl.-slideup span:nth-child(5) {
  animation-delay: 0.6s;
}
.-show .ttl.-slideup span:nth-child(6) {
  animation-delay: 0.65s;
}
.-show .ttl.-slideup span:nth-child(7) {
  animation-delay: 0.7s;
}
.-show .ttl.-slideup span:nth-child(8) {
  animation-delay: 0.75s;
}
.-show .ttl.-slideup span:nth-child(9) {
  animation-delay: 0.8s;
}
.-show .ttl.-slideup span:nth-child(10) {
  animation-delay: 0.85s;
}
.-show .ttl.-slideup span:nth-child(11) {
  animation-delay: 0.9s;
}
.-show .ttl.-slideup span:nth-child(12) {
  animation-delay: 0.95s;
}
.-show .ttl.-slideup span:nth-child(13) {
  animation-delay: 1s;
}
.-show .ttl.-slideup span:nth-child(14) {
  animation-delay: 1.05s;
}
.-show .ttl.-slideup span:nth-child(15) {
  animation-delay: 1.1s;
}
.-show .ttl.-slideup span:nth-child(1) {
  color: #ff1b78;
}
.-show .ttl.-slideup span:nth-child(2) {
  color: #912bb4;
}
.-show .ttl.-slideup span:nth-child(3) {
  color: #2d92f0;
}
.-show .ttl.-slideup span:nth-child(4) {
  color: #fd8c01;
}
.-show .ttl.-slideup span:nth-child(5) {
  color: #ff3e0d;
}
.-show .ttl.-slideup span:nth-child(6) {
  color: #51bc1d;
}
.-show .ttl.-slideup span:nth-child(7) {
  color: #068299;
}
.-show .ttl.-slideup span:nth-child(8) {
  color: #ff1b78;
}
.-show .ttl.-slideup span:nth-child(9) {
  color: #912bb4;
}
.-show .ttl.-slideup span:nth-child(10) {
  color: #2d92f0;
}
.-show .ttl.-slideup span:nth-child(11) {
  color: #fd8c01;
}
.-show .ttl.-slideup span:nth-child(12) {
  color: #ff3e0d;
}
.-show .ttl.-slideup span:nth-child(13) {
  color: #51bc1d;
}
.-show .ttl.-slideup span:nth-child(14) {
  color: #068299;
}
@keyframes slideup {
  0% {
    transform: translate3d(0, 120%, 0);
  }
  60% {
    transform: translate3d(0, -10%, 0);
  }
  100% {
    transform: translate3d(0, 0%, 0);
  }
}
.subttl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #4b4b4b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.subttl::after {
  position: absolute;
  top: 5px;
  left: 10px;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fa2828;
  transform: rotate(-90deg);
}
.subttl.-white {
  color: #fff;
}
.subttl.-white::after {
  background-color: #fff;
}
@media (max-width: 1024px) {
  .subttl {
    font-size: 1.7578125vw;
  }
  .subttl::after {
    top: 0.48828125vw;
    left: 0.9765625vw;
    height: 1.953125vw;
  }
}
@media (max-width: 767px) {
  .subttl {
    justify-content: center;
    font-size: 4.8vw;
    line-height: 1.6;
  }
  .subttl::after {
    top: 1.0666666667vw;
    left: 50%;
    height: 5.3333333333vw;
    transform: translate(-50%, 0) rotate(0deg);
  }
}
/* .-top
------------------------------------------------------------------- */
.-top .-pc_game {
  display: flex !important;
}
@media (max-width: 767px) {
  .-top .-pc_game {
    display: none !important;
  }
}
.-top .-sp_game {
  display: none !important;
}
@media (max-width: 767px) {
  .-top .-sp_game {
    display: flex !important;
  }
}
.-top .header-area {
  width: 100%;
  height: 755px;
  background: url("/assets/img/top/bg_top_v03.svg") center 93px no-repeat #f4f3ed;
  background-size: 943px 532.7px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .-top .header-area {
    width: 100vw;
    height: 73.73046875vw;
    background-position: center 9.08203125vw;
    background-size: 92.08984375vw auto;
  }
}
@media (max-width: 767px) {
  .-top .header-area {
    position: relative;
    width: 100vw;
    min-height: 174.1333333333vw;
    height: auto;
    background: url("/assets/img/top/bg_top_sp_v03.svg") center 26.6666666667vw no-repeat;
    background-size: 100% auto;
    z-index: 50;
  }
}
.-top .header-area .movie {
  position: relative;
  z-index: 2;
}
.-top .header-area .movie::after {
  position: absolute;
  top: 140px;
  left: 50%;
  content: "";
  width: 406px;
  height: 507px;
  background: url("/assets/img/top/img_top.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transform: translate(-183px, 0);
  overflow: visible;
  z-index: 1;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.12));
}
@media (max-width: 1024px) {
  .-top .header-area .movie::after {
    top: 13.671875vw;
    width: 39.6484375vw;
    height: 49.51171875vw;
    transform: translate(-17.87109375vw, 0);
    filter: drop-shadow(0.9765625vw 0.9765625vw 0.9765625vw rgba(0, 0, 0, 0.12));
  }
}
@media (max-width: 767px) {
  .-top .header-area .movie::after {
    top: 30.4vw;
    background: url("/assets/img/top/img_top_sp.png") center top no-repeat;
    background-size: 100% auto;
    width: 89.8666666667vw;
    height: 116.8vw;
    transform: translate(-39.8666666667vw, 0);
    filter: drop-shadow(2.6666666667vw 1.3333333333vw 2.6666666667vw rgba(0, 0, 0, 0.12));
  }
}
.-top .header-area .video {
  position: absolute;
  top: 158px;
  left: 50%;
  width: 212px;
  height: 429px;
  transform: translate(-111px, 0);
  z-index: 0;
  overflow: hidden;
  border-radius: 35px;
}
@media (max-width: 1024px) {
  .-top .header-area .video {
    top: 15.4296875vw;
    width: 20.703125vw;
    height: 41.89453125vw;
    transform: translate(-10.83984375vw, 0);
    border-radius: 3.41796875vw;
  }
}
@media (max-width: 767px) {
  .-top .header-area .video {
    top: 33.0666666667vw;
    width: 50.4vw;
    height: 100vw;
    transform: translate(-24vw, 0);
    border-radius: 9.3333333333vw;
  }
}
.-top .header-area .video > video {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: auto;
  height: 100%;
  transform: translate(-50%, 0);
  z-index: 0;
}
.-top .header-area .item {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  animation: fuwafuwa 1.5s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s alternate;
}
@media (max-width: 1024px) {
  .-top .header-area .item {
    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
  }
}
.-top .header-area .item.-i01 {
  overflow: visible;
  top: 115px;
  width: 111px;
  height: 109px;
  margin-left: -299px;
  animation-duration: 1.8s;
}
@media (max-width: 1024px) {
  .-top .header-area .item.-i01 {
    top: 11.23046875vw;
    width: 10.83984375vw;
    height: 10.64453125vw;
    margin-left: -29.19921875vw;
  }
}
@media (max-width: 767px) {
  .-top .header-area .item.-i01 {
    top: 32.5333333333vw;
    width: 21.0666666667vw;
    height: 20.8vw;
    margin-left: -55.4666666667vw;
  }
}
.-top .header-area .item.-i01::before {
  content: "";
  display: block;
  position: absolute;
  /* stylelint-disable-next-line */
  width: 111px;
  /* stylelint-disable-next-line */
  height: 109px;
}
@media (max-width: 1024px) {
  .-top .header-area .item.-i01::before {
    /* stylelint-disable-next-line */
    width: 10.83984375vw;
    /* stylelint-disable-next-line */
    height: 10.64453125vw;
  }
}
@media (max-width: 767px) {
  .-top .header-area .item.-i01::before {
    /* stylelint-disable-next-line */
    width: 28.9439374185vw;
    /* stylelint-disable-next-line */
    height: 28.4224250326vw;
  }
}
.-top .header-area .item.-i01::before {
  background: url("/assets/img/top/img_01.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .-top .header-area .item.-i01::before {
    width: 21.0666666667vw;
    height: 20.8vw;
  }
}
.-top .header-area .item.-i01::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 70px;
  left: 26px;
  width: 80px;
  height: 30px;
  background: #000;
  filter: blur(4px) opacity(0.2);
  transform: skew(-40deg, 12deg);
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .-top .header-area .item.-i01::after {
    top: 6.8359375vw;
    left: 2.5390625vw;
    width: 7.8125vw;
    height: 2.9296875vw;
    filter: blur(0.390625vw) opacity(0.2);
    border-radius: 0.78125vw;
  }
}
@media (max-width: 767px) {
  .-top .header-area .item.-i01::after {
    top: 10.6666666667vw;
    left: 0vw;
    width: 21.3333333333vw;
    height: 8vw;
    filter: blur(1.0666666667vw) opacity(0.2);
    border-radius: 2.1333333333vw;
  }
}
.-top .header-area .item.-i02 {
  /* stylelint-disable-next-line */
  width: 61px;
  /* stylelint-disable-next-line */
  height: 75px;
}
@media (max-width: 1024px) {
  .-top .header-area .item.-i02 {
    /* stylelint-disable-next-line */
    width: 5.95703125vw;
    /* stylelint-disable-next-line */
    height: 7.32421875vw;
  }
}
@media (max-width: 767px) {
  .-top .header-area .item.-i02 {
    /* stylelint-disable-next-line */
    width: 15.9061277705vw;
    /* stylelint-disable-next-line */
    height: 19.556714472vw;
  }
}
.-top .header-area .item.-i02 {
  background: url("/assets/img/top/img_02.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  top: 70px;
  margin-left: 139px;
  filter: drop-shadow(5px 10px 3px rgba(0, 0, 0, 0.12));
}
@media (max-width: 1024px) {
  .-top .header-area .item.-i02 {
    top: 6.8359375vw;
    margin-left: 13.57421875vw;
    filter: drop-shadow(0.48828125vw 0.9765625vw 0.29296875vw rgba(0, 0, 0, 0.12));
  }
}
@media (max-width: 767px) {
  .-top .header-area .item.-i02 {
    top: 6.4vw;
    width: 10.6666666667vw;
    height: 13.3333333333vw;
    margin-left: 0.8vw;
    filter: drop-shadow(1.3333333333vw 2.6666666667vw 0.8vw rgba(0, 0, 0, 0.1));
  }
}
.-top .header-area .item.-i03 {
  /* stylelint-disable-next-line */
  width: 103px;
  /* stylelint-disable-next-line */
  height: 112px;
}
@media (max-width: 1024px) {
  .-top .header-area .item.-i03 {
    /* stylelint-disable-next-line */
    width: 10.05859375vw;
    /* stylelint-disable-next-line */
    height: 10.9375vw;
  }
}
@media (max-width: 767px) {
  .-top .header-area .item.-i03 {
    /* stylelint-disable-next-line */
    width: 26.8578878748vw;
    /* stylelint-disable-next-line */
    height: 29.2046936115vw;
  }
}
.-top .header-area .item.-i03 {
  background: url("/assets/img/top/img_03.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  top: 106px;
  margin-left: 299px;
  animation-duration: 1.8s;
  filter: drop-shadow(10px 40px 8px rgba(0, 0, 0, 0.12));
}
@media (max-width: 1024px) {
  .-top .header-area .item.-i03 {
    top: 10.3515625vw;
    margin-left: 29.19921875vw;
    filter: drop-shadow(0.9765625vw 3.90625vw 0.78125vw rgba(0, 0, 0, 0.12));
  }
}
@media (max-width: 767px) {
  .-top .header-area .item.-i03 {
    top: 21.0666666667vw;
    width: 19.4666666667vw;
    height: 21.6vw;
    margin-left: 18.4vw;
    filter: drop-shadow(2.6666666667vw 5.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.1));
  }
}
.-top .header-area .item.-i04 {
  /* stylelint-disable-next-line */
  width: 115px;
  /* stylelint-disable-next-line */
  height: 96px;
}
@media (max-width: 1024px) {
  .-top .header-area .item.-i04 {
    /* stylelint-disable-next-line */
    width: 11.23046875vw;
    /* stylelint-disable-next-line */
    height: 9.375vw;
  }
}
@media (max-width: 767px) {
  .-top .header-area .item.-i04 {
    /* stylelint-disable-next-line */
    width: 29.9869621904vw;
    /* stylelint-disable-next-line */
    height: 25.0325945241vw;
  }
}
.-top .header-area .item.-i04 {
  background: url("/assets/img/top/img_04.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  top: 314px;
  margin-left: -515px;
  animation-duration: 1.8s;
  filter: drop-shadow(50px 60px 18px rgba(0, 0, 0, 0.12));
}
@media (max-width: 1024px) {
  .-top .header-area .item.-i04 {
    top: 30.6640625vw;
    margin-left: -50.29296875vw;
    filter: drop-shadow(4.8828125vw 5.859375vw 1.7578125vw rgba(0, 0, 0, 0.12));
  }
}
@media (max-width: 767px) {
  .-top .header-area .item.-i04 {
    top: 86.6666666667vw;
    width: 17.0666666667vw;
    height: 14.4vw;
    margin-left: -56.5333333333vw;
    filter: drop-shadow(2.6666666667vw 5.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.1));
  }
}
.-top .header-area .item.-i05 {
  /* stylelint-disable-next-line */
  width: 181px;
  /* stylelint-disable-next-line */
  height: 120px;
}
@media (max-width: 1024px) {
  .-top .header-area .item.-i05 {
    /* stylelint-disable-next-line */
    width: 17.67578125vw;
    /* stylelint-disable-next-line */
    height: 11.71875vw;
  }
}
@media (max-width: 767px) {
  .-top .header-area .item.-i05 {
    /* stylelint-disable-next-line */
    width: 47.1968709257vw;
    /* stylelint-disable-next-line */
    height: 31.2907431551vw;
  }
}
.-top .header-area .item.-i05 {
  background: url("/assets/img/top/img_05.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  top: 294px;
  margin-left: 303px;
  filter: drop-shadow(50px 80px 18px rgba(0, 0, 0, 0.12));
}
@media (max-width: 1024px) {
  .-top .header-area .item.-i05 {
    top: 28.7109375vw;
    margin-left: 29.58984375vw;
    filter: drop-shadow(4.8828125vw 7.8125vw 1.7578125vw rgba(0, 0, 0, 0.12));
  }
}
@media (max-width: 767px) {
  .-top .header-area .item.-i05 {
    top: 54.4vw;
    width: 25.3333333333vw;
    height: 16.8vw;
    margin-left: 40.2666666667vw;
    filter: drop-shadow(2.6666666667vw 5.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.1));
  }
}
.-top .header-area .item.-i06 {
  /* stylelint-disable-next-line */
  width: 135px;
  /* stylelint-disable-next-line */
  height: 118px;
}
@media (max-width: 1024px) {
  .-top .header-area .item.-i06 {
    /* stylelint-disable-next-line */
    width: 13.18359375vw;
    /* stylelint-disable-next-line */
    height: 11.5234375vw;
  }
}
@media (max-width: 767px) {
  .-top .header-area .item.-i06 {
    /* stylelint-disable-next-line */
    width: 35.2020860495vw;
    /* stylelint-disable-next-line */
    height: 30.7692307692vw;
  }
}
.-top .header-area .item.-i06 {
  background: url("/assets/img/top/img_06.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  top: 508px;
  margin-left: -346px;
  filter: drop-shadow(60px 20px 18px rgba(0, 0, 0, 0.1));
}
@media (max-width: 1024px) {
  .-top .header-area .item.-i06 {
    top: 49.609375vw;
    margin-left: -33.7890625vw;
    filter: drop-shadow(5.859375vw 1.953125vw 1.7578125vw rgba(0, 0, 0, 0.1));
  }
}
@media (max-width: 767px) {
  .-top .header-area .item.-i06 {
    top: 121.8666666667vw;
    width: 28.2666666667vw;
    height: 24.8vw;
    margin-left: -61.0666666667vw;
    filter: drop-shadow(2.6666666667vw 5.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.1));
  }
}
.-top .header-area .item.-i07 {
  /* stylelint-disable-next-line */
  width: 92px;
  /* stylelint-disable-next-line */
  height: 84px;
}
@media (max-width: 1024px) {
  .-top .header-area .item.-i07 {
    /* stylelint-disable-next-line */
    width: 8.984375vw;
    /* stylelint-disable-next-line */
    height: 8.203125vw;
  }
}
@media (max-width: 767px) {
  .-top .header-area .item.-i07 {
    /* stylelint-disable-next-line */
    width: 23.9895697523vw;
    /* stylelint-disable-next-line */
    height: 21.9035202086vw;
  }
}
.-top .header-area .item.-i07 {
  background: url("/assets/img/top/img_07.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  top: 550px;
  margin-left: 262px;
  animation-duration: 1.8s;
}
@media (max-width: 1024px) {
  .-top .header-area .item.-i07 {
    top: 53.7109375vw;
    margin-left: 25.5859375vw;
  }
}
@media (max-width: 767px) {
  .-top .header-area .item.-i07 {
    top: 128.8vw;
    width: 17.3333333333vw;
    height: 16vw;
    margin-left: 43.2vw;
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(0, -10%);
  }
}
.-top .contents-area {
  margin: 202px auto 0;
}
@media (max-width: 1024px) {
  .-top .contents-area {
    margin: 19.7265625vw auto 0;
  }
}
@media (max-width: 767px) {
  .-top .contents-area {
    margin: 60vw auto 0;
  }
}
.-top .-sec01 {
  width: 100%;
  height: 816px;
  padding: 116px 0 0;
  background: url("/assets/img/top/bg_top_v02.png") center 152px no-repeat #f4f3ed;
  background-size: 1000px auto;
}
@media (max-width: 1024px) {
  .-top .-sec01 {
    height: 79.6875vw;
    padding: 11.328125vw 0 0;
    background-size: 97.65625vw auto;
    background-position: center 14.84375vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec01 {
    width: 97.8666666667vw;
    height: 189.0666666667vw;
    padding-top: 17.8666666667vw;
    background: url("/assets/img/top/bg_top_sp_v02.png") center 23.4666666667vw no-repeat;
    background-size: 100% auto;
  }
}
.-top .-sec01 .ttl {
  width: 348px;
  height: 196px;
  margin: 0 auto 37px;
  background: url("/assets/img/top/ttl_sec01.svg") 0 0 no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .-top .-sec01 .ttl {
    width: 33.984375vw;
    height: 19.140625vw;
    margin: 0 auto 3.61328125vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec01 .ttl {
    width: 71.4666666667vw;
    height: 40.8vw;
    margin: 0 auto 7.4666666667vw;
  }
}
.en .-top .-sec01 .ttl {
  width: 382px;
  height: 182px;
  margin: 0 auto 34px;
  background-image: url("/assets/img/top/ttl_sec01_en.svg");
}
@media (max-width: 1024px) {
  .en .-top .-sec01 .ttl {
    width: 37.3046875vw;
    height: 17.7734375vw;
    margin: 0 auto 3.3203125vw;
  }
}
@media (max-width: 767px) {
  .en .-top .-sec01 .ttl {
    width: 79.4666666667vw;
    height: 37.8666666667vw;
    margin: 0 auto 6.1333333333vw;
  }
}
.-top .-sec01 .ttl.-add_rocket {
  animation: gatagata 4.9s ease-in-out 0.2s;
}
@keyframes gatagata {
  0%, 100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  1% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  2% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  3% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  4% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  5% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  6% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  7% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  8% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  12% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  33% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  34% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  35% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  36% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  37% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  38% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  39% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  40% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  41% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  42% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  43% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  44% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  45% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  46% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  47% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  48% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  49% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  51% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  52% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  53% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  54% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  55% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  56% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  57% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  58% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  59% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  60% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  61% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  62% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  63% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  64% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  65% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  66% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  67% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  68% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  69% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  70% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  71% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  72% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  73% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  74% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  76% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  77% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  78% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  79% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  80% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  81% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  82% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  83% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  84% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  85% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  86% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  88% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  90% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  92% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  94% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  97% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
}
.-top .-sec01 .lead {
  margin: 0 auto 15px;
}
@media (max-width: 1024px) {
  .-top .-sec01 .lead {
    margin: 0 auto 1.46484375vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec01 .lead {
    height: 29.6vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.-top .-sec01 .txt {
  width: 530px;
  margin: 0 auto 71px;
}
@media (max-width: 1024px) {
  .-top .-sec01 .txt {
    width: 51.7578125vw;
    margin: 0 auto 6.93359375vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec01 .txt {
    width: 82.6666666667vw;
    height: 41.6vw;
    margin-bottom: 13.6vw;
  }
}
.en .-top .-sec01 .txt {
  width: 538px;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .en .-top .-sec01 .txt {
    width: 52.5390625vw;
    margin: 0 auto 6.8359375vw;
  }
}
@media (max-width: 767px) {
  .en .-top .-sec01 .txt {
    width: 82.6666666667vw;
    height: auto;
    min-height: 49.0666666667vw;
    margin-bottom: 5.8666666667vw;
  }
}
.-top .-sec01 .btn {
  margin: 0 auto;
  line-height: 1.7;
}
.-top .-sec02 {
  width: 100%;
  height: 1701px;
  background: url("/assets/img/top/bg_sec02.png") center top no-repeat #fa2828;
  background-size: 100% auto;
  background-size: 1300px auto;
}
@media (max-width: 1024px) {
  .-top .-sec02 {
    height: 166.11328125vw;
    background-size: 126.953125vw auto;
  }
}
@media (max-width: 767px) {
  .-top .-sec02 {
    height: 534.4vw;
    background: url("/assets/img/top/bg_sec02_sp.png") center top no-repeat;
    background-size: 100% auto;
  }
  .en .-top .-sec02 {
    height: 550.4vw;
    background: url("/assets/img/top/bg_sec02_sp_en.png") center top no-repeat;
    background-size: 100% auto;
  }
}
.-top .-sec02 .ttl {
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .-top .-sec02 .ttl {
    position: absolute;
    top: 19.7333333333vw;
    left: 50%;
    width: 132.2666666667vw;
    height: 45.3333333333vw;
    background: url("/assets/img/top/ttl_sec02_sp.svg") 0 0 no-repeat;
    background-size: 100% auto;
    transform: translate(-50%, 0);
  }
}
.-top .-sec02 .txt {
  color: #fff;
}
.-top .-sec02 .item {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}
.-top .-sec02 .btn {
  margin: 0 auto;
}
.-top .-sec02 .game {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1000px;
  margin: 0 auto;
  transform: translate(-50%, 0);
}
@media (max-width: 1024px) {
  .-top .-sec02 .game {
    width: 97.65625vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec02 .game {
    width: 333.3333333333vw;
  }
}
.-top .-sec02 .game-list {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 1000px;
  height: 412px;
  margin: 286px auto 67px;
  padding-left: 249px;
}
@media (max-width: 1024px) {
  .-top .-sec02 .game-list {
    width: 97.65625vw;
    height: 40.234375vw;
    margin: 27.9296875vw auto 6.54296875vw;
    padding-left: 24.31640625vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec02 .game-list {
    width: 333.3333333333vw;
    height: 113.8666666667vw;
    margin: 63.4666666667vw 0 7.4666666667vw;
    padding: 0;
  }
  .en .-top .-sec02 .game-list {
    margin-bottom: 14.9333333333vw;
  }
}
.-top .-sec02 .game-list .list-wrap {
  display: flex;
  align-items: baseline;
}
.-top .-sec02 .game-list .list-wrap .list {
  width: 159px;
  height: 306px;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .-top .-sec02 .game-list .list-wrap .list {
    width: 15.52734375vw;
    height: 29.8828125vw;
    margin-left: 1.953125vw;
  }
}
.-top .-sec02 .game-list .list-wrap .list.-l01 {
  width: 215px;
  height: 412px;
}
@media (max-width: 1024px) {
  .-top .-sec02 .game-list .list-wrap .list.-l01 {
    width: 20.99609375vw;
    height: 40.234375vw;
  }
}
.-top .-sec02 .game-list .-l01 {
  background: url("/assets/img/top/img_sec02_01.png") center top no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .-top .-sec02 .game-list .-l01 {
    width: 47.7333333333vw;
    height: 92vw;
  }
}
.-top .-sec02 .game-list .-l02 {
  background: url("/assets/img/top/img_sec02_02.png") center top no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .-top .-sec02 .game-list .-l02 {
    width: 47.7333333333vw;
    height: 92vw;
  }
}
.-top .-sec02 .game-list .-l03 {
  background: url("/assets/img/top/img_sec02_04.png") center top no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .-top .-sec02 .game-list .-l03 {
    width: 47.7333333333vw;
    height: 92vw;
  }
}
.-top .-sec02 .game-list .-l04 {
  background: url("/assets/img/top/img_sec02_05.png") center top no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .-top .-sec02 .game-list .-l04 {
    width: 47.7333333333vw;
    height: 92vw;
  }
}
.-top .-sec02 .game-name {
  position: absolute;
  top: 466px;
  left: 0;
}
@media (max-width: 1024px) {
  .-top .-sec02 .game-name {
    top: 45.5078125vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec02 .game-name {
    top: 161.8666666667vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.-top .-sec02 .game-name a.show {
  display: block;
  width: 212px;
  height: 92px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-indent: 0;
  overflow: visible;
}
@media (max-width: 1024px) {
  .-top .-sec02 .game-name a.show {
    top: 45.5078125vw;
    width: 20.703125vw;
    height: 8.984375vw;
    font-size: 1.7578125vw;
    line-height: 2.9296875vw;
  }
}
.-top .-sec02 .game-name a.show i {
  display: block;
  width: 20px;
  height: 20px;
  background: url("/assets/img/common/ico_arrow_link.svg") center top no-repeat;
  background-size: 100% auto;
  margin: 10px auto 0;
}
@media (max-width: 1024px) {
  .-top .-sec02 .game-name a.show i {
    width: 1.953125vw;
    height: 1.953125vw;
    margin-top: 0.9765625vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec02 .game-name a.show {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    padding-right: 10.6666666667vw;
    height: 15.4666666667vw;
    font-size: 4.8vw;
    text-align: left;
    line-height: 1.6;
  }
  .-top .-sec02 .game-name a.show::before {
    position: absolute;
    top: -10.6666666667vw;
    left: 50%;
    content: "";
    width: 0.5333333333vw;
    height: 10.6666666667vw;
    background-color: #00da09;
    margin-left: -0.4vw;
  }
  .-top .-sec02 .game-name a.show::after {
    position: absolute;
    top: -11.4666666667vw;
    left: 50%;
    content: "";
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border-radius: 1.0666666667vw;
    background-color: #00da09;
    margin-left: -1.0666666667vw;
  }
  .-top .-sec02 .game-name a.show i {
    position: absolute;
    top: 50%;
    right: 0;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-top: -2.6666666667vw;
  }
  .en .-top .-sec02 .game-name a.show {
    height: auto;
    min-height: 2em;
  }
}
.-top .-sec02 .nav-btn {
  display: flex;
  flex-wrap: nowrap;
  width: 77px;
  height: 34px;
  margin: 94px auto 0;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .-top .-sec02 .nav-btn {
    width: 7.51953125vw;
    height: 3.3203125vw;
    margin-top: 9.1796875vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec02 .nav-btn {
    display: none;
  }
}
.-top .-sec02 .style {
  position: absolute;
  top: 1030px;
  left: 50%;
  width: 580px;
  margin-left: -585px;
}
@media (max-width: 1160px) {
  .-top .-sec02 .style {
    width: 500px;
    margin-left: -500px;
  }
}
@media (max-width: 1024px) {
  .-top .-sec02 .style {
    top: 100.5859375vw;
    width: 48.828125vw;
    margin-left: -48.828125vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec02 .style {
    position: relative;
    top: auto;
    left: auto;
    width: 100vw;
    margin: 238.1333333333vw auto 0;
  }
  .en .-top .-sec02 .style {
    margin-top: 245.8666666667vw;
  }
}
.-top .-sec02 .style .ttl {
  width: 340px;
  height: 200px;
  margin: 24px auto 161px;
  background: url("/assets/img/top/txt_sec02_01.svg") center top no-repeat;
  background-size: auto 100%;
}
@media (max-width: 1024px) {
  .-top .-sec02 .style .ttl {
    width: 33.203125vw;
    height: 19.53125vw;
    margin: 2.34375vw auto 15.72265625vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec02 .style .ttl {
    position: relative;
    top: auto;
    left: auto;
    width: 82.6666666667vw;
    height: 56vw;
    margin: 0 auto 42.4vw;
    background-image: url("/assets/img/top/txt_sec02_01_sp.svg");
    transform: none;
  }
}
.-top .-sec02 .style .txt {
  width: 440px;
  height: 56px;
  margin: 0 auto 30px;
  line-height: 215%;
}
@media (max-width: 1024px) {
  .-top .-sec02 .style .txt {
    width: 42.96875vw;
    height: auto;
    min-height: 5.46875vw;
    margin: 0 auto 2.9296875vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec02 .style .txt {
    width: 82.6666666667vw;
    min-height: 14.9333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.-top .-sec02 .style .item.-i01 {
  top: 121px;
  /* stylelint-disable-next-line */
  width: 178.5px;
  /* stylelint-disable-next-line */
  height: 200.5px;
}
@media (max-width: 1024px) {
  .-top .-sec02 .style .item.-i01 {
    /* stylelint-disable-next-line */
    width: 17.431640625vw;
    /* stylelint-disable-next-line */
    height: 19.580078125vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec02 .style .item.-i01 {
    /* stylelint-disable-next-line */
    width: 46.5449804433vw;
    /* stylelint-disable-next-line */
    height: 52.2816166884vw;
  }
}
.-top .-sec02 .style .item.-i01 {
  background: url("/assets/img/top/pic_sec02_01a.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: -150px;
  animation: style1 1s infinite ease-in-out 0.8s alternate;
}
@media (max-width: 1024px) {
  .-top .-sec02 .style .item.-i01 {
    top: 11.81640625vw;
    margin-left: -14.6484375vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec02 .style .item.-i01 {
    top: 28vw;
    margin-left: -41.3333333333vw;
  }
}
.-top .-sec02 .style .item.-i02 {
  top: 140px;
  /* stylelint-disable-next-line */
  width: 115.5px;
  /* stylelint-disable-next-line */
  height: 225px;
}
@media (max-width: 1024px) {
  .-top .-sec02 .style .item.-i02 {
    /* stylelint-disable-next-line */
    width: 11.279296875vw;
    /* stylelint-disable-next-line */
    height: 21.97265625vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec02 .style .item.-i02 {
    /* stylelint-disable-next-line */
    width: 30.1173402868vw;
    /* stylelint-disable-next-line */
    height: 58.6701434159vw;
  }
}
.-top .-sec02 .style .item.-i02 {
  background: url("/assets/img/top/pic_sec02_01b.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 36.5px;
  animation: style2 1.2s infinite ease-in-out 0.8s alternate;
}
@media (max-width: 1024px) {
  .-top .-sec02 .style .item.-i02 {
    top: 13.671875vw;
    margin-left: 3.564453125vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec02 .style .item.-i02 {
    top: 33.0666666667vw;
    margin-left: 8vw;
  }
}
@keyframes style1 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -8%);
  }
}
@keyframes style2 {
  0% {
    transform: translate(-2%, 0) rotate(-1deg);
  }
  100% {
    transform: translate(2%, 0) rotate(1deg);
  }
}
.-top .-sec02 .info {
  position: absolute;
  top: 1030px;
  left: 50%;
  width: 580px;
  margin-left: 5px;
}
@media (max-width: 1160px) {
  .-top .-sec02 .info {
    width: 500px;
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .-top .-sec02 .info {
    top: 100.5859375vw;
    width: 48.828125vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec02 .info {
    position: relative;
    top: auto;
    left: auto;
    width: 100vw;
    margin: 37.3333333333vw auto 0;
  }
  .en .-top .-sec02 .info {
    margin-top: 34.6666666667vw;
  }
}
.-top .-sec02 .info .ttl {
  width: 340px;
  height: 100px;
  margin: 24px auto 347px;
  background: url("/assets/img/top/txt_sec02_02.svg") center top no-repeat;
  background-size: auto 100%;
}
@media (max-width: 1024px) {
  .-top .-sec02 .info .ttl {
    width: 33.203125vw;
    height: 9.765625vw;
    margin: 2.34375vw auto 33.88671875vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec02 .info .ttl {
    position: relative;
    top: auto;
    left: auto;
    width: 82.6666666667vw;
    height: 26.6666666667vw;
    margin: 0 auto 60.5333333333vw;
    background-image: url("/assets/img/top/txt_sec02_02_sp.svg");
    transform: none;
  }
}
.-top .-sec02 .info .item.-i01 {
  top: 131px;
  /* stylelint-disable-next-line */
  width: 365px;
  /* stylelint-disable-next-line */
  height: 280px;
}
@media (max-width: 1024px) {
  .-top .-sec02 .info .item.-i01 {
    /* stylelint-disable-next-line */
    width: 35.64453125vw;
    /* stylelint-disable-next-line */
    height: 27.34375vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec02 .info .item.-i01 {
    /* stylelint-disable-next-line */
    width: 95.1760104302vw;
    /* stylelint-disable-next-line */
    height: 73.0117340287vw;
  }
}
.-top .-sec02 .info .item.-i01 {
  background: url("/assets/img/top/pic_sec02_02a.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: -214px;
  animation: info1 1.5s infinite ease-in-out 0.8s alternate;
}
@media (max-width: 1024px) {
  .-top .-sec02 .info .item.-i01 {
    top: 12.79296875vw;
    margin-left: -20.8984375vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec02 .info .item.-i01 {
    top: 12.8vw;
    margin-left: -56.5333333333vw;
  }
}
.-top .-sec02 .info .item.-i02 {
  top: 148px;
  /* stylelint-disable-next-line */
  width: 186.5px;
  /* stylelint-disable-next-line */
  height: 198.5px;
}
@media (max-width: 1024px) {
  .-top .-sec02 .info .item.-i02 {
    /* stylelint-disable-next-line */
    width: 18.212890625vw;
    /* stylelint-disable-next-line */
    height: 19.384765625vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec02 .info .item.-i02 {
    /* stylelint-disable-next-line */
    width: 48.631029987vw;
    /* stylelint-disable-next-line */
    height: 51.7601043025vw;
  }
}
.-top .-sec02 .info .item.-i02 {
  background: url("/assets/img/top/pic_sec02_02b.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: 105% auto;
  margin-left: 25px;
  animation: info2 2s infinite ease-in-out 0.8s alternate;
}
@media (max-width: 1024px) {
  .-top .-sec02 .info .item.-i02 {
    top: 14.453125vw;
    margin-left: 2.44140625vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec02 .info .item.-i02 {
    top: 13.3333333333vw;
    margin-left: 6.1333333333vw;
  }
}
@keyframes info1 {
  0% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes info2 {
  0% {
    transform: translate(5%, 0%);
  }
  100% {
    transform: translate(-5%, 0%);
  }
}
.-top .-sec03 {
  width: 100%;
  height: auto;
  padding: 132px 0 0;
  background: url("/assets/img/top/bg_top_v02.png") center 385px no-repeat #f4f3ed;
  background-size: 100% auto;
  background-size: 1000px auto;
}
@media (max-width: 1024px) {
  .-top .-sec03 {
    height: 100%;
    padding: 12.890625vw 0 0;
    background-size: 97.65625vw auto;
    background-position: center 37.59765625vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec03 {
    height: auto;
    padding: 14.6666666667vw 0 0;
    background: none;
  }
}
.-top .-sec03 .recruit {
  position: relative;
  width: 800px;
  height: 332px;
  background: url("/assets/img/top/bg_sec03.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 365px;
  margin: 0 auto 130px;
  z-index: 1;
}
.-top .-sec03 .recruit .ttl {
  width: 401px;
  height: 161px;
  margin: 104px 0 0 199px;
  background: url("/assets/img/top/ttl_sec03.svg") center no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.en .-top .-sec03 .recruit .ttl {
  height: 70px;
  margin: 131px 0 64px 199px;
  background-image: url("/assets/img/top/ttl_sec03_en.svg");
}
@media (max-width: 1024px) {
  .-top .-sec03 .recruit {
    width: 78.125vw;
    height: 35.64453125vw;
    margin: 0 auto 12.6953125vw;
  }
  .-top .-sec03 .recruit .ttl {
    width: 39.16015625vw;
    height: 15.72265625vw;
    margin: 10.15625vw 0 0 19.43359375vw;
  }
  .en .-top .-sec03 .recruit .ttl {
    height: 6.8359375vw;
    margin: 12.79296875vw 0 6.25vw 19.43359375vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec03 .recruit {
    width: 82.6666666667vw;
    height: 70.4vw;
    margin: 0 auto 26.6666666667vw;
    /* stylelint-disable-next-line */
    width: 80.964797914vw;
    /* stylelint-disable-next-line */
    height: 68.8396349413vw;
    background: url("/assets/img/top/bg_sec03_sp.png") center top no-repeat;
    background-size: 100% auto;
    font: 0/0 a;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .-top .-sec03 .recruit .ttl {
    width: 78.1333333333vw;
    height: 22.1333333333vw;
    margin: 8.8vw auto 6.1333333333vw;
    background-image: url("/assets/img/top/ttl_sec03_sp_en.svg");
  }
  .en .-top .-sec03 .recruit .ttl {
    height: 13.3333333333vw;
    margin: 14.1333333333vw auto 10.9333333333vw;
  }
}
.-top .-sec03 .video02 {
  position: absolute;
  top: 132px;
  left: 50%;
  width: 790px;
  height: 330px;
  transform: translate(-50%, 0);
  z-index: 0;
  overflow: hidden;
  border-radius: 35px;
}
.-top .-sec03 .video02::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1024px) {
  .-top .-sec03 .video02 {
    top: 12.890625vw;
    width: 77.1484375vw;
    height: 32.2265625vw;
    border-radius: 3.41796875vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec03 .video02 {
    top: 14.6666666667vw;
    width: 80vw;
    height: 68.8vw;
    transform: translate(-50%, 0);
    border-radius: 9.3333333333vw;
  }
}
.-top .-sec03 .video02 > video {
  position: absolute;
  top: -50px;
  left: 50%;
  display: block;
  width: 800px;
  height: auto;
  transform: translate(-50%, 0);
  z-index: 0;
}
@media (max-width: 1024px) {
  .-top .-sec03 .video02 > video {
    top: -4.8828125vw;
    width: 78.125vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec03 .video02 > video {
    width: 160vw;
    transform: translate(-30%, 0);
  }
}
.-top .-sec03 .sec-news {
  width: 840px;
  min-width: 840px;
  margin: 0 auto 130px;
}
@media (max-width: 1024px) {
  .-top .-sec03 .sec-news {
    width: 82.03125vw;
    min-width: 82.03125vw;
    margin: 0 auto 12.6953125vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec03 .sec-news {
    width: 82.6666666667vw;
    min-width: auto;
    margin: 0 auto;
    padding-bottom: 34.4vw;
  }
}
.-top .-sec03 .sec-news .sec-ttl {
  width: 100%;
  height: 30px;
  margin: 0 0 18px;
  background: url("/assets/img/top/ttl_news.svg") 0 0 no-repeat;
  background-size: auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .-top .-sec03 .sec-news .sec-ttl {
    height: 2.9296875vw;
    margin: 0 auto 1.7578125vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec03 .sec-news .sec-ttl {
    height: 8vw;
    margin-bottom: 4.8vw;
  }
}
.-top .-sec03 .sec-news .btn {
  position: absolute;
  top: 4px;
  right: 0;
}
@media (max-width: 1024px) {
  .-top .-sec03 .sec-news .btn {
    top: 0.390625vw;
  }
}
@media (max-width: 767px) {
  .-top .-sec03 .sec-news .btn {
    top: 1.0666666667vw;
  }
}
.js_container_transition {
  transition: all 0.3s cubic-bezier(0.49, 0.48, 0.44, 0.88);
}
.js_container {
  display: flex;
  transform-origin: 214.799985vw 199.6555687696vw;
}
.js_list {
  width: 47.73333vw;
  height: 92vw;
  transform-origin: 23.866665vw 199.6555687696vw;
  transition: opacity 0.1s cubic-bezier(0.2, 0.44, 0.32, 0.95);
  cursor: pointer;
}
.js_list:nth-child(1) {
  transform: translate(190.93332vw) rotate(-100deg);
}
.js_list:nth-child(2) {
  transform: translate(143.19999vw) rotate(-75deg);
}
.js_list:nth-child(3) {
  transform: translate(95.46666vw) rotate(-50deg);
}
.js_list:nth-child(4) {
  transform: translate(47.73333vw) rotate(-25deg);
}
.js_list:nth-child(5) {
  transform: translate(0) rotate(0);
  cursor: default;
}
.js_list:nth-child(6) {
  transform: translate(-47.73333vw) rotate(25deg);
}
.js_list:nth-child(7) {
  transform: translate(-95.46666vw) rotate(50deg);
}
.js_list:nth-child(8) {
  transform: translate(-143.19999vw) rotate(75deg);
}
.js_list:nth-child(9) {
  transform: translate(-190.93332vw) rotate(100deg);
}
.js_container .js_list:nth-child(-n+2) {
  opacity: 0;
}
.js_container .js_list:nth-child(n+8) {
  opacity: 0;
}
@keyframes clickme {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-7px, -7px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.-rocket .-r02.animation {
  animation-name: clickme;
  animation-duration: 0.4s;
  animation-iteration-count: 3;
  animation-timing-function: cubic-bezier(0.5, 0.58, 0.25, 1.08);
  animation-direction: alternate-reverse;
  animation-fill-mode: forwards;
}
.-rocket .-r01 {
  cursor: pointer;
}
.-rocket .-r02.paused {
  animation-play-state: paused;
}
.-top .-sec02 .game-name .js_name {
  display: none;
}
.-top .-sec02 .game-name {
  z-index: 9;
}
.-top .-sec02 .game-list .list-wrap .list {
  width: 215px !important;
  height: 412px !important;
  margin-left: 0 !important;
}
@media (max-width: 1024px) {
  .-top .-sec02 .game-list .list-wrap .list {
    width: 20.99609375vw !important;
    height: 40.234375vw !important;
  }
}
/* .-pride
------------------------------------------------------------------- */
.-pride .header-area {
  width: 100%;
  height: 715px;
  background: url("/assets/img/pride/bg_top.svg") center 99px no-repeat #f4f3ed;
  background-size: 1203px auto;
  z-index: 0;
}
@media (max-width: 1024px) {
  .-pride .header-area {
    height: 69.82421875vw;
    background-position: center 9.66796875vw;
    background-size: 117.48046875vw auto;
  }
}
@media (max-width: 767px) {
  .-pride .header-area {
    width: 100vw;
    height: 189.0666666667vw;
    background: url("/assets/img/pride/bg_top_sp.svg") center 41.0666666667vw no-repeat;
    background-size: 82.6666666667vw auto;
  }
}
.-pride .header-area .ttl {
  width: 476px;
  height: 380px;
  margin: 0 auto;
  padding: 195px 0 0;
  font-size: 43px;
  text-align: center;
}
.-pride .header-area .ttl::before {
  position: absolute;
  top: 157px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fa2828;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .-pride .header-area .ttl {
    width: 46.484375vw;
    height: 37.109375vw;
    padding-top: 19.04296875vw;
    font-size: 4.19921875vw;
  }
  .-pride .header-area .ttl::before {
    top: 15.33203125vw;
    width: 0.9765625vw;
    height: 0.9765625vw;
    border-radius: 0.48828125vw;
  }
}
@media (max-width: 767px) {
  .-pride .header-area .ttl {
    width: 82.6666666667vw;
    height: 97.8666666667vw;
    padding-top: 43.2vw;
    font-size: 8.5333333333vw;
  }
  .-pride .header-area .ttl::before {
    top: 37.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.-pride .header-area .item {
  display: block;
  position: relative;
  left: 50%;
}
.-pride .header-area .item.-i01 {
  margin-left: -146px;
  /* stylelint-disable-next-line */
  width: 173px;
  /* stylelint-disable-next-line */
  height: 204px;
}
@media (max-width: 1024px) {
  .-pride .header-area .item.-i01 {
    /* stylelint-disable-next-line */
    width: 16.89453125vw;
    /* stylelint-disable-next-line */
    height: 19.921875vw;
  }
}
@media (max-width: 767px) {
  .-pride .header-area .item.-i01 {
    /* stylelint-disable-next-line */
    width: 45.110821382vw;
    /* stylelint-disable-next-line */
    height: 53.1942633638vw;
  }
}
.-pride .header-area .item.-i01 {
  background: url("/assets/img/pride/img_01a.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .-pride .header-area .item.-i01 {
    margin-left: -14.2578125vw;
  }
}
@media (max-width: 767px) {
  .-pride .header-area .item.-i01 {
    width: 43.7333333333vw;
    height: 51.4666666667vw;
    background-size: auto 51.4666666667vw;
    margin-left: -37.3333333333vw;
  }
}
.-pride .header-area .item.-i02 {
  position: absolute;
  top: 432px;
  margin-left: -39px;
  /* stylelint-disable-next-line */
  width: 183px;
  /* stylelint-disable-next-line */
  height: 98px;
}
@media (max-width: 1024px) {
  .-pride .header-area .item.-i02 {
    /* stylelint-disable-next-line */
    width: 17.87109375vw;
    /* stylelint-disable-next-line */
    height: 9.5703125vw;
  }
}
@media (max-width: 767px) {
  .-pride .header-area .item.-i02 {
    /* stylelint-disable-next-line */
    width: 47.7183833116vw;
    /* stylelint-disable-next-line */
    height: 25.55410691vw;
  }
}
.-pride .header-area .item.-i02 {
  background: url("/assets/img/pride/img_01b.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  animation: pride-top 2.2s infinite linear 0.8s alternate;
}
@media (max-width: 1024px) {
  .-pride .header-area .item.-i02 {
    top: 42.1875vw;
    margin-left: -3.80859375vw;
  }
}
@media (max-width: 767px) {
  .-pride .header-area .item.-i02 {
    top: 106.6666666667vw;
    width: 46.1333333333vw;
    height: 24.8vw;
    margin-left: -10.5333333333vw;
  }
}
@keyframes pride-top {
  0% {
    transform: translate(0%, 0%);
  }
  20% {
    transform: translate(-3%, -40%);
  }
  60% {
    transform: translate(-3%, -40%);
  }
  80% {
    transform: translate(0%, 0%);
  }
}
.-pride .-sec01 {
  padding-bottom: 129px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .-pride .-sec01 {
    padding-bottom: 12.59765625vw;
  }
}
@media (max-width: 767px) {
  .-pride .-sec01 {
    padding-bottom: 21.3333333333vw;
  }
}
.-pride .-sec01 .inner {
  width: 868px;
  margin: 0 auto;
  padding-top: 93px;
}
@media (max-width: 1024px) {
  .-pride .-sec01 .inner {
    width: 84.765625vw;
    padding-top: 9.08203125vw;
  }
}
@media (max-width: 767px) {
  .-pride .-sec01 .inner {
    width: 82.6666666667vw;
    padding-top: 0;
  }
}
.-pride .-sec01 .ttl.-slideup {
  width: 445px;
  height: 44px;
  margin: 0 0 13px 14px;
  padding: 4px 0 0 32px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .-pride .-sec01 .ttl.-slideup {
    width: 43.45703125vw;
    height: 4.296875vw;
    margin: 0 0 1.26953125vw 1.3671875vw;
    padding: 0.390625vw 0 0 3.125vw;
  }
}
@media (max-width: 767px) {
  .-pride .-sec01 .ttl.-slideup {
    width: 53.3333333333vw;
    height: 48vw;
    margin: 0 auto;
    padding: 28.2666666667vw 0 1.0666666667vw;
  }
  .-pride .-sec01 .ttl.-slideup > span:first-child::after {
    transform: translate(22.6666666667vw, 0);
  }
  .-pride .-sec01 .ttl.-slideup span {
    transform: translate3d(0, 220%, 0);
  }
}
.-pride .-sec01 .ttl.-slideup span:nth-child(9) {
  color: #ff1b78;
}
.-pride .-sec01 .ttl.-slideup span:nth-child(10) {
  color: #912bb4;
}
.-pride .-sec01 .ttl.-slideup span:nth-child(11) {
  color: #2d92f0;
}
.-pride .-sec01 .ttl.-slideup span:nth-child(12) {
  color: #fd8c01;
}
@media (max-width: 767px) {
  .-pride .-sec01 .ttl.-slideup span:nth-child(8) {
    width: 0;
  }
}
.-pride .-sec01 .subttl {
  width: 445px;
  height: 31px;
  margin: 0 0 90px 14px;
  padding-left: 35px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .-pride .-sec01 .subttl {
    width: 43.45703125vw;
    height: 3.02734375vw;
    margin: 0 0 8.7890625vw 1.3671875vw;
    padding-left: 3.41796875vw;
  }
}
@media (max-width: 767px) {
  .-pride .-sec01 .subttl {
    width: 82.6666666667vw;
    height: 14.1333333333vw;
    margin: 0 auto 18.6666666667vw;
    padding: 6.4vw 0 0;
  }
}
.-pride .-sec01 .img {
  position: relative;
  width: 100%;
  height: 108px;
  margin: 0 auto 70px;
  z-index: 0;
}
.-pride .-sec01 .img .logo_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 1260px;
  height: auto;
}
@media (max-width: 1024px) {
  .-pride .-sec01 .img {
    height: 10.546875vw;
    margin-bottom: 6.8359375vw;
  }
  .-pride .-sec01 .img .logo_img {
    width: 123.046875vw;
  }
}
@media (max-width: 767px) {
  .-pride .-sec01 .img {
    height: 20.2666666667vw;
    margin-bottom: 18.6666666667vw;
  }
  .-pride .-sec01 .img .logo_img {
    width: 236.2666666667vw;
  }
}
.-pride .-sec01 .lead {
  position: relative;
  margin: 0 auto 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.8;
  font-family: "Hiragino Sans", Meiryo, sans-serif;
}
@media (max-width: 1024px) {
  .-pride .-sec01 .lead {
    margin-bottom: 0.9765625vw;
    font-size: 2.44140625vw;
  }
}
@media (max-width: 767px) {
  .-pride .-sec01 .lead {
    margin: 0 auto 2.6666666667vw;
    font-size: 5.8666666667vw;
  }
}
.-pride .-sec01 .txt {
  position: relative;
  width: 489px;
  margin: 0 auto;
  font-weight: 600;
  text-align: center;
  line-height: 1.7;
  font-family: "Hiragino Sans", Meiryo, sans-serif;
}
@media (max-width: 1024px) {
  .-pride .-sec01 .txt {
    width: 47.75390625vw;
  }
}
@media (max-width: 767px) {
  .-pride .-sec01 .txt {
    width: 100%;
    line-height: 1.8;
  }
}
.-pride .-sec02 {
  padding: 100px 0 158px;
}
@media (max-width: 1024px) {
  .-pride .-sec02 {
    padding: 9.765625vw 0 15.4296875vw;
  }
}
@media (max-width: 767px) {
  .-pride .-sec02 {
    padding: 0 0 40vw;
  }
}
.-pride .-sec02 .inner {
  width: 868px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .-pride .-sec02 .inner {
    width: 84.765625vw;
  }
}
@media (max-width: 767px) {
  .-pride .-sec02 .inner {
    width: 100vw;
  }
}
.-pride .-sec02 .ttl.-slideup {
  width: 445px;
  height: 44px;
  margin: 0 0 13px 14px;
  padding: 4px 0 0 32px;
}
@media (max-width: 1024px) {
  .-pride .-sec02 .ttl.-slideup {
    width: 43.45703125vw;
    height: 4.296875vw;
    margin: 0 0 1.26953125vw 1.3671875vw;
    padding: 0.390625vw 0 0 3.125vw;
  }
}
@media (max-width: 767px) {
  .-pride .-sec02 .ttl.-slideup {
    width: 82.6666666667vw;
    height: 40vw;
    margin: 0 auto;
    padding: 29.6vw 0 1.0666666667vw;
  }
}
.-pride .-sec02 .ttl.-slideup > span:first-child::after {
  background-image: url("/assets/img/common/ico_02.svg");
}
@media (max-width: 767px) {
  .-pride .-sec02 .ttl.-slideup > span:first-child::after {
    transform: translate(33.6vw, 0);
  }
}
.-pride .-sec02 .ttl.-slideup span:nth-child(5) {
  color: #fd8c01;
}
.-pride .-sec02 .ttl.-slideup span:nth-child(6) {
  color: #ff3e0d;
}
.-pride .-sec02 .ttl.-slideup span:nth-child(7) {
  color: #51bc1d;
}
.-pride .-sec02 .ttl.-slideup span:nth-child(8) {
  color: #068299;
}
.-pride .-sec02 .ttl.-slideup span:nth-child(9) {
  color: #ff1b78;
}
.-pride .-sec02 .ttl.-slideup span:nth-child(10) {
  color: #912bb4;
}
.-pride .-sec02 .ttl.-slideup span:nth-child(11) {
  color: #2d92f0;
}
.-pride .-sec02 .subttl {
  width: 445px;
  height: 31px;
  margin: 0 0 50px 14px;
  padding-left: 35px;
}
@media (max-width: 1024px) {
  .-pride .-sec02 .subttl {
    width: 43.45703125vw;
    height: 3.02734375vw;
    margin: 0 0 4.8828125vw 1.3671875vw;
    padding-left: 3.41796875vw;
  }
}
@media (max-width: 767px) {
  .-pride .-sec02 .subttl {
    width: 53.3333333333vw;
    height: 21.8666666667vw;
    margin: 0 auto 8vw;
    padding: 6.4vw 0 0;
  }
}
.-pride .-sec02 .txt {
  width: 400px;
  margin: 0 0 92px 13px;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .-pride .-sec02 .txt {
    width: 39.0625vw;
    margin: 0 0 8.984375vw 1.26953125vw;
  }
}
@media (max-width: 767px) {
  .-pride .-sec02 .txt {
    width: 82.6666666667vw;
    margin: 0 auto 8vw;
    line-height: 1.8;
  }
}
.en .-pride .-sec02 .txt {
  margin: 136px 0 -14px 13px;
}
@media (max-width: 1024px) {
  .en .-pride .-sec02 .txt {
    margin: 13.28125vw 0 -1.3671875vw 1.26953125vw;
  }
}
@media (max-width: 767px) {
  .en .-pride .-sec02 .txt {
    margin: 0 auto 8vw;
  }
}
.-pride .creator-list {
  width: 100%;
  background: url("/assets/img/pride/bg_sec02.svg") center 192px no-repeat;
  background-size: 1203px auto;
}
@media (max-width: 1024px) {
  .-pride .creator-list {
    background-position: center 18.75vw;
    background-size: 117.48046875vw auto;
  }
}
@media (max-width: 767px) {
  .-pride .creator-list {
    background: none;
  }
}
.-pride .creator-list .list {
  position: relative;
  margin: 0 0 110px;
  padding-left: 504px;
  text-align: left;
}
.-pride .creator-list .list:last-child {
  margin: 0;
}
@media (max-width: 1024px) {
  .-pride .creator-list .list {
    margin-bottom: 10.7421875vw;
    padding-left: 49.21875vw;
  }
}
@media (max-width: 767px) {
  .-pride .creator-list .list {
    width: 100%;
    margin: 0 auto 16vw;
    padding: 0;
  }
  .-pride .creator-list .list:last-child {
    margin-bottom: 0;
  }
}
.-pride .creator-list .list .pic {
  position: absolute;
  top: 101px;
  left: 14px;
  width: 450px;
  height: 284px;
  border-radius: 166px;
}
@media (max-width: 1024px) {
  .-pride .creator-list .list .pic {
    top: 9.86328125vw;
    left: 1.3671875vw;
    width: 43.9453125vw;
    height: 27.734375vw;
    border-radius: 16.2109375vw;
  }
}
@media (max-width: 767px) {
  .-pride .creator-list .list .pic {
    position: relative;
    top: auto;
    left: auto;
    width: 100vw;
    height: 70.4vw;
    margin: 0 auto -10.6666666667vw;
    border-radius: 44.2666666667vw;
  }
}
.-pride .creator-list .list.-c01 .pic {
  background: url("/assets/img/pride/img_list01.png") center top no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .-pride .creator-list .list.-c01 .pic {
    background: url("/assets/img/pride/img_list01_sp.png") center top no-repeat;
    background-size: 100% auto;
  }
}
.-pride .creator-list .list.-c02 .pic {
  background: url("/assets/img/pride/img_list02.png") center top no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .-pride .creator-list .list.-c02 .pic {
    background: url("/assets/img/pride/img_list02_sp.png") center top no-repeat;
    background-size: 100% auto;
  }
}
.-pride .creator-list .list.-c03 .pic {
  background: url("/assets/img/pride/img_list03.png") center top no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .-pride .creator-list .list.-c03 .pic {
    background: url("/assets/img/pride/img_list03_sp.png") center top no-repeat;
    background-size: 100% auto;
  }
}
.-pride .creator-list .list.-c04 .pic {
  background: url("/assets/img/pride/img_list04.png") center top no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .-pride .creator-list .list.-c04 .pic {
    background: url("/assets/img/pride/img_list04_sp.png") center top no-repeat;
    background-size: 100% auto;
  }
}
.-pride .creator-list .list > .creator {
  position: relative;
}
.-pride .creator-list .list > .creator .-ttl {
  position: relative;
  margin-bottom: 25px;
  font-size: 11px;
  line-height: 1.65;
}
@media (max-width: 1024px) {
  .-pride .creator-list .list > .creator .-ttl {
    margin-bottom: 2.44140625vw;
    font-size: 1.07421875vw;
  }
}
@media (max-width: 767px) {
  .-pride .creator-list .list > .creator .-ttl {
    text-align: center;
    font-size: 2.9333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.-pride .creator-list .list > .creator .-ttl > .belong {
  display: block;
  height: 22px;
  margin: 0 0 5px 14px;
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .-pride .creator-list .list > .creator .-ttl > .belong {
    height: 2.1484375vw;
    margin: 0 0 0.48828125vw 1.3671875vw;
    font-size: 1.26953125vw;
  }
}
@media (max-width: 767px) {
  .-pride .creator-list .list > .creator .-ttl > .belong {
    width: 82.6666666667vw;
    height: 19.2vw;
    margin: 0 auto 2.9333333333vw;
    background-color: #fff;
    border-radius: 9.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 19.2vw;
  }
}
.-pride .creator-list .list > .creator .-ttl > .name {
  display: block;
  height: 31px;
  margin: 0 0 5px;
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
}
@media (max-width: 1024px) {
  .-pride .creator-list .list > .creator .-ttl > .name {
    height: 3.02734375vw;
    margin: 0 0 0.48828125vw;
    font-size: 1.7578125vw;
  }
}
@media (max-width: 767px) {
  .-pride .creator-list .list > .creator .-ttl > .name {
    height: 7.7333333333vw;
    margin: 0 auto;
    font-size: 4.8vw;
    line-height: 7.7333333333vw;
  }
}
.-pride .creator-list .list > .creator .-txt {
  width: 350px;
  font-size: 13px;
}
@media (max-width: 1024px) {
  .-pride .creator-list .list > .creator .-txt {
    width: 34.1796875vw;
    font-size: 1.26953125vw;
  }
}
@media (max-width: 767px) {
  .-pride .creator-list .list > .creator .-txt {
    width: 82.6666666667vw;
    margin: 0 auto;
    font-size: 3.4666666667vw;
    line-height: 1.8;
    letter-spacing: 0.045em;
  }
}
.en .-pride .creator-list .list > .creator .-txt {
  width: 364px;
}
@media (max-width: 1024px) {
  .en .-pride .creator-list .list > .creator .-txt {
    width: 35.546875vw;
  }
}
@media (max-width: 767px) {
  .en .-pride .creator-list .list > .creator .-txt {
    width: 82.6666666667vw;
  }
}
.-pride .creator-list .list > .creator .-txt > .lead {
  display: block;
  margin-bottom: 20px;
  font-size: 25px;
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .-pride .creator-list .list > .creator .-txt > .lead {
    margin-bottom: 1.953125vw;
    font-size: 2.44140625vw;
  }
}
@media (max-width: 767px) {
  .-pride .creator-list .list > .creator .-txt > .lead {
    margin: 0 auto 2.6666666667vw;
    font-family: "M PLUS Rounded 1c", sans-serif;
    transform: rotate(0.03deg);
    font-size: 5.8666666667vw;
    text-align: center;
    line-height: 1.7;
  }
}
.-pride .creator-list .list > .creator .-detail {
  position: relative;
  margin-bottom: 40px;
  line-height: 1.65;
}
@media (max-width: 1024px) {
  .-pride .creator-list .list > .creator .-detail {
    margin-bottom: 3.90625vw;
  }
}
@media (max-width: 767px) {
  .-pride .creator-list .list > .creator .-detail {
    text-align: center;
    margin-bottom: 5.3333333333vw;
  }
}
.-pride .creator-list .list > .creator .-detail > .ttl {
  font-weight: 700;
}
.-pride .creator-list .list > .creator .-detail .interview {
  width: 340px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .-pride .creator-list .list > .creator .-detail .interview {
    width: 33.203125vw;
  }
}
@media (max-width: 767px) {
  .-pride .creator-list .list > .creator .-detail .interview {
    flex-direction: column;
    align-items: center;
    width: 82.6666666667vw;
    margin: 0 auto;
  }
}
.en .-pride .creator-list .list > .creator .-detail .interview {
  width: 364px;
}
.en .-pride .creator-list .list > .creator .-detail .interview span {
  width: 300px;
}
@media (max-width: 1024px) {
  .en .-pride .creator-list .list > .creator .-detail .interview {
    width: 35.546875vw;
  }
  .en .-pride .creator-list .list > .creator .-detail .interview span {
    width: 29.296875vw;
  }
}
@media (max-width: 767px) {
  .en .-pride .creator-list .list > .creator .-detail .interview {
    width: 82.6666666667vw;
  }
  .en .-pride .creator-list .list > .creator .-detail .interview span {
    width: 100%;
  }
}
.-pride .creator-list .list > .creator .-detail .link {
  display: flex;
  width: 48px;
  height: 18px;
  background: url("/assets/img/common/btn_detail.svg") 0 0 no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .-pride .creator-list .list > .creator .-detail .link {
    width: 12.8vw;
    height: 4.8vw;
    margin-top: 1.8666666667vw;
  }
}
.en .-pride .creator-list .list > .creator .-detail .link {
  width: 54px;
  height: auto;
  background: url("/assets/img/common/btn_detail_en.svg") left bottom no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1024px) {
  .en .-pride .creator-list .list > .creator .-detail .link {
    width: 5.2734375vw;
  }
}
@media (max-width: 767px) {
  .en .-pride .creator-list .list > .creator .-detail .link {
    width: 14.4vw;
    height: 6.9333333333vw;
    background-position: 0 0;
  }
}
.-pride .creator-list .list > .creator .-detail::after {
  position: absolute;
  bottom: -21px;
  left: 0;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fa2828;
}
@media (max-width: 1024px) {
  .-pride .creator-list .list > .creator .-detail::after {
    bottom: -2.05078125vw;
    width: 4.8828125vw;
  }
}
@media (max-width: 767px) {
  .-pride .creator-list .list > .creator .-detail::after {
    display: none;
  }
}
.-pride .creator-list .list > .creator::before {
  position: absolute;
  content: "";
  top: -56px;
  left: -70px;
  width: 136px;
  height: 136px;
  border-radius: 68px;
  background-color: #fa2828;
  transition: all 1s ease-in-out;
  z-index: 0;
}
@media (max-width: 1024px) {
  .-pride .creator-list .list > .creator::before {
    top: -5.46875vw;
    left: -6.8359375vw;
    width: 13.28125vw;
    height: 13.28125vw;
    border-radius: 6.640625vw;
  }
}
@media (max-width: 767px) {
  .-pride .creator-list .list > .creator::before {
    top: -1.0666666667vw;
    left: 50%;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-radius: 1.0666666667vw;
    z-index: 1;
  }
}
.-pride .creator-list .list.-on > .creator::before {
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .-pride .creator-list .list.-on > .creator::before {
    top: 0.78125vw;
    width: 0.5859375vw;
    height: 0.5859375vw;
    border-radius: 0.29296875vw;
  }
}
@media (max-width: 767px) {
  .-pride .creator-list .list.-on > .creator::before {
    top: -1.0666666667vw;
    left: 50%;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-radius: 1.0666666667vw;
    z-index: 1;
  }
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  左から順に一文字ずつ表示するアニメーション


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.js-textSlideUp {
  line-height: 1;
  height: 1.2em;
  overflow: hidden;
}
.js-textSlideUp span {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: translate3d(0, 120%, 0);
  transform: translate3d(0, 120%, 0);
}
.js-textSlideUp.js-action span {
  -webkit-animation: 0.9s textSlideUp cubic-bezier(0.23, 1, 0.32, 1) 0.2s forwards;
  animation: 0.9s textSlideUp cubic-bezier(0.23, 1, 0.32, 1) 0.2s forwards;
}
.js-textSlideUp span:nth-child(1) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.js-textSlideUp span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.js-textSlideUp span:nth-child(3) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.js-textSlideUp span:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.js-textSlideUp span:nth-child(5) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.js-textSlideUp span:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.js-textSlideUp span:nth-child(7) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.js-textSlideUp span:nth-child(8) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.js-textSlideUp span:nth-child(9) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.js-textSlideUp span:nth-child(10) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.js-textSlideUp span:nth-child(11) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.js-textSlideUp span:nth-child(12) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.js-textSlideUp span:nth-child(13) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.js-textSlideUp span:nth-child(14) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.js-textSlideUp span:nth-child(15) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.js-textSlideUp span:nth-child(16) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.js-textSlideUp span:nth-child(17) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}
.js-textSlideUp span:nth-child(18) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.js-textSlideUp span:nth-child(19) {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}
.js-textSlideUp span:nth-child(20) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
/*
  2行の場合
ーーーーーーーーーーーーーーーーーー*/
.js-textSlideUp.-lines {
  height: auto;
}
.js-textSlideUp.-lines .-line {
  height: 1.2em;
  overflow: hidden;
}
@-webkit-keyframes textSlideUp {
  0% {
    -webkit-transform: translate3d(0, 120%, 0);
    transform: translate3d(0, 120%, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}
@keyframes textSlideUp {
  0% {
    -webkit-transform: translate3d(0, 120%, 0);
    transform: translate3d(0, 120%, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}
/* .-style
------------------------------------------------------------------- */
.-style .header-area {
  width: 100%;
  height: 718px;
  padding: 0;
  background: url("/assets/img/style/bg_top.svg") center 99px no-repeat #f4f3ed;
  background-size: 1203px auto;
  z-index: 0;
}
@media (max-width: 1024px) {
  .-style .header-area {
    height: 70.1171875vw;
    background-position: center 9.66796875vw;
    background-size: 117.48046875vw auto;
  }
}
@media (max-width: 767px) {
  .-style .header-area {
    width: 100vw;
    height: 189.8666666667vw;
    background: url("/assets/img/style/bg_top_sp.svg") center 41.0666666667vw no-repeat;
    background-size: 82.6666666667vw auto;
  }
}
.-style .header-area .ttl {
  width: 476px;
  height: 380px;
  margin: 0 auto;
  padding: 231px 0 0;
  font-size: 43px;
  text-align: center;
}
.-style .header-area .ttl::before {
  position: absolute;
  top: 193.5px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fa2828;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .-style .header-area .ttl {
    width: 46.484375vw;
    height: 37.109375vw;
    padding-top: 22.55859375vw;
    font-size: 4.19921875vw;
  }
  .-style .header-area .ttl::before {
    top: 18.896484375vw;
    width: 0.9765625vw;
    height: 0.9765625vw;
    border-radius: 0.48828125vw;
  }
}
@media (max-width: 767px) {
  .-style .header-area .ttl {
    width: 82.6666666667vw;
    height: 98.1333333333vw;
    padding-top: 43.2vw;
    font-size: 8.5333333333vw;
  }
  .-style .header-area .ttl::before {
    top: 37.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.-style .header-area .item {
  display: block;
  position: absolute;
  left: 50%;
  margin: 0 auto;
}
.-style .header-area .item.-i01 {
  width: 365px;
  height: 412px;
  background: url("/assets/img/style/img_01.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  top: 373px;
  width: 168px;
  height: 190px;
  margin-left: -148px;
  background-size: 168px auto;
  animation: style1 1s infinite ease-in-out 0.8s alternate;
}
@media (max-width: 1024px) {
  .-style .header-area .item.-i01 {
    top: 36.42578125vw;
    width: 16.40625vw;
    height: 18.5546875vw;
    margin-left: -14.453125vw;
    background-size: 16.40625vw auto;
  }
}
@media (max-width: 767px) {
  .-style .header-area .item.-i01 {
    /* stylelint-disable-next-line */
    width: 47.5880052151vw;
    /* stylelint-disable-next-line */
    height: 53.7157757497vw;
    background: url("/assets/img/style/img_01.png") center top no-repeat;
    background-size: 100% auto;
    font: 0/0 a;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    top: 90.9333333333vw;
    margin-left: -40.4vw;
  }
}
.-style .header-area .item.-i02 {
  width: 230px;
  height: 452px;
  background: url("/assets/img/style/img_02.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  top: 396px;
  width: 108px;
  height: 213px;
  margin-left: 26px;
  animation: style2 1.2s infinite ease-in-out 0.8s alternate;
}
@media (max-width: 1024px) {
  .-style .header-area .item.-i02 {
    top: 38.671875vw;
    width: 10.546875vw;
    height: 20.80078125vw;
    margin-left: 2.5390625vw;
  }
}
@media (max-width: 767px) {
  .-style .header-area .item.-i02 {
    /* stylelint-disable-next-line */
    width: 29.9869621904vw;
    /* stylelint-disable-next-line */
    height: 58.9308996089vw;
    background: url("/assets/img/style/img_02.png") center top no-repeat;
    background-size: 100% auto;
    font: 0/0 a;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    top: 97.8666666667vw;
    margin-left: 9.0666666667vw;
  }
}
.-style .contents-area {
  height: 2740px;
  background: url("/assets/img/style/bg_contents.svg") center 523px no-repeat #f4f3ed;
  background-size: 1203px auto;
}
@media (max-width: 1024px) {
  .-style .contents-area {
    height: 267.578125vw;
    background-position: center 51.07421875vw;
    background-size: 117.48046875vw auto;
  }
}
@media (max-width: 767px) {
  .-style .contents-area {
    height: auto;
    min-height: 303.7333333333vw;
    background: none;
  }
}
.en .-style .contents-area {
  height: auto;
}
.-style .cts-nav {
  width: 840px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .-style .cts-nav {
    width: 82.03125vw;
  }
}
@media (max-width: 767px) {
  .-style .cts-nav {
    width: 82.6666666667vw;
  }
}
.-style .cts-nav > .txt {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 1024px) {
  .-style .cts-nav > .txt {
    margin-bottom: 5.859375vw;
  }
}
@media (max-width: 767px) {
  .-style .cts-nav > .txt {
    margin-bottom: 15.4666666667vw;
    line-height: 1.8;
  }
}
.-style .cts-nav .nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 310px;
  height: 33px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .-style .cts-nav .nav {
    width: 30.2734375vw;
    height: 3.22265625vw;
  }
}
@media (max-width: 767px) {
  .-style .cts-nav .nav {
    width: 82.6666666667vw;
    height: 8.8vw;
  }
}
.-style .cts-nav .nav .btn {
  width: 149px;
  height: 33px;
  border-radius: 16px;
  background: #222;
  text-align: center;
}
.-style .cts-nav .nav .btn > a {
  color: #fff;
  padding: 0 28px 0 15px;
  border-radius: 16px;
}
.-style .cts-nav .nav .btn::after {
  position: absolute;
  top: 13px;
  right: 15px;
  content: "";
  width: 8px;
  height: 7px;
  background: url("/assets/img/style/ico_arrow.svg") 0 0 no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1024px) {
  .-style .cts-nav .nav .btn {
    width: 14.55078125vw;
    height: 3.22265625vw;
    border-radius: 1.5625vw;
  }
  .-style .cts-nav .nav .btn > a {
    padding: 0 2.734375vw 0 1.46484375vw;
    border-radius: 1.5625vw;
  }
  .-style .cts-nav .nav .btn::after {
    top: 1.26953125vw;
    right: 1.46484375vw;
    width: 0.78125vw;
    height: 0.68359375vw;
  }
}
@media (max-width: 767px) {
  .-style .cts-nav .nav .btn {
    width: 39.7333333333vw;
    height: 8.8vw;
    border-radius: 4.2666666667vw;
  }
  .-style .cts-nav .nav .btn > a {
    padding: 1.3333333333vw 4vw;
    border-radius: 4.2666666667vw;
  }
  .-style .cts-nav .nav .btn::after {
    top: 3.4666666667vw;
    right: 4vw;
    width: 2.1333333333vw;
    height: 1.8666666667vw;
  }
}
.-style .-sec01 {
  height: auto;
}
.-style .-sec01 .inner {
  width: 840px;
  margin: 0 auto;
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .-style .-sec01 .inner {
    width: 82.03125vw;
    padding-top: 7.8125vw;
  }
}
@media (max-width: 767px) {
  .-style .-sec01 .inner {
    width: 82.6666666667vw;
    padding-top: 16vw;
  }
}
.-style .-sec01 .ttl {
  width: 239px;
  height: 90px;
  background: url("/assets/img/style/ttl_sec01.svg") 0 0 no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto 60px;
}
@media (max-width: 1024px) {
  .-style .-sec01 .ttl {
    width: 23.33984375vw;
    height: 8.7890625vw;
    margin-bottom: 5.859375vw;
  }
}
@media (max-width: 767px) {
  .-style .-sec01 .ttl {
    width: 48vw;
    height: 19.7333333333vw;
    margin: 0 auto 10.6666666667vw;
  }
}
.-style .style-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.-style .style-list .list {
  width: 405px;
  min-height: 221px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 0 30px;
  padding: 30px;
}
@media (max-width: 1024px) {
  .-style .style-list .list {
    width: 39.55078125vw;
    min-height: 21.58203125vw;
    margin-bottom: 2.9296875vw;
    padding: 2.9296875vw;
    border-radius: 0.9765625vw;
  }
}
@media (max-width: 767px) {
  .-style .style-list .list {
    width: 82.6666666667vw;
    min-height: 51.4666666667vw;
    margin: 0 auto 2.6666666667vw;
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .-style .style-list .list:last-child {
    margin-bottom: 0;
  }
}
.-style .style-list .style {
  display: block;
}
.-style .style-list .style.-ttl {
  font-family: "Open Sans", sans-serif;
  min-height: 22px;
  line-height: 22px;
}
@media (max-width: 1024px) {
  .-style .style-list .style.-ttl {
    min-height: 2.1484375vw;
    line-height: 2.1484375vw;
  }
}
@media (max-width: 767px) {
  .-style .style-list .style.-ttl {
    min-height: 5.8666666667vw;
    line-height: 5.8666666667vw;
  }
}
.-style .style-list .style.-ttl .c-red {
  color: #fa2828;
}
.-style .style-list .style.-ttl strong {
  display: block;
  min-height: 31px;
  padding: 10px 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
  font-size: 18px;
  line-height: 31px;
}
@media (max-width: 1024px) {
  .-style .style-list .style.-ttl strong {
    min-height: 3.02734375vw;
    padding: 0.9765625vw 0;
    font-size: 1.7578125vw;
    line-height: 3.02734375vw;
  }
}
@media (max-width: 767px) {
  .-style .style-list .style.-ttl strong {
    min-height: 7.7333333333vw;
    padding: 1.3333333333vw 0;
    font-size: 4.8vw;
    line-height: 7.7333333333vw;
  }
}
.-style .style-list .style.-txt {
  text-align: left;
}
@media (max-width: 767px) {
  .-style .style-list .style.-txt {
    letter-spacing: 0.045em;
  }
}
.-style .-sec02 .inner {
  width: 840px;
  margin: 0 auto;
  padding: 70px 0 0;
}
@media (max-width: 1024px) {
  .-style .-sec02 .inner {
    width: 82.03125vw;
    padding-top: 6.8359375vw;
  }
}
@media (max-width: 767px) {
  .-style .-sec02 .inner {
    width: 82.6666666667vw;
    padding: 21.3333333333vw 0 29.3333333333vw;
  }
}
.en .-style .-sec02 .inner {
  padding-bottom: 140px;
}
@media (max-width: 1024px) {
  .en .-style .-sec02 .inner {
    padding-bottom: 13.671875vw;
  }
}
@media (max-width: 767px) {
  .en .-style .-sec02 .inner {
    padding-bottom: 32vw;
  }
}
.-style .-sec02 .ttl {
  width: 382px;
  height: 90px;
  background: url("/assets/img/style/ttl_sec02.svg") 0 0 no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto 60px;
}
@media (max-width: 1024px) {
  .-style .-sec02 .ttl {
    width: 37.3046875vw;
    height: 8.7890625vw;
    margin-bottom: 5.859375vw;
  }
}
@media (max-width: 767px) {
  .-style .-sec02 .ttl {
    width: 76.8vw;
    height: 19.7333333333vw;
    margin: 0 auto 10.6666666667vw;
  }
}
.-style .studio-list {
  width: 100%;
}
.-style .studio-list .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 220px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 0 30px;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .-style .studio-list .list {
    min-height: 21.484375vw;
    margin-bottom: 2.9296875vw;
    padding: 0 3.90625vw;
    border-radius: 0.9765625vw;
  }
}
@media (max-width: 767px) {
  .-style .studio-list .list {
    min-height: 108.2666666667vw;
    margin: 0 auto 2.6666666667vw;
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .-style .studio-list .list:last-child {
    margin-bottom: 0;
  }
}
.en .-style .studio-list .list:last-child {
  margin-bottom: 0;
}
.-style .studio-list .list > .pic {
  position: absolute;
  top: 0%;
  left: 0;
  width: 324px;
  height: 220px;
}
@media (max-width: 1024px) {
  .-style .studio-list .list > .pic {
    width: 31.640625vw;
    height: 21.484375vw;
  }
}
@media (max-width: 767px) {
  .-style .studio-list .list > .pic {
    position: relative;
    top: auto;
    left: auto;
    width: 72vw;
    height: 46.6666666667vw;
    margin: 0 auto 2.6666666667vw;
  }
}
.-style .studio-list .list.-s01 > .pic {
  background: url("/assets/img/style/pic_01.png") center top no-repeat;
  background-size: auto 100%;
}
.-style .studio-list .list.-s02 > .pic {
  background: url("/assets/img/style/pic_02.png") center top no-repeat;
  background-size: auto 100%;
  background-position: left center;
}
@media (max-width: 767px) {
  .-style .studio-list .list.-s02 > .pic {
    background-position: center top;
  }
}
.-style .studio-list .list.-s03 > .pic {
  background: url("/assets/img/style/pic_03.png") center top no-repeat;
  background-size: auto 100%;
}
.-style .studio-list .studio {
  display: block;
  width: 436px;
  margin-left: 324px;
}
@media (max-width: 1024px) {
  .-style .studio-list .studio {
    width: 42.578125vw;
    margin-left: 31.640625vw;
  }
}
@media (max-width: 767px) {
  .-style .studio-list .studio {
    width: 100%;
    margin: 0 auto;
  }
}
.-style .studio-list .studio.-ttl {
  font-family: "Open Sans", sans-serif;
  min-height: 22px;
  line-height: 22px;
}
@media (max-width: 1024px) {
  .-style .studio-list .studio.-ttl {
    min-height: 2.1484375vw;
    line-height: 2.1484375vw;
  }
}
@media (max-width: 767px) {
  .-style .studio-list .studio.-ttl {
    min-height: 5.8666666667vw;
    line-height: 5.8666666667vw;
  }
}
.-style .studio-list .studio.-ttl .c-red {
  color: #fa2828;
}
.-style .studio-list .studio.-ttl strong {
  display: block;
  min-height: 31px;
  padding: 0 0 15px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
  font-size: 18px;
  line-height: 31px;
}
@media (max-width: 1024px) {
  .-style .studio-list .studio.-ttl strong {
    min-height: 3.02734375vw;
    padding-bottom: 1.46484375vw;
    font-size: 1.7578125vw;
    line-height: 3.02734375vw;
  }
}
@media (max-width: 767px) {
  .-style .studio-list .studio.-ttl strong {
    min-height: 7.7333333333vw;
    padding: 1.3333333333vw 0;
    font-size: 4.8vw;
    line-height: 7.7333333333vw;
  }
}
.-style .studio-list .studio.-txt {
  text-align: left;
}
/* .-game
------------------------------------------------------------------- */
.-game .header-area {
  width: 100%;
  height: 700px;
  padding: 0;
  background: url("/assets/img/game/bg_top.svg") center 99px no-repeat #f4f3ed;
  background-size: 1203px auto;
  z-index: 0;
}
@media (max-width: 1024px) {
  .-game .header-area {
    height: 68.359375vw;
    background-size: 117.48046875vw auto;
  }
}
@media (max-width: 767px) {
  .-game .header-area {
    width: 100vw;
    height: 173.3333333333vw;
    background: url("/assets/img/game/bg_top_sp.svg") center 41.0666666667vw no-repeat;
    background-size: 82.6666666667vw auto;
  }
}
.-game .header-area .ttl {
  width: 476px;
  height: 356px;
  margin: 0 auto;
  padding: 231px 0 0;
  font-size: 43px;
  text-align: center;
}
.-game .header-area .ttl::before {
  position: absolute;
  top: 193.5px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fa2828;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .-game .header-area .ttl {
    width: 46.484375vw;
    height: 34.765625vw;
    padding-top: 22.55859375vw;
    font-size: 4.19921875vw;
  }
  .-game .header-area .ttl::before {
    top: 18.896484375vw;
    width: 0.9765625vw;
    height: 0.9765625vw;
    border-radius: 0.48828125vw;
  }
}
@media (max-width: 767px) {
  .-game .header-area .ttl {
    width: 82.6666666667vw;
    height: 98.1333333333vw;
    padding-top: 52.5333333333vw;
    font-size: 8.5333333333vw;
  }
  .-game .header-area .ttl::before {
    top: 44.5333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.-game .header-area .img {
  display: block;
  position: absolute;
  top: 356px;
  left: 50%;
  width: 200px;
  height: 258px;
  margin-left: -100px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .-game .header-area .img {
    top: 34.765625vw;
    width: 19.53125vw;
    height: 25.1953125vw;
    margin-left: -9.765625vw;
  }
}
@media (max-width: 767px) {
  .-game .header-area .img {
    top: 94.4vw;
    width: 49.6vw;
    height: 64vw;
    margin-left: -24.2666666667vw;
  }
}
.-game .header-area .item {
  display: block;
  margin: 0 auto;
}
.-game .header-area .item.-i01 {
  position: relative;
  top: 60%;
  width: 254px;
  height: 516px;
  background: url("/assets/img/game/img_01.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 127px;
  height: 258px;
  animation: game-top 14s infinite cubic-bezier(0.23, 1, 0.32, 1) 1s;
}
@media (max-width: 1024px) {
  .-game .header-area .item.-i01 {
    width: 12.40234375vw;
    height: 25.1953125vw;
  }
}
@media (max-width: 767px) {
  .-game .header-area .item.-i01 {
    width: 31.4666666667vw;
    height: 64vw;
    margin: 0 0 0 6.6666666667vw;
  }
}
.-game .header-area .item.-i02 {
  position: absolute;
  top: 573px;
  left: 50%;
  width: 400px;
  height: 102px;
  background: url("/assets/img/game/img_02.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 200px;
  height: 51px;
  margin-left: -100px;
}
@media (max-width: 1024px) {
  .-game .header-area .item.-i02 {
    top: 55.95703125vw;
    width: 19.53125vw;
    height: 4.98046875vw;
    margin-left: -9.765625vw;
  }
}
@media (max-width: 767px) {
  .-game .header-area .item.-i02 {
    top: 148.2666666667vw;
    width: 49.6vw;
    height: 12.5333333333vw;
    margin-left: -24.2666666667vw;
  }
}
@keyframes game-top {
  0%, 100% {
    transform: translate(0, 0) rotate(-2deg);
  }
  2% {
    transform: translate(0, 0%) rotate(2deg);
  }
  4% {
    transform: translate(0, 0%) rotate(-2deg);
  }
  6% {
    transform: translate(0, 0%) rotate(2deg);
  }
  8% {
    transform: translate(0, 0%) rotate(-2deg);
  }
  10% {
    transform: translate(0, -5%) rotate(2deg);
  }
  12% {
    transform: translate(0, -10%) rotate(-2deg);
  }
  14% {
    transform: translate(0, -15%) rotate(2deg);
  }
  16% {
    transform: translate(0, -20%) rotate(-2deg);
  }
  18% {
    transform: translate(0, -25%) rotate(2deg);
  }
  20% {
    transform: translate(0, -30%) rotate(-2deg);
  }
  22% {
    transform: translate(0, -35%) rotate(2deg);
  }
  24% {
    transform: translate(0, -40%) rotate(-2deg);
  }
  26% {
    transform: translate(0, -45%) rotate(2deg);
  }
  28% {
    transform: translate(0, -50%) rotate(-2deg);
  }
  30% {
    transform: translate(0, -55%) rotate(2deg);
  }
  32% {
    transform: translate(0, -60%) rotate(-2deg);
  }
  34% {
    transform: translate(0, -60%) rotate(2deg);
  }
  36% {
    transform: translate(0, -60%) rotate(-2deg);
  }
  38% {
    transform: translate(0, -60%) rotate(2deg);
  }
  40% {
    transform: translate(0, -60%) rotate(-2deg);
  }
  42% {
    transform: translate(0, -55%) rotate(2deg);
  }
  44% {
    transform: translate(0, -50%) rotate(-2deg);
  }
  46% {
    transform: translate(0, -45%) rotate(2deg);
  }
  48% {
    transform: translate(0, -40%) rotate(-2deg);
  }
  50% {
    transform: translate(0, -35%) rotate(2deg);
  }
  52% {
    transform: translate(0, -30%) rotate(-2deg);
  }
  54% {
    transform: translate(0, -25%) rotate(2deg);
  }
  56% {
    transform: translate(0, -20%) rotate(-2deg);
  }
  58% {
    transform: translate(0, -15%) rotate(2deg);
  }
  60% {
    transform: translate(0, -10%) rotate(-2deg);
  }
  62% {
    transform: translate(0, -5%) rotate(2deg);
  }
  64% {
    transform: translate(0, 0%) rotate(-2deg);
  }
  66% {
    transform: translate(0, 5%) rotate(2deg);
  }
  68% {
    transform: translate(0, 10%) rotate(-2deg);
  }
  70% {
    transform: translate(0, 15%) rotate(2deg);
  }
  72% {
    transform: translate(0, 20%) rotate(-2deg);
  }
  74% {
    transform: translate(0, 25%) rotate(2deg);
  }
  76% {
    transform: translate(0, 30%) rotate(-2deg);
  }
  78% {
    transform: translate(0, 35%) rotate(2deg);
  }
  80% {
    transform: translate(0, 40%) rotate(-2deg);
  }
  82% {
    transform: translate(0, 40%) rotate(2deg);
  }
  84% {
    transform: translate(0, 40%) rotate(-2deg);
  }
  86% {
    transform: translate(0, 40%) rotate(2deg);
  }
  88% {
    transform: translate(0, 40%) rotate(-2deg);
  }
  90% {
    transform: translate(0, -10%) rotate(2deg);
  }
  92% {
    transform: translate(0, 5%) rotate(-2deg);
  }
  94% {
    transform: translate(0, 0%) rotate(2deg);
  }
  96% {
    transform: translate(0, 0%) rotate(-2deg);
  }
  98% {
    transform: translate(0, 0%) rotate(2deg);
  }
}
.-game .contents-area {
  min-height: 2405px;
}
@media (max-width: 1024px) {
  .-game .contents-area {
    min-height: 234.86328125vw;
  }
}
@media (max-width: 767px) {
  .-game .contents-area {
    min-height: 574.9333333333vw;
  }
}
.-game .-sec01 {
  min-height: 2405px;
  background-image: url("/assets/img/game/bg_sec01.svg"), url("/assets/img/game/bg_sec01.svg");
  background-position: center 657px, center 1604px;
  background-size: 1203px auto;
}
@media (max-width: 1024px) {
  .-game .-sec01 {
    min-height: 234.86328125vw;
    background-position: center 64.16015625vw, center 156.640625vw;
    background-size: 117.48046875vw auto;
  }
}
@media (max-width: 767px) {
  .-game .-sec01 {
    min-height: auto;
    background: none;
  }
}
.-game .-sec01 .inner {
  width: 100%;
  margin: 0 auto;
  padding-top: 14px;
}
@media (max-width: 1024px) {
  .-game .-sec01 .inner {
    padding-top: 1.3671875vw;
  }
}
@media (max-width: 767px) {
  .-game .-sec01 .inner {
    padding-top: 0;
  }
}
.-game .-sec01 .ttl.-slideup {
  width: 840px;
  height: 44px;
  margin: 0 auto 13px;
  padding: 4px 0 0 32px;
}
@media (max-width: 1024px) {
  .-game .-sec01 .ttl.-slideup {
    width: 82.03125vw;
    height: 4.296875vw;
    margin-bottom: 1.26953125vw;
    padding: 0.390625vw 0 0 3.125vw;
  }
}
@media (max-width: 767px) {
  .-game .-sec01 .ttl.-slideup {
    width: 53.3333333333vw;
    height: 36vw;
    margin: 0 auto;
    padding: 26.6666666667vw 0 1.0666666667vw;
  }
  .-game .-sec01 .ttl.-slideup > span:first-child::after {
    transform: translate(15.7333333333vw, 0);
  }
}
.-game .-sec01 .subttl {
  width: 840px;
  height: 31px;
  margin: 0 auto 70px;
  padding-left: 35px;
}
@media (max-width: 1024px) {
  .-game .-sec01 .subttl {
    width: 82.03125vw;
    height: 3.02734375vw;
    margin: 0 auto 6.8359375vw;
    padding-left: 3.41796875vw;
  }
}
@media (max-width: 767px) {
  .-game .-sec01 .subttl {
    width: 82.6666666667vw;
    height: 14.1333333333vw;
    margin: 0 auto 8vw;
    padding: 6.4vw 0 0;
  }
}
.-game .-sec01 .txt {
  width: 840px;
  margin: 0 auto 50px;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .-game .-sec01 .txt {
    width: 82.03125vw;
    margin: 0 auto 4.8828125vw;
  }
}
@media (max-width: 767px) {
  .-game .-sec01 .txt {
    width: 82.6666666667vw;
    margin: 0 auto 8vw;
    line-height: 1.8;
  }
}
.-game .game-list {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .-game .game-list {
    line-height: 1.8;
  }
}
.-game .game-list .list {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 421px;
  margin: 0 auto;
  padding: 120px 0;
  text-align: left;
}
@media (max-width: 1024px) {
  .-game .game-list .list {
    min-height: 41.11328125vw;
    padding: 11.71875vw 0;
  }
}
@media (max-width: 767px) {
  .-game .game-list .list {
    min-height: 97.3333333333vw;
    padding: 16vw 0;
  }
}
.-game .game-list .list .info {
  position: absolute;
  top: 120px;
  left: 50%;
  width: 140px;
  margin-left: -358px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .-game .game-list .list .info {
    top: 11.71875vw;
    width: 13.671875vw;
    margin-left: -34.9609375vw;
  }
}
@media (max-width: 767px) {
  .-game .game-list .list .info {
    top: auto;
    width: 26.1333333333vw;
    margin-left: -41.4666666667vw;
  }
}
.-game .game-list .list .info img {
  display: block;
  width: 100%;
  height: 140px;
}
@media (max-width: 1024px) {
  .-game .game-list .list .info img {
    height: 13.671875vw;
  }
}
@media (max-width: 767px) {
  .-game .game-list .list .info img {
    height: 26.1333333333vw;
  }
}
.-game .game-list .list .info .more {
  display: block;
  width: 44px;
  height: 21px;
  margin: 20px auto 0;
  background: url("/assets/img/game/ico_more.svg") right 2px no-repeat;
  background-size: 11px auto;
  border-bottom: 2px solid #222;
  color: #222;
  font-size: 11px;
  line-height: 18px;
}
@media (max-width: 1024px) {
  .-game .game-list .list .info .more {
    width: 4.296875vw;
    height: 2.05078125vw;
    margin: 1.953125vw auto 0;
    background-size: 1.07421875vw auto;
    background-position: right 0.1953125vw;
    border-bottom: 0.1953125vw solid #222;
    font-size: 1.07421875vw;
    line-height: 1.7578125vw;
  }
}
@media (max-width: 767px) {
  .-game .game-list .list .info .more {
    width: 11.7333333333vw;
    height: 5.6vw;
    margin: 2.6666666667vw auto 0;
    background-size: 2.9333333333vw auto;
    background-position: right 0.6666666667vw;
    border-bottom: 0.5333333333vw solid #222;
    font-size: 2.9333333333vw;
    line-height: 4.8vw;
  }
}
.-game .game-list .list .dl-btn {
  position: relative;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  width: 468px;
  margin-bottom: 28px;
  margin-left: -110px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .-game .game-list .list .dl-btn {
    width: 45.703125vw;
    margin-bottom: 2.734375vw;
    margin-left: -10.7421875vw;
  }
}
@media (max-width: 767px) {
  .-game .game-list .list .dl-btn {
    flex-direction: column;
    margin-bottom: 5.3333333333vw;
    margin-left: -10.2666666667vw;
  }
  .en .-game .game-list .list .dl-btn {
    height: 26.1333333333vw;
  }
  .en .-game .game-list .list .dl-btn .btn {
    width: 52.8vw;
  }
}
.-game .game-list .list .game {
  position: relative;
  left: 50%;
  margin-left: -110px;
  z-index: 2;
}
.-game .game-list .list .game.-ttl {
  width: 476px;
  height: 22px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.-game .game-list .list .game.-txt {
  width: 476px;
}
.-game .game-list .list .game.-txt > strong {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}
.-game .game-list .list .game.-txt span {
  display: inline-block;
  font-size: 11px;
  line-height: 1.65;
}
@media (max-width: 1024px) {
  .-game .game-list .list .game {
    margin-left: -10.7421875vw;
  }
  .-game .game-list .list .game.-ttl {
    width: 46.484375vw;
    height: 2.1484375vw;
    margin-bottom: 0.48828125vw;
    font-size: 1.5625vw;
  }
  .-game .game-list .list .game.-txt {
    width: 46.484375vw;
  }
  .-game .game-list .list .game.-txt > strong {
    margin-bottom: 0.48828125vw;
  }
  .-game .game-list .list .game.-txt span {
    font-size: 1.07421875vw;
  }
}
@media (max-width: 767px) {
  .-game .game-list .list .game {
    margin-left: -41.4666666667vw;
  }
  .-game .game-list .list .game.-ttl {
    width: 82.6666666667vw;
    height: auto;
    margin-bottom: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .en .-game .game-list .list .game.-ttl {
    min-height: 5.8666666667vw;
  }
  .-game .game-list .list .game.-txt {
    width: 82.6666666667vw;
    line-height: 1.6;
  }
  .-game .game-list .list .game.-txt > strong {
    margin-bottom: 0;
    line-height: 1.8;
  }
  .en .-game .game-list .list .game.-txt > strong {
    padding-bottom: 1.3333333333vw;
  }
  .-game .game-list .list .game.-txt span {
    font-size: 2.9333333333vw;
  }
}
.-game .game-list .list::before {
  position: absolute;
  top: -1px;
  left: 50%;
  content: "";
  width: 840px;
  height: 1px;
  background-color: #fff;
  margin-left: -420px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .-game .game-list .list::before {
    width: 82.03125vw;
    margin-left: -41.015625vw;
  }
}
@media (max-width: 767px) {
  .-game .game-list .list::before {
    width: 100vw;
    left: 0;
    margin: 0 auto;
  }
}
.-game .game-list .list.-on::before {
  display: none;
}
.-game .game-list .list::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/img/game/bg_game.png") center top no-repeat;
  background-size: cover;
  transform: translate(-50%, -50%);
  transition: all 0.7s;
}
@media (max-width: 767px) {
  .-game .game-list .list::after {
    background: url("/assets/img/game/bg_game_sp.png") center top no-repeat;
    background-size: cover;
  }
}
.-game .game-list .list.-on::after {
  opacity: 1;
  z-index: 1;
}
.-game .-sec02 {
  background-color: #fa2828;
}
.-game .-sec02 .inner {
  width: 840px;
  margin: 0 auto;
  padding-top: 96px;
}
@media (max-width: 1024px) {
  .-game .-sec02 .inner {
    width: 82.03125vw;
    padding-top: 9.375vw;
  }
}
@media (max-width: 767px) {
  .-game .-sec02 .inner {
    width: 82.6666666667vw;
    padding-top: 0;
  }
}
.-game .-sec02 .ttl.-slideup {
  width: 445px;
  height: 44px;
  margin: 0 0 13px;
  padding: 4px 0 0 32px;
}
.-game .-sec02 .ttl.-slideup > span:first-child::after {
  background-image: url("/assets/img/common/ico_02_w.svg");
}
@media (max-width: 1024px) {
  .-game .-sec02 .ttl.-slideup {
    width: 43.45703125vw;
    height: 4.296875vw;
    margin-bottom: 1.26953125vw;
    padding: 0.390625vw 0 0 3.125vw;
  }
}
@media (max-width: 767px) {
  .-game .-sec02 .ttl.-slideup {
    width: 82.6666666667vw;
    height: 41.6vw;
    margin: 0 auto;
    padding: 32.2666666667vw 0 1.0666666667vw;
  }
  .-game .-sec02 .ttl.-slideup > span:first-child::after {
    transform: translate(28.2666666667vw, 0);
  }
}
.-game .-sec02 .subttl {
  width: 445px;
  height: 31px;
  margin: 0 0 55px;
  padding-left: 35px;
}
@media (max-width: 1024px) {
  .-game .-sec02 .subttl {
    width: 43.45703125vw;
    height: 3.02734375vw;
    margin-bottom: 5.37109375vw;
    padding-left: 3.41796875vw;
  }
}
@media (max-width: 767px) {
  .-game .-sec02 .subttl {
    width: 53.3333333333vw;
    height: 21.8666666667vw;
    margin: 0 auto 10.6666666667vw;
    padding: 6.4vw 0 0;
  }
}
.-game .history-area {
  display: flex;
  flex-wrap: wrap;
  width: 770px;
  min-height: 895px;
  padding-bottom: 158px;
}
@media (max-width: 1024px) {
  .-game .history-area {
    width: 75.1953125vw;
    min-height: 87.40234375vw;
    padding-bottom: 15.4296875vw;
  }
}
@media (max-width: 767px) {
  .-game .history-area {
    width: 82.6666666667vw;
    min-height: 228vw;
    padding-bottom: 29.0666666667vw;
  }
}
.-game .history-area .dt,
.-game .history-area .dd {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 90px;
  padding: 15px 0;
  color: #fff;
  text-align: left;
  z-index: 0;
}
@media (max-width: 1024px) {
  .-game .history-area .dt,
  .-game .history-area .dd {
    min-height: 8.7890625vw;
    padding: 1.46484375vw 0;
  }
}
@media (max-width: 767px) {
  .-game .history-area .dt,
  .-game .history-area .dd {
    min-height: 16vw;
    padding: 4vw 0;
  }
}
.-game .history-area .dt {
  width: 181px;
  font-size: 50px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
  line-height: 1.2;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}
@media (max-width: 1024px) {
  .-game .history-area .dt {
    width: 17.67578125vw;
    font-size: 4.8828125vw;
  }
}
@media (max-width: 767px) {
  .-game .history-area .dt {
    width: 14.1333333333vw;
    font-size: 5.3333333333vw;
    align-items: flex-start;
  }
}
.-game .history-area .dd {
  width: 589px;
  min-height: 22px;
  padding-left: 89px;
  text-indent: -48px;
  line-height: 1.7;
}
.-game .history-area .dd .mm {
  width: 21px;
  margin-right: 30px;
  height: 100%;
}
.-game .history-area .dd::before {
  position: absolute;
  bottom: 0;
  left: 2px;
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}
.-game .history-area .dd ul::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 4px;
  background-color: #fff;
}
.-game .history-area .dd::after {
  position: absolute;
  top: 0;
  left: 3.5px;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.-game .history-area .dd:last-child::after {
  height: 50%;
}
@media (max-width: 1024px) {
  .-game .history-area .dd {
    width: 57.51953125vw;
    min-height: 2.1484375vw;
    padding-left: 8.69140625vw;
    text-indent: -4.6875vw;
  }
  .-game .history-area .dd .mm {
    width: 2.05078125vw;
    margin-right: 2.9296875vw;
  }
  .-game .history-area .dd::before {
    left: 0.1953125vw;
  }
  .-game .history-area .dd ul::before {
    width: 0.78125vw;
    height: 0.78125vw;
    margin-top: -0.390625vw;
    border-radius: 0.390625vw;
  }
  .-game .history-area .dd::after {
    left: 0.341796875vw;
  }
}
@media (max-width: 767px) {
  .-game .history-area .dd {
    width: 68.5333333333vw;
    min-height: 6.1333333333vw;
    font-size: 3.4666666667vw;
    padding: 4vw 0 4vw 16vw;
    text-indent: -8.2666666667vw;
  }
  .-game .history-area .dd .mm {
    width: 5.6vw;
    margin-right: 2.6666666667vw;
  }
  .-game .history-area .dd.-single {
    padding-top: 2.6666666667vw;
  }
  .-game .history-area .dd::before {
    left: 0.5333333333vw;
  }
  .-game .history-area .dd ul::before {
    top: 7.2vw;
    left: 2.6666666667vw;
    width: 1.6vw;
    height: 1.6vw;
    margin-top: -0.8vw;
    border-radius: 0.8vw;
  }
  .-game .history-area .dd::after {
    left: 3.3333333333vw;
  }
  .-game .history-area .dd:last-child::after {
    height: 7.2vw;
  }
}
.-game .history-area .dt:first-child + .dd::after {
  top: 50%;
}
@media (max-width: 767px) {
  .-game .history-area .dt:first-child + .dd::after {
    top: 7.2vw;
  }
}
/* .-about
------------------------------------------------------------------- */
.-about .header-area {
  width: 100%;
  height: 700px;
  padding: 0;
  background: url("/assets/img/about/bg_top.svg") center 99px no-repeat #f4f3ed;
  background-size: 1203px auto;
  z-index: 0;
}
@media (max-width: 1024px) {
  .-about .header-area {
    height: 68.359375vw;
    background-size: 117.48046875vw auto;
    background-position: center 9.66796875vw;
  }
}
@media (max-width: 767px) {
  .-about .header-area {
    width: 100vw;
    height: 173.3333333333vw;
    background: url("/assets/img/about/bg_top_sp.svg") center 41.0666666667vw no-repeat;
    background-size: 82.6666666667vw auto;
  }
}
.-about .header-area .ttl {
  width: 476px;
  height: 350px;
  margin: 0 auto;
  padding: 231px 0 0;
  font-size: 43px;
  text-align: center;
}
.-about .header-area .ttl::before {
  position: absolute;
  top: 193.5px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fa2828;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .-about .header-area .ttl {
    width: 46.484375vw;
    height: 34.1796875vw;
    padding-top: 22.55859375vw;
    font-size: 4.19921875vw;
  }
  .-about .header-area .ttl::before {
    top: 18.896484375vw;
    width: 0.9765625vw;
    height: 0.9765625vw;
    border-radius: 0.48828125vw;
  }
}
@media (max-width: 767px) {
  .-about .header-area .ttl {
    width: 82.6666666667vw;
    height: 98.1333333333vw;
    padding-top: 52.5333333333vw;
    font-size: 8.5333333333vw;
  }
  .-about .header-area .ttl::before {
    top: 44.5333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.-about .header-area .item {
  display: block;
  position: absolute;
  left: 50%;
}
.-about .header-area .item.-i01 {
  top: 344px;
  /* stylelint-disable-next-line */
  width: 252px;
  /* stylelint-disable-next-line */
  height: 247px;
}
@media (max-width: 1024px) {
  .-about .header-area .item.-i01 {
    /* stylelint-disable-next-line */
    width: 24.609375vw;
    /* stylelint-disable-next-line */
    height: 24.12109375vw;
  }
}
@media (max-width: 767px) {
  .-about .header-area .item.-i01 {
    /* stylelint-disable-next-line */
    width: 65.7105606258vw;
    /* stylelint-disable-next-line */
    height: 64.406779661vw;
  }
}
.-about .header-area .item.-i01 {
  background: url("/assets/img/about/img_01.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: -42px;
  animation: about1 2s infinite linear alternate;
  transform-origin: left top;
}
@media (max-width: 1024px) {
  .-about .header-area .item.-i01 {
    top: 33.59375vw;
    margin-left: -4.1015625vw;
  }
}
@media (max-width: 767px) {
  .-about .header-area .item.-i01 {
    top: 83.2vw;
    width: 72.9866666667vw;
    height: 71.6vw;
    margin-left: -10.5333333333vw;
  }
}
.-about .header-area .item.-i02 {
  top: 379px;
  /* stylelint-disable-next-line */
  width: 101px;
  /* stylelint-disable-next-line */
  height: 162.5px;
}
@media (max-width: 1024px) {
  .-about .header-area .item.-i02 {
    /* stylelint-disable-next-line */
    width: 9.86328125vw;
    /* stylelint-disable-next-line */
    height: 15.869140625vw;
  }
}
@media (max-width: 767px) {
  .-about .header-area .item.-i02 {
    /* stylelint-disable-next-line */
    width: 26.3363754889vw;
    /* stylelint-disable-next-line */
    height: 42.3728813559vw;
  }
}
.-about .header-area .item.-i02 {
  background: url("/assets/img/about/img_02.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 133px;
  animation: about2 2.5s infinite linear alternate;
  transform-origin: left top;
}
@media (max-width: 1024px) {
  .-about .header-area .item.-i02 {
    top: 37.01171875vw;
    margin-left: 12.98828125vw;
  }
}
@media (max-width: 767px) {
  .-about .header-area .item.-i02 {
    width: 29.2vw;
    height: 47.0133333333vw;
    top: 92vw;
    margin-left: 39.8666666667vw;
  }
}
@keyframes about1 {
  0%, 100% {
    transform: rotate(43deg);
  }
  50% {
    transform: rotate(42deg);
  }
}
@keyframes about2 {
  0%, 100% {
    transform: translate(6%, 0%) rotate(43deg);
  }
  50% {
    transform: translate(-14%, 0%) rotate(43deg);
  }
}
.-about .contents-area {
  background-image: url("/assets/img/about/bg_about.svg"), url("/assets/img/about/bg_about.svg");
  background-position: center 332px, center 1904px;
  background-size: 1203px auto;
}
@media (max-width: 1024px) {
  .-about .contents-area {
    background-position: center 32.421875vw, center 185.9375vw;
    background-size: 117.48046875vw auto;
  }
}
@media (max-width: 767px) {
  .-about .contents-area {
    background: none;
  }
}
.en .-about .contents-area {
  background-position: center 332px, center 1866px;
}
@media (max-width: 1024px) {
  .en .-about .contents-area {
    background-position: center 32.421875vw, center 182.2265625vw;
  }
}
.-about .-sec01 {
  padding-bottom: 110px;
}
@media (max-width: 1024px) {
  .-about .-sec01 {
    padding-bottom: 10.7421875vw;
  }
}
@media (max-width: 767px) {
  .-about .-sec01 {
    height: auto;
    min-height: 190.4vw;
    padding-bottom: 21.3333333333vw;
  }
}
.-about .-sec01 .inner {
  width: 840px;
  margin: 0 auto;
  padding-top: 14px;
}
@media (max-width: 1024px) {
  .-about .-sec01 .inner {
    width: 82.03125vw;
    padding-top: 1.3671875vw;
  }
}
@media (max-width: 767px) {
  .-about .-sec01 .inner {
    width: 82.6666666667vw;
    padding-top: 0;
  }
}
.-about .-sec01 .ttl.-slideup {
  width: 840px;
  height: 44px;
  margin: 0 auto 13px;
  padding: 4px 0 0 32px;
}
@media (max-width: 1024px) {
  .-about .-sec01 .ttl.-slideup {
    width: 82.03125vw;
    height: 4.296875vw;
    margin-bottom: 1.26953125vw;
    padding: 0.390625vw 0 0 3.125vw;
  }
}
@media (max-width: 767px) {
  .-about .-sec01 .ttl.-slideup {
    width: 82.6666666667vw;
    height: 36vw;
    margin: 0 auto;
    padding: 26.6666666667vw 0 1.0666666667vw;
  }
  .-about .-sec01 .ttl.-slideup > span:first-child::after {
    transform: translate(20.8vw, 0);
  }
}
.-about .-sec01 .subttl {
  width: 840px;
  height: 31px;
  margin: 0 auto 70px;
  padding-left: 35px;
}
@media (max-width: 1024px) {
  .-about .-sec01 .subttl {
    width: 82.03125vw;
    height: 3.02734375vw;
    margin-bottom: 6.8359375vw;
    padding-left: 3.41796875vw;
  }
}
@media (max-width: 767px) {
  .-about .-sec01 .subttl {
    width: 82.6666666667vw;
    height: 14.1333333333vw;
    margin: 0 auto 8vw;
    padding: 6.4vw 0 0;
  }
}
.-about .-sec01 .profile-list {
  width: 100%;
}
@media (max-width: 767px) {
  .-about .-sec01 .profile-list {
    width: 82.9333333333vw;
  }
  .en .-about .-sec01 .profile-list {
    width: 85.3333333333vw;
  }
}
.-about .-sec01 .profile-list .profile {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
@media (max-width: 767px) {
  .-about .-sec01 .profile-list .profile {
    flex-direction: column;
  }
}
.-about .-sec01 .profile-list .dt,
.-about .-sec01 .profile-list .dd {
  position: relative;
  display: flex;
  min-height: 22px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .-about .-sec01 .profile-list .dt,
  .-about .-sec01 .profile-list .dd {
    min-height: 2.1484375vw;
    margin-bottom: 3.90625vw;
  }
}
@media (max-width: 767px) {
  .-about .-sec01 .profile-list .dt,
  .-about .-sec01 .profile-list .dd {
    min-height: 6.1333333333vw;
    margin-bottom: 0.8vw;
    line-height: 1.8;
  }
}
.-about .-sec01 .profile-list .dt:last-child,
.-about .-sec01 .profile-list .dd:last-child {
  margin-bottom: 0;
}
.-about .-sec01 .profile-list .dt {
  width: 220px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .-about .-sec01 .profile-list .dt {
    width: 21.484375vw;
  }
}
@media (max-width: 767px) {
  .-about .-sec01 .profile-list .dt {
    width: 100%;
  }
}
.-about .-sec01 .profile-list .dd {
  display: block;
  width: 620px;
}
@media (max-width: 1024px) {
  .-about .-sec01 .profile-list .dd {
    width: 60.546875vw;
  }
}
@media (max-width: 767px) {
  .-about .-sec01 .profile-list .dd {
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }
}
.-about .-sec01 .profile-list .dd a {
  display: inline-block;
  height: 22px;
  margin-bottom: 10px;
  color: #222;
  text-decoration: underline;
}
.-about .-sec01 .profile-list .dd a:hover {
  color: #919191;
}
.-about .-sec01 .profile-list .dd a.nolink {
  pointer-events: none;
  text-decoration: none;
}
.-about .-sec01 .profile-list .dd a.nolink:hover {
  color: #222;
}
.-about .-sec01 .profile-list .dd a > .move {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 5px;
  text-decoration: none;
  background: url("/assets/img/game/ico_more.svg") 0 0 no-repeat;
  background-size: 11px auto;
}
@media (max-width: 1024px) {
  .-about .-sec01 .profile-list .dd a {
    height: 2.1484375vw;
    margin-bottom: 0.9765625vw;
  }
  .-about .-sec01 .profile-list .dd a > .move {
    width: 1.07421875vw;
    height: 1.07421875vw;
    margin-left: 0.48828125vw;
    background-size: 1.07421875vw auto;
  }
}
@media (max-width: 767px) {
  .-about .-sec01 .profile-list .dd a {
    width: auto;
    height: auto;
    min-height: 5.8666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .-about .-sec01 .profile-list .dd a > .move {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    margin-left: 0;
    background-size: 2.9333333333vw auto;
  }
}
.-about .-sec01 .profile-list .dd a.nolink {
  pointer-events: none;
  padding: 0;
  background: none;
  text-decoration: none;
}
.-about .-sec02 {
  background-color: #fa2828;
  height: 654px;
}
@media (max-width: 1024px) {
  .-about .-sec02 {
    height: 63.8671875vw;
  }
}
@media (max-width: 767px) {
  .-about .-sec02 {
    height: 225.8666666667vw;
  }
}
.-about .-sec02 .inner {
  position: relative;
  width: 840px;
  margin: 0 auto;
  padding-top: 96px;
}
@media (max-width: 1024px) {
  .-about .-sec02 .inner {
    width: 82.03125vw;
    padding-top: 9.375vw;
  }
}
@media (max-width: 767px) {
  .-about .-sec02 .inner {
    width: 82.6666666667vw;
    padding: 0 0 21.3333333333vw;
  }
}
.-about .-sec02 .ttl.-slideup {
  width: 840px;
  height: 44px;
  margin: 0 auto 13px;
  padding: 4px 0 0 32px;
}
.-about .-sec02 .ttl.-slideup > span:first-child::after {
  background-image: url("/assets/img/common/ico_02_w.svg");
}
@media (max-width: 1024px) {
  .-about .-sec02 .ttl.-slideup {
    width: 82.03125vw;
    height: 4.296875vw;
    margin-bottom: 1.26953125vw;
    padding: 0.390625vw 0 0 3.125vw;
  }
}
@media (max-width: 767px) {
  .-about .-sec02 .ttl.-slideup {
    width: 53.3333333333vw;
    height: 41.6vw;
    margin: 0 auto;
    padding: 32.2666666667vw 0 1.0666666667vw;
  }
  .-about .-sec02 .ttl.-slideup > span:first-child::after {
    transform: translate(17.3333333333vw, 0);
  }
}
.en .-about .-sec02 .ttl.-slideup {
  margin-bottom: 114px;
}
@media (max-width: 1024px) {
  .en .-about .-sec02 .ttl.-slideup {
    margin-bottom: 11.1328125vw;
  }
}
@media (max-width: 767px) {
  .en .-about .-sec02 .ttl.-slideup {
    margin-bottom: 8vw;
  }
}
.-about .-sec02 .subttl {
  width: 840px;
  height: 31px;
  margin: 0 auto 70px;
  padding-left: 35px;
}
@media (max-width: 1024px) {
  .-about .-sec02 .subttl {
    width: 82.03125vw;
    height: 3.02734375vw;
    margin-bottom: 6.8359375vw;
    padding-left: 3.41796875vw;
  }
}
@media (max-width: 767px) {
  .-about .-sec02 .subttl {
    width: 82.6666666667vw;
    height: 14.1333333333vw;
    margin: 0 auto 8vw;
    padding: 6.4vw 0 0;
  }
}
.-about .-sec02 .txt {
  width: 400px;
  color: #fff;
}
.-about .-sec02 .txt.-list {
  padding-top: 35px;
}
.-about .-sec02 .txt.-list span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 1024px) {
  .-about .-sec02 .txt {
    width: 39.0625vw;
  }
  .-about .-sec02 .txt.-list {
    padding-top: 3.41796875vw;
  }
}
@media (max-width: 767px) {
  .-about .-sec02 .txt {
    width: 82.6666666667vw;
    line-height: 1.8;
  }
  .-about .-sec02 .txt.-list {
    padding-top: 2.6666666667vw;
  }
  .en .-about .-sec02 .txt {
    width: 85.3333333333vw;
  }
  .en .-about .-sec02 .txt.-list {
    width: 82.6666666667vw;
    padding-left: 2.6666666667vw;
  }
  .en .-about .-sec02 .txt.-list span {
    text-indent: -1.5em;
  }
}
.-about .-sec02 .map {
  position: absolute;
  top: 254px;
  left: 440px;
  width: 400px;
  height: 300px;
}
@media (max-width: 1024px) {
  .-about .-sec02 .map {
    top: 24.8046875vw;
    left: 42.96875vw;
    width: 39.0625vw;
    height: 29.296875vw;
  }
}
@media (max-width: 767px) {
  .-about .-sec02 .map {
    position: relative;
    top: auto;
    left: 0;
    margin-top: 8vw;
    width: 82.6666666667vw;
    height: 67.7333333333vw;
  }
}
.-about .-sec03 {
  min-height: 832px;
}
@media (max-width: 1024px) {
  .-about .-sec03 {
    min-height: 81.25vw;
  }
}
@media (max-width: 767px) {
  .-about .-sec03 {
    min-height: 356.2666666667vw;
  }
}
.-about .-sec03 .inner {
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 96px 0 100px;
}
@media (max-width: 1024px) {
  .-about .-sec03 .inner {
    width: 78.125vw;
    padding: 9.375vw 0 9.765625vw;
  }
}
@media (max-width: 767px) {
  .-about .-sec03 .inner {
    width: 82.6666666667vw;
    padding: 0 0 21.3333333333vw;
  }
}
.-about .-sec03 .ttl.-slideup {
  width: 840px;
  height: 44px;
  margin: 0 auto 13px;
  padding: 4px 0 0 32px;
}
.-about .-sec03 .ttl.-slideup > span:first-child::after {
  background-image: url("/assets/img/common/ico_03.svg");
}
@media (max-width: 1024px) {
  .-about .-sec03 .ttl.-slideup {
    width: 82.03125vw;
    height: 4.296875vw;
    margin-bottom: 1.26953125vw;
  }
}
@media (max-width: 767px) {
  .-about .-sec03 .ttl.-slideup {
    width: 82.6666666667vw;
    height: 41.6vw;
    margin: 0 auto;
    padding: 32.2666666667vw 0 1.0666666667vw;
  }
  .-about .-sec03 .ttl.-slideup > span:first-child::after {
    transform: translate(22.6666666667vw, 0);
  }
}
.en .-about .-sec03 .ttl.-slideup {
  margin-bottom: 114px;
}
@media (max-width: 1024px) {
  .en .-about .-sec03 .ttl.-slideup {
    margin-bottom: 11.1328125vw;
  }
}
@media (max-width: 767px) {
  .en .-about .-sec03 .ttl.-slideup {
    margin-bottom: 8vw;
  }
}
.-about .-sec03 .subttl {
  width: 840px;
  height: 31px;
  margin: 0 auto 70px;
  padding-left: 35px;
}
@media (max-width: 1024px) {
  .-about .-sec03 .subttl {
    width: 82.03125vw;
    height: 3.02734375vw;
    margin-bottom: 6.8359375vw;
    padding-left: 3.41796875vw;
  }
}
@media (max-width: 767px) {
  .-about .-sec03 .subttl {
    width: 82.6666666667vw;
    height: 14.1333333333vw;
    margin: 0 auto 8vw;
    padding: 6.4vw 0 0;
  }
}
.-about .-sec03 .txt {
  width: 500px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .-about .-sec03 .txt {
    width: 48.828125vw;
    margin-bottom: 0.9765625vw;
  }
}
@media (max-width: 767px) {
  .-about .-sec03 .txt {
    width: 82.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .en .-about .-sec03 .txt {
    width: 85.3333333333vw;
  }
}
.-about .-sec03 .txt.-photo {
  position: absolute;
  top: 254px;
  right: 0;
  width: 230px;
  height: 284px;
  text-align: center;
}
@media (max-width: 1024px) {
  .-about .-sec03 .txt.-photo {
    top: 24.8046875vw;
    width: 22.4609375vw;
    height: 27.734375vw;
  }
}
@media (max-width: 767px) {
  .-about .-sec03 .txt.-photo {
    position: relative;
    top: auto;
    right: auto;
    width: 53.3333333333vw;
    height: 68.2666666667vw;
    margin: 8vw auto 0;
  }
}
.-about .-sec03 .txt .pic {
  display: block;
  width: 230px;
  height: 230px;
  margin-bottom: 10px;
  background: url("/assets/img/about/img_sec03.png") center top no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1024px) {
  .-about .-sec03 .txt .pic {
    width: 22.4609375vw;
    height: 22.4609375vw;
    margin-bottom: 0.9765625vw;
  }
}
@media (max-width: 767px) {
  .-about .-sec03 .txt .pic {
    width: 53.3333333333vw;
    height: 53.3333333333vw;
    margin: 0 auto 2.6666666667vw;
    border-radius: 26.6666666667vw;
  }
}
.-about .-sec04 {
  background-color: #fa2828;
  min-height: 1975px;
}
@media (max-width: 1024px) {
  .-about .-sec04 {
    min-height: 192.87109375vw;
  }
}
@media (max-width: 767px) {
  .-about .-sec04 {
    min-height: 613.3333333333vw;
  }
}
.-about .-sec04 .inner {
  width: 800px;
  margin: 0 auto;
  padding: 96px 0 0;
}
@media (max-width: 1024px) {
  .-about .-sec04 .inner {
    width: 78.125vw;
    padding-top: 9.375vw;
  }
}
@media (max-width: 767px) {
  .-about .-sec04 .inner {
    width: 82.6666666667vw;
    padding: 0 0 29.0666666667vw;
  }
}
.-about .-sec04 .ttl.-slideup {
  width: 840px;
  height: 44px;
  margin: 0 auto 13px;
  padding: 4px 0 0 32px;
}
.-about .-sec04 .ttl.-slideup > span:first-child::after {
  background-image: url("/assets/img/common/ico_04_w.svg");
}
@media (max-width: 1024px) {
  .-about .-sec04 .ttl.-slideup {
    width: 82.03125vw;
    height: 4.296875vw;
    margin-bottom: 1.26953125vw;
    padding: 0.390625vw 0 0 3.125vw;
  }
}
@media (max-width: 767px) {
  .-about .-sec04 .ttl.-slideup {
    width: 82.6666666667vw;
    height: 41.6vw;
    margin: 0 auto;
    padding: 32.2666666667vw 0 1.0666666667vw;
  }
  .-about .-sec04 .ttl.-slideup > span:first-child::after {
    transform: translate(20.8vw, 0);
  }
}
.en .-about .-sec04 .ttl.-slideup {
  margin-bottom: 114px;
}
@media (max-width: 1024px) {
  .en .-about .-sec04 .ttl.-slideup {
    margin-bottom: 10.15625vw;
  }
}
@media (max-width: 767px) {
  .en .-about .-sec04 .ttl.-slideup {
    margin-bottom: 5.3333333333vw;
  }
}
.-about .-sec04 .subttl {
  width: 840px;
  height: 31px;
  margin: 0 auto 55px;
  padding-left: 35px;
}
@media (max-width: 1024px) {
  .-about .-sec04 .subttl {
    width: 82.03125vw;
    height: 3.02734375vw;
    margin-bottom: 5.37109375vw;
    padding-left: 3.41796875vw;
  }
}
@media (max-width: 767px) {
  .-about .-sec04 .subttl {
    width: 82.6666666667vw;
    height: 14.1333333333vw;
    margin: 0 auto 8vw;
    padding: 6.4vw 0 0;
  }
}
.-about .history-area {
  display: flex;
  flex-wrap: wrap;
  width: 770px;
  padding-bottom: 158px;
}
@media (max-width: 1024px) {
  .-about .history-area {
    width: 75.1953125vw;
    padding-bottom: 15.4296875vw;
  }
}
@media (max-width: 767px) {
  .-about .history-area {
    width: 82.6666666667vw;
    min-height: 228vw;
    padding-bottom: 0;
  }
}
.-about .history-area .dt,
.-about .history-area .dd {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 90px;
  padding: 15px 0;
  color: #fff;
  text-align: left;
  z-index: 0;
}
@media (max-width: 1024px) {
  .-about .history-area .dt,
  .-about .history-area .dd {
    min-height: 8.7890625vw;
    padding: 1.46484375vw 0;
  }
}
@media (max-width: 767px) {
  .-about .history-area .dt,
  .-about .history-area .dd {
    min-height: 20vw;
    padding: 4vw 0;
  }
}
.-about .history-area .dt {
  width: 181px;
  font-size: 50px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
  line-height: 1.2;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}
@media (max-width: 1024px) {
  .-about .history-area .dt {
    width: 17.67578125vw;
    font-size: 4.8828125vw;
  }
}
@media (max-width: 767px) {
  .-about .history-area .dt {
    width: 14.1333333333vw;
    font-size: 5.3333333333vw;
    align-items: flex-start;
  }
}
.-about .history-area .dd {
  width: 589px;
  min-height: 22px;
  padding-left: 89px;
  text-indent: -48px;
  line-height: 1.7;
}
.-about .history-area .dd .mm {
  width: 21px;
  margin-right: 30px;
  height: 100%;
}
.-about .history-area .dd::before {
  position: absolute;
  bottom: 0;
  left: 2px;
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}
.-about .history-area .dd ul::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 4px;
  background-color: #fff;
}
.-about .history-area .dd::after {
  position: absolute;
  top: 0;
  left: 3.5px;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.-about .history-area .dd:last-child::after {
  height: 50%;
}
@media (max-width: 1024px) {
  .-about .history-area .dd {
    width: 57.51953125vw;
    min-height: 2.1484375vw;
    padding-left: 8.69140625vw;
    text-indent: -4.6875vw;
  }
  .-about .history-area .dd .mm {
    width: 2.05078125vw;
    margin-right: 2.9296875vw;
  }
  .-about .history-area .dd::before {
    left: 0.1953125vw;
  }
  .-about .history-area .dd ul::before {
    width: 0.78125vw;
    height: 0.78125vw;
    margin-top: -0.390625vw;
    border-radius: 0.390625vw;
  }
  .-about .history-area .dd::after {
    left: 0.341796875vw;
  }
}
@media (max-width: 767px) {
  .-about .history-area .dd {
    width: 68.5333333333vw;
    min-height: 6.1333333333vw;
    font-size: 3.4666666667vw;
    padding: 4vw 0 4vw 16vw;
    text-indent: -8.2666666667vw;
  }
  .-about .history-area .dd .mm {
    width: 5.6vw;
    margin-right: 2.6666666667vw;
  }
  .-about .history-area .dd::before {
    left: 0.5333333333vw;
  }
  .-about .history-area .dd ul::before {
    top: 7.2vw;
    left: 2.6666666667vw;
    width: 1.6vw;
    height: 1.6vw;
    margin-top: -0.8vw;
    border-radius: 0.8vw;
  }
  .-about .history-area .dd::after {
    position: absolute;
    top: 0;
    left: 3.3333333333vw;
  }
  .-about .history-area .dd:last-child::after {
    height: 7.2vw;
  }
}
.-about .history-area .dt:first-child + .dd::after {
  top: 50%;
}
@media (max-width: 767px) {
  .-about .history-area .dt:first-child + .dd::after {
    top: 7.2vw;
  }
}
/* .-news
------------------------------------------------------------------- */
.-news .header-area {
  width: 100%;
  height: 293px;
  padding: 0;
  background: url("/assets/img/news/bg_top.svg") center 60px no-repeat #f4f3ed;
  background-size: 1203px auto;
  z-index: 0;
}
@media (max-width: 1024px) {
  .-news .header-area {
    height: 28.61328125vw;
    background-position: center 5.859375vw;
    background-size: 117.48046875vw;
  }
}
@media (max-width: 767px) {
  .-news .header-area {
    width: 100vw;
    height: 61.6vw;
    background: url("/assets/img/news/bg_top_sp.svg") center 27.2vw no-repeat;
    background-size: 82.6666666667vw auto;
  }
}
.-news .header-area .ttl {
  width: 476px;
  height: 191px;
  margin: 0 auto;
  padding: 118px 0 0;
  font-size: 43px;
  text-align: center;
}
@media (max-width: 1024px) {
  .-news .header-area .ttl {
    width: 46.484375vw;
    height: 18.65234375vw;
    padding-top: 11.5234375vw;
    font-size: 4.19921875vw;
  }
}
@media (max-width: 767px) {
  .-news .header-area .ttl {
    width: 82.6666666667vw;
    height: 48.2666666667vw;
    padding-top: 33.8666666667vw;
    font-size: 8.5333333333vw;
  }
}
.-news .-sec01 {
  padding-bottom: 158px;
}
@media (max-width: 1024px) {
  .-news .-sec01 {
    padding-bottom: 15.4296875vw;
  }
}
@media (max-width: 767px) {
  .-news .-sec01 {
    padding-bottom: 34.4vw;
  }
}
.-news .-sec01 .inner {
  width: 840px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .-news .-sec01 .inner {
    width: 65%;
    max-width: 840px;
  }
}
@media (max-width: 1024px) {
  .-news .-sec01 .inner {
    width: 82.03125vw;
    max-width: 840px;
  }
}
@media (max-width: 767px) {
  .-news .-sec01 .inner {
    width: 82.6666666667vw;
    margin: 0 auto;
  }
}
.-news .-sec01 .category {
  display: flex;
  justify-content: center;
  height: 26px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .-news .-sec01 .category {
    height: 2.5390625vw;
    margin-bottom: 9.765625vw;
  }
}
@media (max-width: 767px) {
  .-news .-sec01 .category {
    display: block;
    justify-content: flex-start;
    height: auto;
    margin: 0 auto 13.8666666667vw;
    text-align: left;
  }
}
.-news .-sec01 .category .dt {
  margin-right: 30px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-family: "Hiragino Sans", Meiryo, sans-serif;
}
@media (max-width: 1024px) {
  .-news .-sec01 .category .dt {
    margin-right: 2.9296875vw;
    font-size: 1.3671875vw;
  }
}
@media (max-width: 767px) {
  .-news .-sec01 .category .dt {
    height: 6.6666666667vw;
    margin: 0 auto 1.6vw;
    font-size: 3.7333333333vw;
    text-align: center;
  }
}
.-news .-sec01 .category dd {
  margin-right: 10px;
}
.-news .-sec01 .category dd:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .-news .-sec01 .category dd {
    margin-right: 0.9765625vw;
  }
}
@media (max-width: 767px) {
  .-news .-sec01 .category dd {
    margin: 0 2.6666666667vw 3.2vw 0;
  }
  .-news .-sec01 .category dd:last-child {
    margin-bottom: 0;
  }
}
.-news .-sec01 .category .tag {
  display: inline-block;
  background: #222;
  color: #fff;
  border-radius: 5px;
  height: 26px;
  min-width: 60px;
  border: 1px solid #222;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.1s;
}
@media (max-width: 1024px) {
  .-news .-sec01 .category .tag {
    border-radius: 0.48828125vw;
    height: 2.5390625vw;
    min-width: 5.859375vw;
    font-size: 1.26953125vw;
  }
}
@media screen and (max-width: 767px) {
  .-news .-sec01 .category .tag {
    border-radius: 1.3333333333vw;
    height: 7.2vw;
    min-width: 16.5333333333vw;
    font-size: 3.4666666667vw;
  }
}
.-news .-sec01 .category .tag.-all {
  padding: 1px 10px;
}
@media (max-width: 1024px) {
  .-news .-sec01 .category .tag.-all {
    padding: 0.09765625vw 0.9765625vw;
  }
}
@media screen and (max-width: 767px) {
  .-news .-sec01 .category .tag.-all {
    padding: 0.2666666667vw 2.6666666667vw;
  }
}
.-news .-sec01 .category .tag.-actv {
  padding: 1px 10px;
  cursor: default;
}
@media (max-width: 1024px) {
  .-news .-sec01 .category .tag.-actv {
    padding: 0.09765625vw 0.9765625vw;
  }
}
@media screen and (max-width: 767px) {
  .-news .-sec01 .category .tag.-actv {
    padding: 0.2666666667vw 2.6666666667vw;
  }
}
.-news .-sec01 .category .tag.-actv a {
  padding: 0;
}
.-news .-sec01 .category .tag a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1px 10px;
  border-radius: 5px;
  color: #fff;
}
@media (max-width: 1024px) {
  .-news .-sec01 .category .tag a {
    padding: 0.09765625vw 0.9765625vw;
    border-radius: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .-news .-sec01 .category .tag a {
    padding: 0.2666666667vw 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.-news .-sec01 .category .tag:hover, .-news .-sec01 .category .tag.-actv {
  background: transparent;
  color: #222;
}
.-news .-sec01 .category .tag:hover a, .-news .-sec01 .category .tag.-actv a {
  color: #222;
}
.-news .-sec01 .category .tag.-recruit {
  border-color: #fa2828;
  background-color: #fa2828;
}
.-news .-sec01 .category .tag.-recruit:hover, .-news .-sec01 .category .tag.-recruit.-actv {
  background: transparent;
  color: #fa2828;
}
.-news .-sec01 .category .tag.-recruit:hover a, .-news .-sec01 .category .tag.-recruit.-actv a {
  color: #fa2828;
}
@media (max-width: 767px) {
  .-news .-sec01 .no-data {
    margin: 0 auto 5.3333333333vw;
  }
}
.-news .-sec01 .news-paging {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .-news .-sec01 .news-paging {
    padding-top: 9.765625vw;
  }
}
@media screen and (max-width: 767px) {
  .-news .-sec01 .news-paging {
    position: relative;
    margin-left: -8.6666666667vw;
    width: 100vw;
    padding-top: 10.6666666667vw;
  }
}
.-news .-sec01 .news-paging .paging {
  display: flex;
  justify-content: center;
}
.-news .-sec01 .news-paging .page {
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 14px;
  line-height: 35px;
  letter-spacing: 0;
  text-align: center;
  transition: all 0.1s;
}
@media (max-width: 1024px) {
  .-news .-sec01 .news-paging .page {
    width: 3.41796875vw;
    height: 3.41796875vw;
    margin: 0 0.48828125vw;
    font-size: 1.3671875vw;
    line-height: 3.41796875vw;
  }
}
@media screen and (max-width: 767px) {
  .-news .-sec01 .news-paging .page {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    margin: 0 1.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 9.3333333333vw;
  }
}
.-news .-sec01 .news-paging .page a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #222;
  text-align: center;
}
.-news .-sec01 .news-paging .page.-on {
  background-color: #fa2828;
}
.-news .-sec01 .news-paging .page.-on > a {
  color: #fff;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .-news .-sec01 .news-paging .page:hover {
    background-color: #fa2828;
  }
  .-news .-sec01 .news-paging .page:hover > a {
    color: #fff;
  }
}
.-news .-sec01 .news-paging .prev,
.-news .-sec01 .news-paging .next {
  display: inline-block;
  width: 38px;
  height: 35px;
  margin-right: 10px;
  background: url("/assets/img/news/ico_prev.svg") 10px 11px no-repeat;
  background-size: auto 14px;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .-news .-sec01 .news-paging .prev,
  .-news .-sec01 .news-paging .next {
    width: 3.7109375vw;
    height: 3.41796875vw;
    margin-right: 0.9765625vw;
    background-position: 0.9765625vw 1.07421875vw;
    background-size: auto 1.3671875vw;
  }
}
@media screen and (max-width: 767px) {
  .-news .-sec01 .news-paging .prev,
  .-news .-sec01 .news-paging .next {
    width: 10.1333333333vw;
    height: 9.3333333333vw;
    margin-right: 2.6666666667vw;
    background-position: 2.6666666667vw 2.9333333333vw;
    background-size: auto 3.7333333333vw;
  }
}
.-news .-sec01 .news-paging .prev > a,
.-news .-sec01 .news-paging .next > a {
  display: block;
  width: 100%;
  height: 100%;
}
.-news .-sec01 .news-paging .prev.-disabled a,
.-news .-sec01 .news-paging .next.-disabled a {
  pointer-events: none;
}
.-news .-sec01 .news-paging .next {
  margin: 0 0 0 10px;
  background: url("/assets/img/news/ico_next.svg") 16px 11px no-repeat;
}
@media (max-width: 1024px) {
  .-news .-sec01 .news-paging .next {
    margin: 0 0 0 0.9765625vw;
    background-position: 1.5625vw 1.07421875vw;
  }
}
@media screen and (max-width: 767px) {
  .-news .-sec01 .news-paging .next {
    margin: 0 0 0 2.6666666667vw;
    background-position: 4.2666666667vw 2.9333333333vw;
  }
}
/* .-press(現コーポレートから移植)
------------------------------------------------------------------- */
.pa-wrap.-press .inner {
  width: 840px;
  margin: 0 auto;
  padding: 100px 0 158px;
  text-align: left;
}
@media (max-width: 1300px) {
  .pa-wrap.-press .inner {
    width: 65%;
    max-width: 840px;
  }
}
@media (max-width: 1024px) {
  .pa-wrap.-press .inner {
    width: 82.03125vw;
    padding: 9.765625vw 0 15.4296875vw;
  }
}
@media (max-width: 767px) {
  .pa-wrap.-press .inner {
    width: 82.6666666667vw;
    margin: 0 auto;
    padding: 26.6666666667vw 0 34.6666666667vw;
  }
}
.pa-wrap.-press .inner.-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  min-height: 100vh;
  text-align: center;
}
.pa-wrap.-press h2 {
  line-height: 2.5rem;
  padding: 0 0 1.25rem;
  font-size: 1.625rem;
  color: #494949;
}
@media (max-width: 1024px) {
  .pa-wrap.-press h2 {
    padding: 3.125vw 0 1.953125vw;
    font-size: 2.1484375vw;
    line-height: 2.9296875vw;
  }
}
@media (max-width: 767px) {
  .pa-wrap.-press h2 {
    padding: 0 0 3.4666666667vw;
    font-size: 5.3333333333vw;
    line-height: 6.9333333333vw;
  }
}
.pa-wrap.-press .press__date {
  line-height: 2rem;
  padding: 0 0 2.5rem;
  font-size: 0.875em;
  color: #a0a0a0;
}
@media (max-width: 1024px) {
  .pa-wrap.-press .press__date {
    padding: 0 0 3.125vw;
    font-size: 1.42890625vw;
  }
}
@media (max-width: 767px) {
  .pa-wrap.-press .press__date {
    padding: 0 0 6.9333333333vw;
    font-size: 3.4666666667vw;
  }
}
.pa-wrap.-press .inner__tab {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .pa-wrap.-press .inner__tab {
    margin: 0;
  }
}
.pa-wrap.-press .press__title {
  position: relative;
  padding: 2.5rem 0;
  height: 3.75rem;
  background-image: none;
  overflow: hidden;
  font-family: "texgyreadventorbold", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.pa-wrap.-press .press__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -72rem;
  width: 112rem;
  height: 100%;
}
@media (max-width: 1024px) {
  .pa-wrap.-press .press__title {
    padding: 3.125vw 0;
    background-size: auto 6.625rem;
    background-position: -32rem 50%;
  }
}
@media (max-width: 767px) {
  .pa-wrap.-press .press__title {
    padding: 6.9333333333vw 0;
  }
}
.pa-wrap.-press .press__title span {
  color: #fff;
  display: block;
  position: relative;
  font-size: 3.75rem;
}
@media (max-width: 1024px) {
  .pa-wrap.-press .press__title span {
    font-size: 4.1015625vw;
  }
}
@media (max-width: 767px) {
  .pa-wrap.-press .press__title span {
    font-size: 9.6vw;
  }
}
.pa-wrap.-press .press__txt {
  color: #292929;
  line-height: 1.5rem;
  font-size: 0.875rem;
}
@media (max-width: 1024px) {
  .pa-wrap.-press .press__txt {
    line-height: 2.24609375vw;
    font-size: 1.46484375vw;
  }
}
@media (max-width: 767px) {
  .pa-wrap.-press .press__txt {
    line-height: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.pa-wrap.-press .press__txt a {
  color: #292929;
}
.pa-wrap.-press .press__txt a:hover {
  color: #00adef;
}
.pa-wrap.-press .press__txt1 {
  color: #a0a0a0;
  line-height: 1.5rem;
  font-size: 0.875rem;
}
@media (max-width: 1024px) {
  .pa-wrap.-press .press__txt1 {
    line-height: 2.24609375vw;
    font-size: 1.46484375vw;
  }
}
@media (max-width: 767px) {
  .pa-wrap.-press .press__txt1 {
    line-height: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.pa-wrap.-press .press__txt1 a {
  color: #a0a0a0;
}
.pa-wrap.-press .press__txt1 a:hover {
  color: #fa2828;
}
.pa-wrap.-press .press__sections {
  width: 100%;
  color: #292929;
  line-height: 1.5rem;
  font-size: 0.875rem;
  text-align: left;
  padding: 40px;
  margin-bottom: 100px;
  background-color: #fff;
  border-radius: 10px;
}
.pa-wrap.-press .press__sections [style*="font-size: large"],
.pa-wrap.-press .press__sections [style*="font-size:large"] {
  font-size: 18px !important;
}
.pa-wrap.-press .press__sections [style*="font-size: medium"],
.pa-wrap.-press .press__sections [style*="font-size:medium"] {
  font-size: 16px !important;
}
.pa-wrap.-press .press__sections [style*="font-size: small"],
.pa-wrap.-press .press__sections [style*="font-size:small"] {
  font-size: 13px !important;
}
@media (max-width: 1024px) {
  .pa-wrap.-press .press__sections {
    line-height: 2.24609375vw;
    font-size: 1.46484375vw;
    padding: 3.90625vw;
    margin-bottom: 9.765625vw;
    border-radius: 0.9765625vw;
  }
  .pa-wrap.-press .press__sections [style*="font-size: large"],
  .pa-wrap.-press .press__sections [style*="font-size:large"] {
    font-size: 1.7578125vw !important;
  }
  .pa-wrap.-press .press__sections [style*="font-size: medium"],
  .pa-wrap.-press .press__sections [style*="font-size:medium"] {
    font-size: 1.5625vw !important;
  }
  .pa-wrap.-press .press__sections [style*="font-size: small"],
  .pa-wrap.-press .press__sections [style*="font-size:small"] {
    font-size: 1.26953125vw !important;
  }
}
@media (max-width: 767px) {
  .pa-wrap.-press .press__sections {
    line-height: 5.3333333333vw;
    font-size: 3.4666666667vw;
    padding: 7.2vw;
    margin-bottom: 10.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .pa-wrap.-press .press__sections [style*="font-size: large"],
  .pa-wrap.-press .press__sections [style*="font-size:large"] {
    font-size: 4.8vw !important;
  }
  .pa-wrap.-press .press__sections [style*="font-size: medium"],
  .pa-wrap.-press .press__sections [style*="font-size:medium"] {
    font-size: 4.2666666667vw !important;
  }
  .pa-wrap.-press .press__sections [style*="font-size: small"],
  .pa-wrap.-press .press__sections [style*="font-size:small"] {
    font-size: 3.4666666667vw !important;
  }
}
.pa-wrap.-press .press__sections a {
  color: #292929;
  word-wrap: break-word;
  word-break: break-all;
}
.pa-wrap.-press .press__sections a:hover {
  color: #00adef;
}
.pa-wrap.-press .press__sections p {
  margin-bottom: 1.75rem;
}
.pa-wrap.-press .press__sections p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .pa-wrap.-press .press__sections p {
    margin-bottom: 1.953125vw;
  }
}
@media (max-width: 767px) {
  .pa-wrap.-press .press__sections p {
    margin-bottom: 4.2666666667vw;
  }
}
.pa-wrap.-press .press__sections strong {
  font-weight: bold;
}
@media (max-width: 1024px) {
  .pa-wrap.-press .press__sections img {
    width: 100%;
    height: auto;
  }
}
.pa-wrap.-press .press__img {
  padding-top: 20px;
  text-align: center;
}
.pa-wrap.-press .press__img img {
  width: 100%;
  max-width: 840px;
}
.pa-wrap.-press .press__img span {
  display: block;
  text-align: left;
  color: #a0a0a0;
}
.pa-wrap.-press .press__img span a {
  color: #a0a0a0;
}
.pa-wrap.-press .press__img span a:hover {
  color: #fa2828;
}
@media (max-width: 1024px) {
  .pa-wrap.-press .press__img {
    padding-top: 1.953125vw;
  }
}
@media (max-width: 767px) {
  .pa-wrap.-press .press__img {
    padding-top: 5.3333333333vw;
  }
}
.pa-wrap.-press .press__btn {
  margin: 0 auto;
}
.pa-wrap.-press .press__tab {
  zoom: 1;
}
.pa-wrap.-press .press__tab:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pa-wrap.-press .press__tab li {
  width: 50%;
  height: 3.25rem;
  line-height: 3.25rem;
  box-sizing: border-box;
  float: left;
  vertical-align: top;
  color: #fa2828;
  font-size: 0.875rem;
}
@media (max-width: 1024px) {
  .pa-wrap.-press .press__tab li {
    font-size: 1.46484375vw;
    height: 3.90625vw;
    line-height: 3.90625vw;
  }
}
@media (max-width: 767px) {
  .pa-wrap.-press .press__tab li {
    height: 9.6vw;
    line-height: 9.6vw;
    font-size: 3.4666666667vw;
  }
}
.pa-wrap.-press .press__tab li a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fa2828;
  background-color: #fff;
  border: 0.063rem solid #fa2828;
  border-top: 0rem;
}
.pa-wrap.-press .press__tab li a:hover {
  color: #fff;
  background-color: #fa2828;
}
.pa-wrap.-press .press__tab li.on a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #fa2828;
  border: 0.063rem solid #fa2828;
  border-top: 0rem;
}
.pa-wrap.-press .press__tab li.on a:hover {
  color: #fff;
  background-color: #fa2828;
}
.pa-wrap.-press .press__tab__cont {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .pa-wrap.-press .press__tab__cont {
    margin: 0 2.5390625vw;
  }
}
@media (max-width: 767px) {
  .pa-wrap.-press .press__tab__cont {
    margin: 0 6.4vw;
  }
}
.pa-wrap.-press .press__tab__cont ul {
  padding: 0.75rem 0 3.25rem;
}
@media (max-width: 1024px) {
  .pa-wrap.-press .press__tab__cont ul {
    padding: 1.171875vw 0 4.296875vw;
  }
}
@media (max-width: 767px) {
  .pa-wrap.-press .press__tab__cont ul {
    padding: 2.6666666667vw 0 9.6vw;
  }
}
.pa-wrap.-press .press__tab__cont ul li {
  color: #292929;
  line-height: 1.5rem;
  font-size: 0.875rem;
  border-bottom: 0.0625rem solid #c8c8c8;
  padding: 1.75rem 0;
}
@media (max-width: 1024px) {
  .pa-wrap.-press .press__tab__cont ul li {
    line-height: 2.1484375vw;
    font-size: 1.46484375vw;
    padding: 1.953125vw 0;
  }
}
@media (max-width: 767px) {
  .pa-wrap.-press .press__tab__cont ul li {
    line-height: 5.3333333333vw;
    font-size: 3.4666666667vw;
    padding: 4.2666666667vw 0;
  }
}
.pa-wrap.-press .press__tab__cont ul li a {
  color: #292929;
  text-decoration: none;
}
.pa-wrap.-press .press__tab__cont ul li a span {
  color: #a0a0a0;
  display: inline-block;
  padding-left: 1.25rem;
}
@media (max-width: 1024px) {
  .pa-wrap.-press .press__tab__cont ul li a span {
    display: block;
    padding-left: 0;
    line-height: 2.24609375vw;
    font-size: 1.46484375vw;
  }
}
.pa-wrap.-press .press__tab__cont ul li:last-child {
  border-bottom: 0rem;
}
.pa-wrap.-press .srisedit table {
  display: table;
}
.pa-wrap.-press .srisedit tbody {
  display: table-row-group;
}
.pa-wrap.-press .srisedit tr {
  display: table-row;
}
.pa-wrap.-press .srisedit td,
.pa-wrap.-press .srisedit th {
  display: table-cell;
  vertical-align: middle;
  padding-right: 25px;
}
.pa-wrap.-press .srisedit td:last-child,
.pa-wrap.-press .srisedit th:last-child {
  padding-right: 0;
}
@media (max-width: 1024px) {
  .pa-wrap.-press .srisedit table,
  .pa-wrap.-press .srisedit tbody,
  .pa-wrap.-press .srisedit tr,
  .pa-wrap.-press .srisedit td,
  .pa-wrap.-press .srisedit th {
    display: block;
  }
  .pa-wrap.-press .srisedit td,
  .pa-wrap.-press .srisedit th {
    padding-right: 0;
  }
}
.pa-wrap.-press .srisedit img {
  max-width: 100%;
  height: auto !important;
}
/*
.-privacy
.-security
.-social      共通
------------------------------------------------------------------- */
.revision.-row {
  display: flex;
}
.revision.-sig {
  display: block;
  text-align: left;
}
.-tar {
  text-align: right !important;
}
.-tac {
  text-align: center !important;
}
.-tal {
  text-align: left !important;
}
.-privacy .header-area,
.-security .header-area,
.-social .header-area {
  width: 100%;
  height: 270px;
  padding: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .-privacy .header-area,
  .-security .header-area,
  .-social .header-area {
    height: 26.3671875vw;
  }
}
@media (max-width: 767px) {
  .-privacy .header-area,
  .-security .header-area,
  .-social .header-area {
    width: 100vw;
    height: 69.3333333333vw;
  }
}
.-privacy .header-area .ttl,
.-security .header-area .ttl,
.-social .header-area .ttl {
  margin: 0 auto;
  padding: 140px 0 0;
  font-size: 25px;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 1024px) {
  .-privacy .header-area .ttl,
  .-security .header-area .ttl,
  .-social .header-area .ttl {
    padding-top: 13.671875vw;
    font-size: 2.44140625vw;
  }
}
@media (max-width: 767px) {
  .-privacy .header-area .ttl,
  .-security .header-area .ttl,
  .-social .header-area .ttl {
    padding: 48vw 0 0;
    font-size: 6.6666666667vw;
  }
}
.-privacy .sec > .inner,
.-security .sec > .inner,
.-social .sec > .inner {
  position: relative;
  width: 840px;
  margin: 0 auto 170px;
}
@media (max-width: 1024px) {
  .-privacy .sec > .inner,
  .-security .sec > .inner,
  .-social .sec > .inner {
    width: 82.03125vw;
    margin-bottom: 16.6015625vw;
  }
}
@media all and (max-width: 767px) {
  .-privacy .sec > .inner,
  .-security .sec > .inner,
  .-social .sec > .inner {
    width: 82.6666666667vw;
    margin: 0 auto 37.3333333333vw;
  }
}
.-privacy .sec-ttl-arrow,
.-security .sec-ttl-arrow,
.-social .sec-ttl-arrow {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .-privacy .sec-ttl-arrow,
  .-security .sec-ttl-arrow,
  .-social .sec-ttl-arrow {
    font-size: 1.46484375vw;
    margin-bottom: 0.9765625vw;
  }
}
@media all and (max-width: 767px) {
  .-privacy .sec-ttl-arrow,
  .-security .sec-ttl-arrow,
  .-social .sec-ttl-arrow {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
  }
}
.en .-privacy .sec-ttl-arrow,
.en .-security .sec-ttl-arrow,
.en .-social .sec-ttl-arrow {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.-privacy .sec-ttl-arrow::before,
.-security .sec-ttl-arrow::before,
.-social .sec-ttl-arrow::before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fa2828;
  margin-right: 6px;
}
.en .-privacy .sec-ttl-arrow::before,
.en .-security .sec-ttl-arrow::before,
.en .-social .sec-ttl-arrow::before {
  margin-right: 4px;
}
@media (max-width: 1024px) {
  .-privacy .sec-ttl-arrow::before,
  .-security .sec-ttl-arrow::before,
  .-social .sec-ttl-arrow::before {
    border-width: 0.48828125vw 0 0.48828125vw 0.78125vw;
    margin-right: 0.5859375vw;
  }
  .en .-privacy .sec-ttl-arrow::before,
  .en .-security .sec-ttl-arrow::before,
  .en .-social .sec-ttl-arrow::before {
    margin-right: 0.390625vw;
  }
}
@media all and (max-width: 767px) {
  .-privacy .sec-ttl-arrow::before,
  .-security .sec-ttl-arrow::before,
  .-social .sec-ttl-arrow::before {
    border-width: 1.3333333333vw 0 1.3333333333vw 2.1333333333vw;
    margin-right: 0.8vw;
  }
  .en .-privacy .sec-ttl-arrow::before,
  .en .-security .sec-ttl-arrow::before,
  .en .-social .sec-ttl-arrow::before {
    margin-right: 1.0666666667vw;
  }
}
.-privacy .sec-txt-wrap,
.-security .sec-txt-wrap,
.-social .sec-txt-wrap {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .-privacy .sec-txt-wrap,
  .-security .sec-txt-wrap,
  .-social .sec-txt-wrap {
    margin-top: 2.9296875vw;
  }
}
@media all and (max-width: 767px) {
  .-privacy .sec-txt-wrap,
  .-security .sec-txt-wrap,
  .-social .sec-txt-wrap {
    margin-top: 5.3333333333vw;
  }
}
.-privacy .sec-txt-wrap > li,
.-security .sec-txt-wrap > li,
.-social .sec-txt-wrap > li {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .-privacy .sec-txt-wrap > li,
  .-security .sec-txt-wrap > li,
  .-social .sec-txt-wrap > li {
    margin-bottom: 2.9296875vw;
  }
}
@media all and (max-width: 767px) {
  .-privacy .sec-txt-wrap > li,
  .-security .sec-txt-wrap > li,
  .-social .sec-txt-wrap > li {
    margin-bottom: 5.3333333333vw;
  }
}
.-privacy .sec-txt, .-privacy .sec a, .-privacy .sec-list,
.-security .sec-txt,
.-security .sec a,
.-security .sec-list,
.-social .sec-txt,
.-social .sec a,
.-social .sec-list {
  color: #222;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: left;
}
@media (max-width: 1024px) {
  .-privacy .sec-txt, .-privacy .sec a, .-privacy .sec-list,
  .-security .sec-txt,
  .-security .sec a,
  .-security .sec-list,
  .-social .sec-txt,
  .-social .sec a,
  .-social .sec-list {
    font-size: 1.26953125vw;
  }
}
@media all and (max-width: 767px) {
  .-privacy .sec-txt, .-privacy .sec a, .-privacy .sec-list,
  .-security .sec-txt,
  .-security .sec a,
  .-security .sec-list,
  .-social .sec-txt,
  .-social .sec a,
  .-social .sec-list {
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}
.-privacy .sec-txt a, .-privacy .sec a a, .-privacy .sec-list a,
.-security .sec-txt a,
.-security .sec a a,
.-security .sec-list a,
.-social .sec-txt a,
.-social .sec a a,
.-social .sec-list a {
  text-decoration: underline;
}
.-privacy .sec-txt a:hover, .-privacy .sec a a:hover, .-privacy .sec-list a:hover,
.-security .sec-txt a:hover,
.-security .sec a a:hover,
.-security .sec-list a:hover,
.-social .sec-txt a:hover,
.-social .sec a a:hover,
.-social .sec-list a:hover {
  color: #2d92f0;
}
@media all and (max-width: 767px) {
  .-privacy .sec-list,
  .-security .sec-list,
  .-social .sec-list {
    margin: 5.3333333333vw 0;
  }
}
.-privacy .sec-list > li,
.-security .sec-list > li,
.-social .sec-list > li {
  text-indent: -0.5em;
  padding-left: 1em;
}
.-privacy .sec-list > li::before,
.-security .sec-list > li::before,
.-social .sec-list > li::before {
  display: inline-block;
  content: "・";
}
/* .-privacy
------------------------------------------------------------------- */
@media (max-width: 767px) {
  .-privacy .header-area {
    height: 80vw;
  }
  .en .-privacy .header-area {
    height: 88vw;
  }
}
@media (max-width: 767px) {
  .-privacy .header-area .ttl {
    padding: 58.6666666667vw 0 0;
  }
}
.-privacy {
  background: url("/assets/img/privacy/bg_top.svg") center 70px no-repeat #f4f3ed;
  background-size: 960px auto;
}
@media (max-width: 1024px) {
  .-privacy {
    background-position: center 6.8359375vw;
    background-size: 93.75vw auto;
  }
}
@media (max-width: 767px) {
  .-privacy {
    background: url("/assets/img/privacy/bg_top_sp.svg") center 30.6666666667vw no-repeat;
    background-size: 68.2666666667vw auto;
  }
}
/* .-security
------------------------------------------------------------------- */
.-security {
  background: url("/assets/img/security/bg_top.svg") center 70px no-repeat #f4f3ed;
  background-size: 1100px auto;
}
@media (max-width: 1024px) {
  .-security {
    background-position: center 6.8359375vw;
    background-size: 107.421875vw auto;
  }
}
@media (max-width: 767px) {
  .-security {
    background: url("/assets/img/security/bg_top_sp.svg") center 30.6666666667vw no-repeat;
    background-size: 78.4vw auto;
  }
}
@media (max-width: 767px) {
  .en .-security .header-area {
    height: auto;
    padding-bottom: 11.2vw;
  }
}
/* .-social
------------------------------------------------------------------- */
.-social {
  background: url("/assets/img/social/bg_top.svg") center 70px no-repeat #f4f3ed;
  background-size: 830px auto;
}
@media (max-width: 1024px) {
  .-social {
    background-position: center 6.8359375vw;
    background-size: 81.0546875vw auto;
  }
}
@media (max-width: 767px) {
  .-social {
    background: url("/assets/img/social/bg_top_sp.svg") center 30.6666666667vw no-repeat;
    background-size: 58.6666666667vw auto;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .en .-social .header-area {
    height: 80vw;
  }
}
@media (max-width: 767px) {
  .en .-social .header-area .ttl {
    padding: 45.3333333333vw 0 0;
  }
}
/* .-mainte
------------------------------------------------------------------- */
.-mainte {
  background: url("/assets/img/mainte/bg_top.svg") center 70px no-repeat #f4f3ed;
  background-size: 1044px auto;
}
@media (max-width: 1024px) {
  .-mainte {
    height: 100vh;
    background-size: 101.953125vw auto;
  }
}
@media (max-width: 767px) {
  .-mainte {
    background: url("/assets/img/mainte/bg_top_sp.svg") center 30.6666666667vw no-repeat;
    background-size: 64vw auto;
  }
}
@media all and (min-width: 1024px) {
  .-mainte {
    min-height: 100vh;
  }
}
.-mainte .header-area {
  width: 100%;
  height: 270px;
  padding: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .-mainte .header-area {
    height: 26.3671875vw;
  }
}
@media (max-width: 767px) {
  .-mainte .header-area {
    width: 100vw;
    height: 72vw;
  }
  .en .-mainte .header-area {
    height: 86.4vw;
  }
  .-mainte .header-area .sp-menu.-open,
  .-mainte .header-area .sp-menu.-recruit {
    display: none;
  }
}
.-mainte .header-area .ttl {
  margin: 0 auto;
  padding: 140px 0 0;
  font-size: 25px;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 1024px) {
  .-mainte .header-area .ttl {
    padding-top: 13.671875vw;
    font-size: 2.44140625vw;
  }
}
@media (max-width: 767px) {
  .-mainte .header-area .ttl {
    padding: 57.6vw 0 0;
    font-size: 6.6666666667vw;
  }
}
.-mainte .sec > .inner {
  min-height: 230px;
}
@media (max-width: 1024px) {
  .-mainte .sec > .inner {
    min-height: 22.4609375vw;
  }
}
@media (max-width: 767px) {
  .-mainte .sec > .inner {
    padding-top: 2.6666666667vw;
    margin-bottom: 26.6666666667vw;
    min-height: auto;
  }
}
.-mainte .sec-ttl.-ttl {
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .-mainte .sec-ttl.-ttl {
    margin-bottom: 0.9765625vw;
  }
}
@media (max-width: 767px) {
  .-mainte .sec-ttl.-ttl {
    margin-bottom: 2.6666666667vw;
  }
}
.-mainte .sec-txt.-date, .-mainte .-privacy .-date.sec-list, .-privacy .-mainte .-date.sec-list,
.-mainte .-security .-date.sec-list,
.-security .-mainte .-date.sec-list,
.-mainte .-social .-date.sec-list,
.-social .-mainte .-date.sec-list, .-mainte .-privacy .sec a.-date, .-privacy .sec .-mainte a.-date,
.-mainte .-security .sec a.-date,
.-security .sec .-mainte a.-date,
.-mainte .-social .sec a.-date,
.-social .sec .-mainte a.-date {
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
  color: #fa2828;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1024px) {
  .-mainte .sec-txt.-date, .-mainte .-privacy .-date.sec-list, .-privacy .-mainte .-date.sec-list,
  .-mainte .-security .-date.sec-list,
  .-security .-mainte .-date.sec-list,
  .-mainte .-social .-date.sec-list,
  .-social .-mainte .-date.sec-list, .-mainte .-privacy .sec a.-date, .-privacy .sec .-mainte a.-date,
  .-mainte .-security .sec a.-date,
  .-security .sec .-mainte a.-date,
  .-mainte .-social .sec a.-date,
  .-social .sec .-mainte a.-date {
    margin-bottom: 0.9765625vw;
    font-size: 1.7578125vw;
  }
}
@media (max-width: 767px) {
  .-mainte .sec-txt.-date, .-mainte .-privacy .-date.sec-list, .-privacy .-mainte .-date.sec-list,
  .-mainte .-security .-date.sec-list,
  .-security .-mainte .-date.sec-list,
  .-mainte .-social .-date.sec-list,
  .-social .-mainte .-date.sec-list, .-mainte .-privacy .sec a.-date, .-privacy .sec .-mainte a.-date,
  .-mainte .-security .sec a.-date,
  .-security .sec .-mainte a.-date,
  .-mainte .-social .sec a.-date,
  .-social .sec .-mainte a.-date {
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
@media (max-width: 767px) {
  .en .-mainte .sec-txt.-tac, .en .-mainte .-privacy .-tac.sec-list, .-privacy .en .-mainte .-tac.sec-list,
  .en .-mainte .-security .-tac.sec-list,
  .-security .en .-mainte .-tac.sec-list,
  .en .-mainte .-social .-tac.sec-list,
  .-social .en .-mainte .-tac.sec-list, .en .-mainte .-privacy .sec a.-tac, .-privacy .sec .en .-mainte a.-tac,
  .en .-mainte .-security .sec a.-tac,
  .-security .sec .en .-mainte a.-tac,
  .en .-mainte .-social .sec a.-tac,
  .-social .sec .en .-mainte a.-tac {
    width: 82.6666666667vw;
    margin: 0 auto;
  }
}
.-mainte .footer-area {
  margin-top: 0;
  position: sticky;
  top: 100vh;
}
.-mainte .footer-area .contact {
  display: none;
}
.-mainte .footer-area::before, .-mainte .footer-area::after {
  display: none;
}
.-mainte .footer-area .wrap {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .-mainte .footer-area .wrap {
    padding-top: 7.8125vw;
  }
}
@media (max-width: 767px) {
  .-mainte .footer-area .wrap {
    padding-top: 13.3333333333vw;
  }
}
.-mainte .footer-area .wrap .footer-nav .navitem {
  display: none;
}
/* .-error
------------------------------------------------------------------- */
.-error {
  background: url("/assets/img/error/bg_top.svg") center 70px no-repeat #f4f3ed;
  background-size: 686px auto;
}
@media (max-width: 1024px) {
  .-error {
    background-size: 66.9921875vw auto;
  }
}
@media (max-width: 767px) {
  .-error {
    background: url("/assets/img/error/bg_top_sp.svg") center 30.6666666667vw no-repeat;
    background-size: 82.6666666667vw auto;
  }
}
.-error .header-area {
  width: 100%;
  height: 270px;
  padding: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .-error .header-area {
    height: 26.3671875vw;
  }
}
@media (max-width: 767px) {
  .-error .header-area {
    width: 100vw;
    height: 72vw;
  }
}
.-error .header-area .ttl {
  margin: 0 auto;
  padding: 140px 0 0;
  font-size: 25px;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 1024px) {
  .-error .header-area .ttl {
    padding-top: 13.671875vw;
    font-size: 2.44140625vw;
  }
}
@media (max-width: 767px) {
  .-error .header-area .ttl {
    padding-top: 44vw;
    font-size: 5.8666666667vw;
  }
}
.-error .sec > .inner {
  position: relative;
  width: 840px;
  margin: 0 auto;
  padding-bottom: 158px;
}
@media (max-width: 1024px) {
  .-error .sec > .inner {
    width: 82.03125vw;
    padding-bottom: 15.4296875vw;
  }
}
@media all and (max-width: 767px) {
  .-error .sec > .inner {
    width: 82.6666666667vw;
    padding-bottom: 37.3333333333vw;
  }
}
.-error .sec-txt, .-error .-privacy .sec-list, .-privacy .-error .sec-list,
.-error .-security .sec-list,
.-security .-error .sec-list,
.-error .-social .sec-list,
.-social .-error .sec-list, .-error .-privacy .sec a, .-privacy .sec .-error a,
.-error .-security .sec a,
.-security .sec .-error a,
.-error .-social .sec a,
.-social .sec .-error a {
  text-align: center;
}
@media (max-width: 767px) {
  .-error .sec-txt, .-error .-privacy .sec-list, .-privacy .-error .sec-list,
  .-error .-security .sec-list,
  .-security .-error .sec-list,
  .-error .-social .sec-list,
  .-social .-error .sec-list, .-error .-privacy .sec a, .-privacy .sec .-error a,
  .-error .-security .sec a,
  .-security .sec .-error a,
  .-error .-social .sec a,
  .-social .sec .-error a {
    text-align: left;
  }
}
.-error .sec .btn {
  margin: 70px auto 0;
}
@media (max-width: 1024px) {
  .-error .sec .btn {
    margin-top: 6.8359375vw;
  }
}
@media all and (max-width: 767px) {
  .-error .sec .btn {
    margin-top: 10.6666666667vw;
  }
}