@charset "UTF-8";
@font-face {
  font-family: "M PLUS 1p";
  font-style: normal;
  font-weight: 400;
  src: url("//file.valofe.com/Valofe_file/web/fonts/mplus1p/m-plus-1p-v19-japanese-regular.eot");
  src: local("M PLUS 1p"), local("MPLUS1p-Regular"), url("//file.valofe.com/Valofe_file/web/fonts/mplus1p/m-plus-1p-v19-japanese-regular.eot?#iefix") format("embedded-opentype"), url("//file.valofe.com/Valofe_file/web/fonts/mplus1p/m-plus-1p-v19-japanese-regular.woff2") format("woff2"), url("//file.valofe.com/Valofe_file/web/fonts/mplus1p/m-plus-1p-v19-japanese-regular.woff") format("woff"), url("//file.valofe.com/Valofe_file/web/fonts/mplus1p/m-plus-1p-v19-japanese-regular.ttf") format("truetype"), url("//file.valofe.com/Valofe_file/web/fonts/mplus1p/m-plus-1p-v19-japanese-regular.svg#MPLUS1p") format("svg");
}
@font-face {
  font-family: "M PLUS 1p";
  font-style: normal;
  font-weight: 700;
  src: url("//file.valofe.com/Valofe_file/web/fonts/mplus1p/m-plus-1p-v19-japanese-700.eot");
  src: local("M PLUS 1p Bold"), local("MPLUS1p-Bold"), url("//file.valofe.com/Valofe_file/web/fonts/mplus1p/m-plus-1p-v19-japanese-700.eot?#iefix") format("embedded-opentype"), url("//file.valofe.com/Valofe_file/web/fonts/mplus1p/m-plus-1p-v19-japanese-700.woff2") format("woff2"), url("//file.valofe.com/Valofe_file/web/fonts/mplus1p/m-plus-1p-v19-japanese-700.ttf") format("truetype"), url("//file.valofe.com/Valofe_file/web/fonts/mplus1p/m-plus-1p-v19-japanese-700.svg#MPLUS1p") format("svg");
}
@font-face {
  font-family: "Dela Gothic One";
  font-style: normal;
  font-weight: 400;
  src: url("//file.valofe.com/Valofe_file/web/fonts/Dela_Gothic_One/DelaGothicOne-Regular.ttf");
  src: local("Dela Gothic On"), url("//file.valofe.com/Valofe_file/web/fonts/Dela_Gothic_One/DelaGothicOne-Regular.ttf") format("truetype");
}
/********* new *********/
html {
  scroll-behavior: smooth;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.2px;
  box-sizing: border-box;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  font-style: normal;
}

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

ul, li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  background: 0 0;
  text-decoration: none;
}

img {
  object-fit: cover;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

hr {
  display: block;
  height: 2px;
  border: 0;
  margin: 0;
  padding: 0;
}

body,
html {
  font-size: 16px;
  font-size: 1rem;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  font-style: normal;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.2px;
  box-sizing: border-box;
}

button, a {
  cursor: pointer !important;
}

.ellipsis {
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 스크롤 바 red thumb */
/* ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background:transparent;
  margin-right: 2px;
  margin-bottom: 2px;}
::-webkit-scrollbar-button {
  height: 3px;
}
::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: $cl_point;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 1);
}
::-webkit-scrollbar-track {
  background-color: transparent;
  height: 100%;
  filter: brightness(80);
} */
html::-webkit-scrollbar {
  width: 7px;
  padding-right: 1px;
  background: transparent;
}

html::-webkit-scrollbar-button {
  height: 7px;
}

html::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgb(148, 163, 184);
  box-shadow: inset 0px 1px 1px rgb(0, 0, 0);
}

html::-webkit-scrollbar-track {
  background-color: transparent;
  height: 100%;
  filter: brightness(80);
}

body {
  width: 100%;
  height: 100%;
  position: relative;
}

/* ./ END 스크롤 바*/
/* 체크박스 */
label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  font-size: 18px;
  color: #fff;
  visibility: visible;
  pointer-events: visible;
}

label.hidden {
  display: none;
}

[type=checkbox] {
  margin-left: 10px;
  appearance: none;
  position: relative;
  border: max(2px, 0.1em) solid #94A3B8;
  border-radius: 100vmax;
  width: 37.5px;
  height: 24px;
  cursor: pointer;
  transition: border 0.25s linear, background 0.25s linear;
}

[type=checkbox]::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #94A3B8;
  transition: left 0.25s linear, background-color 0.25s linear;
}

[type=checkbox]:checked {
  background-color: transparent;
  border: max(2px, 0.1em) solid rgb(239, 68, 68);
}

[type=checkbox]:not(:checked) {
  background-color: transparent;
  border: max(2px, 0.1em) solid #94A3B8;
  margin-left: 0;
}

[type=checkbox]:checked::before {
  background-color: rgb(239, 68, 68);
  left: 15px;
}

[type=checkbox]:not(:checked):hover {
  border: max(2px, 0.1em) solid #94A3B8;
  height: 24px;
}

[type=checkbox]:checked:hover {
  border: max(2px, 0.1em) solid rgb(239, 68, 68);
}

[type=checkbox]:hover:before {
  background-color: white;
}

fieldset {
  border: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* .END 체크 박스 */
/* 로딩 시작 */
.wrap-loading { /*화면 전체를 어둡게 합니다.*/
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #262626; /*not in ie */
  opacity: 0.9;
  z-index: 9999;
}

.wrap-loading .loading-container {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  margin-top: -75px;
}

.display-none {
  display: none;
}

#newsLoading.wrap-loading, #newsLoading.wrap-loading .loading-container {
  position: absolute;
}

#newsLoading.wrap-loading {
  opacity: 1;
}

.spinner__container {
  display: flex;
  width: 150px;
  height: 150px;
  align-items: center;
  justify-content: center;
  padding: 0px;
  /*    border: 1px solid #fff;*/
}

.wrap-loading .loading-txt {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
}

.loading-container .spinner__dot {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  border-radius: 100%;
}

.loading-container .spinner__square {
  width: 10px;
  height: 10px;
  border-radius: 3px;
}

@keyframes spinner__effect--8-child-1 {
  50% {
    transform: translate(-325%, -325%);
    background-color: #9d4bc7;
  }
}
@keyframes spinner__effect--8-child-2 {
  50% {
    transform: translate(0, -325%);
    background-color: #9d4bc7;
  }
}
@keyframes spinner__effect--8-child-3 {
  50% {
    transform: translate(325%, -325%);
    background-color: #ffc61d;
  }
}
@keyframes spinner__effect--8-child-4 {
  50% {
    transform: translate(325%, 0);
    background-color: #ffc61d;
  }
}
@keyframes spinner__effect--8-child-5 {
  50% {
    transform: translate(325%, 325%);
    background-color: #29e2ff;
  }
}
@keyframes spinner__effect--8-child-6 {
  50% {
    transform: translate(0, 325%);
    background-color: #29e2ff;
  }
}
@keyframes spinner__effect--8-child-7 {
  50% {
    transform: translate(-325%, 325%);
    background-color: #ff2c6e;
  }
}
@keyframes spinner__effect--8-child-8 {
  50% {
    transform: translate(-325%, 0);
    background-color: #ff2c6e;
  }
}
@keyframes spinner__effect--8-child-9 {
  50% {
    transform: scale(2);
  }
}
.loading-container .spinner__effect--8 .spinner {
  position: relative;
  transform: rotate(45deg);
}

.loading-container .spinner__effect--8 .spinner .spinner__square {
  position: absolute;
  background: #fff;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.loading-container .spinner__effect--8 .spinner .spinner__square:nth-child(1) {
  animation-name: spinner__effect--8-child-1;
  animation-delay: 0.1s;
}

.loading-container .spinner__effect--8 .spinner .spinner__square:nth-child(2) {
  animation-name: spinner__effect--8-child-2;
  animation-delay: 0.2s;
}

.loading-container .spinner__effect--8 .spinner .spinner__square:nth-child(3) {
  animation-name: spinner__effect--8-child-3;
  animation-delay: 0.3s;
}

.loading-container .spinner__effect--8 .spinner .spinner__square:nth-child(4) {
  animation-name: spinner__effect--8-child-4;
  animation-delay: 0.4s;
}

.loading-container .spinner__effect--8 .spinner .spinner__square:nth-child(5) {
  animation-name: spinner__effect--8-child-5;
  animation-delay: 0.5s;
}

.loading-container .spinner__effect--8 .spinner .spinner__square:nth-child(6) {
  animation-name: spinner__effect--8-child-6;
  animation-delay: 0.6s;
}

.loading-container .spinner__effect--8 .spinner .spinner__square:nth-child(7) {
  animation-name: spinner__effect--8-child-7;
  animation-delay: 0.7s;
}

.loading-container .spinner__effect--8 .spinner .spinner__square:nth-child(8) {
  animation-name: spinner__effect--8-child-8;
  animation-delay: 0.8s;
}

.loading-container .spinner__effect--8 .spinner .spinner__square:nth-child(9) {
  animation-name: spinner__effect--8-child-9;
  animation-delay: 1.25s;
}

/* 로딩 끝 */
#portalbar {
  /* min-width: 950px; */
  border-bottom: 1px solid #5f5f5f !important;
  background: linear-gradient(180deg, #393939, black) !important;
  min-width: 320px !important;
}
#portalbar .pbar_logo {
  height: 17px !important;
  margin-top: 3px !important;
  padding: 0 18px 0 5px !important;
  margin-right: 10px !important;
}
#portalbar .pbar_logo .pbar_btn_img {
  display: block !important;
  background: url(https://file.valofe.com/Valofe_file/web/logo/logo-pmang.png) no-repeat 0 0/cover !important;
  background-size: 100% !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 64px !important;
  height: 17px !important;
  vertical-align: middle !important;
  line-height: 20 !important;
}
#portalbar .pbar_left {
  /*   min-width: 400px; */
  min-width: unset !important;
}
#portalbar .pbar_right {
  /*  min-width: 500px; */
  min-width: unset !important;
}
#portalbar .pbar_icon {
  padding: 0 4px 0 0 !important;
  width: 37px !important;
}
#portalbar .pbar_security .pbar_security_btn {
  height: 18px !important;
}

/*
@media all and (max-width: 768px){
  #portalbar{
    !* min-width: 950px; *!


    .pbar_left {
      .pbar_info{display: none;}
    }
    .pbar_right {
      !*  min-width: 500px; *!
      min-width: unset;
    }
  }
}
*/
@media all and (max-width: 1024px) {
  #portalbar {
    display: none;
  }
}
/*

@media all and (max-width: 768px){
  !* 419 부터 로그인 영역이 겹칠 수 있으므로 로그인 utill 영역을 2단으로 분리함 *!
  #portalbar{
    height: 62px;
    min-width: 320px;

   .pbar_menu_list, .pbar_security_list, .pbar_id_list{right:0;}

    .pbar_logo {
      margin-top: 0; // 11px;
      padding: 0;
    }
    .pbar_left{
      position: relative;
      top: unset;
      left: unset;
      text-align: center;
      overflow: hidden;
      min-width: unset;
      width: auto;
      height: 28px;
      margin: 0 auto;
    }
    .pbar_right {
      display: block;
      width: 100%;
      height: auto;
      top: 32px;
      text-align: center;
      border-top: 1px solid #3f3737;

      .rightset {
        display: inline-block;
        text-align: right;
        margin: 2px auto 0;
        width: auto;

        li:last-child{padding-right: 0;}
      }
    }
  }
    #portalbar .pbar_logo .pbar_btn_img{margin-top: 4px;} #portalbar #pbar_notice div{padding-top : 10px !important}
}

@media all and (max-width: 419px){
  #portalbar {
    height: calc(62px + 22px);}

  #portalbar .pbar_logo{
    margin-top: 5px;
  }


  #portalbar .pbar_left,
  #portalbar .pbar_left ul {
    height: 50px;
  }

  #portalbar .pbar_right {
    top: 47px;}
}

@media all and (max-width: 400px){
  html,body{
    min-width: 320px;
  }
  #portalbar .pbar_left,
  #portalbar .pbar_left ul,
  #portalbar .pbar_left .pbar-logo,
  #portalbar .pbar_left .pbar_info,
  #portalbar .pbar_left .pbar_info div,
  #portalbar .pbar_left .pbar_info div a  {width:100%;}
  #portalbar .pbar_left .pbar_info div a  { overflow: hidden}


}*/
#pmang_footer {
  background: #373737;
  padding: 40px 16px 30px;
}
#pmang_footer .nav, #pmang_footer .copyright {
  width: auto;
}
#pmang_footer .nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  width: 1080px;
}
#pmang_footer .logo_pmang {
  width: unset;
  float: unset;
  margin: unset;
}
#pmang_footer .nav dl {
  width: unset;
  float: unset;
}
#pmang_footer .nav dl .imgsp {
  width: 150px;
}

#pmang_footer * {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

@media all and (max-width: 1114px) {
  #pmang_footer .nav {
    width: auto;
  }
}
@media all and (max-width: 900px) {
  #pmang_footer .nav {
    display: flex;
    align-items: flex-start;
    flex-direction: inherit;
    flex-wrap: wrap;
    gap: 10px;
  }
  #pmang_footer .logo_pmang {
    width: 100%;
    margin-bottom: 20px;
  }
  #pmang_footer .imgsp {
    display: inline-block;
  }
  #pmang_footer .nav dl {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  #pmang_footer .logo_pmang .imgsp {
    margin-left: -10px;
  }
  #pmang_footer .copyright dd {
    padding-left: 0;
  }
}
@media all and (max-width: 657px) {
  #pmang_footer {
    padding: 25px 14px 20px;
    overflow: hidden;
    z-index: 9;
  }
  #pmang_footer .logo_pmang {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 2px;
    border-bottom: 1px solid #3d3d3d;
  }
  #pmang_footer .logo_pmang:after {
    position: absolute;
    left: 0;
    bottom: -3px;
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #pmang_footer .logo_pmang .imgsp {
    width: 130px;
    background-position: 17px -36px;
    padding: 30px 0 0;
    background-size: 130px;
  }
  #pmang_footer .nav {
    gap: 20px;
    overflow: unset;
  }
  #pmang_footer .nav dl {
    display: grid;
    flex-direction: unset;
    justify-content: space-evenly;
    flex: 1 1 45%;
  }
  #pmang_footer .nav dl .imgsp {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 175px;
    height: 15px;
    padding-left: 30px;
    text-indent: 9999rem;
    overflow: unset;
    color: #373737;
  }
  #pmang_footer .nav dl .imgsp:before {
    content: "❯";
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 1;
    left: 4px;
    top: 2px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    color: #fff;
    text-align: left;
    text-indent: 0;
  }
  #pmang_footer .nav dl .imgsp.nav_beginner {
    background-position: 20px -15px !important;
  }
  #pmang_footer .nav dl .imgsp.nav_support {
    background-position: 20px 0;
  }
  #pmang_footer .nav dl .imgsp.nav_gameon {
    background-position: 20px -30px;
  }
  #pmang_footer .nav dl .imgsp.nav_policy {
    background-position: 20px -45px;
  }
  #pmang_footer .nav dd {
    z-index: 100;
    padding-left: 20px;
  }
  #pmang_footer .copyright {
    position: relative;
    margin-top: 18px;
    padding: 15px 0 0;
    border-top: 1px solid #3d3d3d;
  }
  #pmang_footer .copyright:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media all and (max-width: 340px) {
  #pmang_footer .logo_pmang .imgsp {
    margin-left: 0;
  }
}
.skip-navi {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: -1px;
  text-indent: -9999px;
}

body, html {
  background: #000;
}

#cont_header {
  z-index: 10;
  position: relative;
  width: 100%;
  height: 90px; /* 60px */
  overflow: hidden;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.65);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
}
#cont_header #btn_gnb {
  display: none;
}
#cont_header.fix {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px !important;
}
#cont_header .row-w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100% !important;
  margin: 0;
  z-index: 9;
}
#cont_header .row-w small {
  width: 79px;
}
#cont_header h1.logo {
  z-index: 10;
  position: absolute;
  display: inline-flex;
  left: 12px;
}
#cont_header h1.logo img {
  width: auto;
  height: 45px;
  cursor: pointer !important;
}

#gnb {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 7rem;
}
#gnb li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin-left: 56px;
}
#gnb li:first-child {
  margin-left: 0;
}
#gnb li button {
  outline: none;
  border: none;
  width: auto;
  cursor: pointer !important;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ededed;
  letter-spacing: -0.5px;
  background: none;
  transition: color 0.25s;
  font-family: "Font Awesome 5 Free", "M Plus 1p", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gnb li button span {
  font-size: 0.8em;
  line-height: 1.2;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
#gnb li button.on, #gnb li button:hover {
  color: #809dff;
}

#sns {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 0;
}
#sns li {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  margin-right: 6px;
}
#sns li:last-child {
  margin-right: 0;
}
#sns li a {
  display: inline-block;
  width: 38px;
  height: 37px;
  outline: none;
  border: none;
}
#sns li a img {
  width: 100%;
}
#gnb_shadow {
  transition: visibility 0.25s, opacity 0.25s;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
}

@media all and (max-width: 1280px) {
  #gnb li button {
    font-size: 1.125rem;
  }
}
@media all and (max-width: 1024px) {
  #gnb_shadow.open {
    visibility: visible;
    pointer-events: visible;
    opacity: 1;
  }
  #cont_header {
    height: 64px !important;
    justify-content: right;
    padding-left: 0;
    padding-right: 0;
    background: rgba(0, 0, 0, 0.85);
  }
  #cont_header.fix {
    height: 64px !important;
  }
  #cont_header h1.logo {
    left: 12px;
    z-index: 9;
  }
  #cont_header h1.logo img {
    height: 36px;
  }
  #cont_header #btn_gnb {
    z-index: 10;
    display: none;
    width: 64px;
    height: 64px;
    margin-right: 0;
    outline: none;
    border: none;
    background: transparent;
  }
  #cont_header #btn_gnb.show {
    display: inline-block;
    z-index: 10;
    line-height: 1;
  }
  #cont_header #btn_gnb span {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    transition: gap 0.25s;
  }
  #cont_header #btn_gnb span i {
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #fff;
    transition: transform 0.25s, background 0.25s;
    transform-origin: center;
  }
  #cont_header #btn_gnb:hover span i {
    background: #809dff;
  }
  #cont_header #btn_gnb.open {
    margin-right: 280px;
  }
  #cont_header #btn_gnb.open span {
    gap: unset;
  }
  #cont_header #btn_gnb.open span i {
    transform-origin: center;
    width: 30px;
    background: #fff;
  }
  #cont_header #btn_gnb.open span i:first-child {
    transform: rotateZ(45deg) translate(1px, 0);
  }
  #cont_header #btn_gnb.open span i:nth-child(2) {
    opacity: 0;
  }
  #cont_header #btn_gnb.open span i:last-child {
    transform: rotateZ(-45deg) translate(3px, -2px);
  }
  #cont_header #btn_gnb.open:hover span i {
    background: #809dff;
  }
  #cont_header .row-w {
    min-height: 475px;
    display: none;
    margin-right: -280px;
    width: 280px;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    align-items: flex-start;
  }
  #cont_header .row-w.open {
    z-index: 100;
    display: inline-flex;
    margin-right: 0;
    justify-content: flex-start;
    flex-direction: column;
    gap: 3rem;
    padding-top: 16px;
    width: 280px;
  }
  #cont_header .row-w.open small {
    position: relative;
    top: 0;
    width: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #cont_header .row-w.open small:after {
    position: absolute;
    display: inline-block;
    left: 100px;
    top: 0;
    content: "";
    /*       width: 61px;
          height: 40px; */
    width: 106px;
    height: 57px;
    background-image: url("//file.valofe.com/Valofe_file/web/pmang/zsgd/images/visual-logo.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  #gnb {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    gap: 6vh;
    padding: 40px 0;
    margin-left: 0;
    border-top: 1px solid #2f2537;
    border-bottom: 1px solid #2f2537;
  }
  #gnb li {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }
  #gnb li button {
    outline: none;
    border: none;
    width: auto;
    font-size: 1.15rem;
    font-weight: bold;
    color: #fff;
    padding-left: 29px;
    position: relative;
  }
  #gnb li button:before {
    content: "✦";
    position: absolute;
    left: 0;
    top: 0;
    color: #FFB518;
    width: 20px;
    text-align: left;
    font-size: inherit;
  }
  #sns {
    position: relative;
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-right: 0;
    padding-top: 50px;
  }
  #sns:before {
    content: "Lunia Z \a community";
    white-space: pre;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 215, 107, 0.6196078431);
  }
  #sns li {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    margin-right: 0;
  }
  #sns li a {
    outline: none;
    border: none;
    width: auto;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
  }
  #sns li a img {
    width: 30px;
  }
}
@keyframes ani {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 7px);
  }
}
@keyframes aniText {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 4px);
  }
}
/* 체크박스 */
/*

label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-family: $thin_gothic;
  font-size: 18px;
  color: $cl_default;

}
label.hidden{display: none;}
[type='checkbox'] {
  margin-left: 10px;
  appearance: none;
  position: relative;
  border: max(2px, 0.1em) solid $cl_dim;
  border-radius: 100vmax;
  width: 37.5px;
  height: 24px;
  cursor: pointer;
  transition: border .25s linear, background .25s linear;
}

[type='checkbox']::before {
  content: '';
  position: absolute;
  left: 3px;
  top:50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: $cl_dim;
  transition: left .25s linear, background-color .25s linear;
}

[type='checkbox']:checked {
  background-color: transparent;
  border: max(2px, 0.1em) solid $cl_point
}
[type='checkbox']:not(:checked) {
  background-color: transparent;
  border: max(2px, 0.1em) solid $cl_dim;
}

[type='checkbox']:checked::before {
  background-color: $cl_point;
  left: 15px;
}


[type='checkbox']:not(:checked):hover {
  border: max(2px, 0.1em) solid $cl_dim;
  height: 24px;
}
[type='checkbox']:checked:hover {
  border: max(2px, 0.1em) solid $cl_point;
}
[type='checkbox']:hover:before {
  background-color: white;
}


fieldset {
  border: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
*/
/* .END 체크 박스 */
html, body {
  background: #000;
}

#wrapper {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
}

#wrapper * {
  word-break: break-all;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M PLUS 1p", sans-serif;
}

section {
  width: 100%;
  min-height: 100vh;
  padding: 8vh 0 2rem;
  overflow: hidden;
  position: relative;
}

.content {
  position: relative;
}

.guide-p-lounge {
  z-index: 999;
  cursor: pointer;
  position: fixed;
  top: 140px;
  right: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: top 0.15s ease;
}
.guide-p-lounge * {
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
}
.guide-p-lounge.hide {
  display: none;
}
.guide-p-lounge dl {
  display: inline-flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.7;
  min-width: 14rem;
}
.guide-p-lounge dl dt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* text-shadow: 0 0 10px rgba(0,0,0,0.75); */
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.guide-p-lounge dl dd {
  text-align: center;
  width: 100%;
  padding: 0.125rem 0;
  border-radius: 0.625rem;
  background-color: #ec1920;
  font-size: inherit;
  color: inherit;
  font-weight: bold;
  line-height: inherit;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
  /* img{ transition: mixBlendMode 0.25s ease; margin-right: 0.25rem} */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.guide-p-lounge dl dd.pc {
  display: inline-flex;
}
.guide-p-lounge dl dd.mobile {
  display: none;
}
.guide-p-lounge dl:nth-of-type(2) dd {
  padding: 0.45rem 1rem;
  font-size: 1.25em;
  background-color: #8f44f5;
}
@keyframes moveBoth {
  0% {
    text-indent: 0;
  }
  15% {
    text-indent: 10px;
  }
  30% {
    text-indent: 0;
  }
  30%, 100% {
    text-indent: 0;
  }
}
.guide-p-lounge dl dd a, .guide-p-lounge dl:hover dd a {
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: inherit;
  color: inherit;
}
.guide-p-lounge dl dd.gcoin {
  background: #ffe200;
  align-items: center;
  justify-content: center;
  color: black;
  text-shadow: none;
}
.guide-p-lounge dl dd.gcoin img {
  width: 23px;
  margin-right: 7px;
}
.guide-p-lounge dl dd.gcoin a, .guide-p-lounge dl:hover dd.gcoin a {
  color: black;
  font-size: inherit;
}

.row-w {
  position: relative;
  width: 100%;
  max-width: 1516px;
  margin: 0 auto;
  overflow: unset;
  z-index: 2;
}

section h2 {
  max-width: 100%;
  font-size: 4rem;
  font-weight: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  font-family: "Dela Gothic One" !important;
}
section h2 img {
  max-width: 100%;
}

section h3 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  letter-spacing: -0.125rem;
}

section h4 {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  font-weight: normal;
  text-align: center;
  font-family: "M Plus 1p", sans-serif !important;
  margin-top: 0.25rem;
}

section h6 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  font-weight: normal;
  text-align: center;
}

section._graph h2, section._graph h3 {
  background: linear-gradient(180deg, #FFF 0%, #8AD5FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section._news h2, section._news h3 {
  background: linear-gradient(180deg, #FFF 0%, #FFDA8A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section._classes h2, section._classes h3 {
  background: linear-gradient(180deg, #FFF 0%, #8affd2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section._media h2, section._media h3 {
  background: linear-gradient(180deg, #FFF 0%, #F68AFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section._create_char h2 {
  background: linear-gradient(180deg, #FFF 0%, #FF8A8A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section._open h3 {
  margin-bottom: 0 !important;
}
section._open h2, section._open h3, section._open h4 {
  background: linear-gradient(180deg, #FFF 0%, #D48AFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section._purchase h2, section._purchase h3 {
  background: linear-gradient(180deg, #FFF 0%, #FFDA8A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section._system h2, section._system h3 {
  background: linear-gradient(180deg, #FFF 0%, #FFDA8A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

button {
  cursor: pointer !important;
  outline: none;
}

.mb-show {
  display: none;
}

.mb-show-1024 {
  display: none;
}

.mb-show-920 {
  display: none;
}

.mb-show-800 {
  display: none;
}

.mb-show-768 {
  display: none;
}

.mb-show-568 {
  display: none;
}

.mb-show-460 {
  display: none;
}

@media all and (max-width: 1280px) {
  section._visual {
    height: 100vh;
  }
  section._pre-register, section._news, section._media {
    min-height: 100vh;
    height: auto !important;
  }
  .row-w {
    max-width: unset;
    width: calc(100% - 2rem);
  }
  section h2 {
    max-width: 100%;
    font-size: 3rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  section h3 { /* font-size: 1.5rem; */
    font-size: 1.5625rem;
  }
}
@media all and (max-width: 1024px) {
  html, body {
    font-size: 18px;
  }
  .mb-show {
    display: inline-block;
  }
  section h2, section h3 {
    position: relative;
    z-index: 3;
  }
  section {
    /* padding: calc(5rem + 87px) 0; */
  }
  section h2 {
    margin-bottom: 1rem;
  }
  section._visual {
    height: 100vh;
  }
  section._pre-register, section._news, section._media {
    height: auto;
  }
  section._visual, section._pre-register, section._news, section._media {
    margin-top: 0;
    overflow: hidden;
  }
  .row-w {
    max-width: unset;
    width: calc(100% - 4rem);
  }
  .guide-p-lounge {
    top: 78px;
    right: 1rem;
  }
  .guide-p-lounge dl {
    min-width: unset;
  }
  .guide-p-lounge dl dt {
    display: none;
  }
  .guide-p-lounge a {
    display: none;
  }
  .guide-p-lounge dl dt span, .guide-p-lounge dl dd span {
    display: none;
  }
  .guide-p-lounge dl:nth-of-type(2) dd {
    padding: 0.65rem 0.75rem;
  }
  .guide-p-lounge dl:hover dd {
    animation: none;
  }
  .guide-p-lounge dl { /* width:42px; */ }
  .guide-p-lounge dl dd { /* width: 42px; height: 42px; display: inline-flex; */
    justify-content: center;
    align-items: center;
  }
  .guide-p-lounge dl dd.pc {
    display: none;
  }
  .guide-p-lounge dl dd.mobile {
    display: inline-flex;
  }
  .guide-p-lounge dl dd.gcoin img {
    margin-right: 0;
  }
}
@media all and (max-width: 920px) {
  .mb-show-920 {
    display: inline-block;
  }
}
@media all and (max-width: 800px) {
  .mb-show-800 {
    display: inline-block;
  }
}
@media all and (max-width: 768px) {
  html, body {
    font-size: 16px;
  }
  /* #wrapper * {font-family: "Font Awesome 5 Free", $thin_gothic;} */
  section {
    padding: calc(2rem + 87px) 0 4rem;
  }
  .mb-show-768 {
    display: inline-block;
  }
  .mb-hidden-768 {
    display: none;
  }
}
@media all and (max-width: 640px) {
  section h3 {
    font-size: 1.35rem;
  }
}
@media all and (max-width: 568px) {
  .mb-show-568 {
    display: inline-block;
  }
}
@media all and (max-width: 540px) {
  html, body {
    font-size: 14px;
  }
}
@media all and (max-width: 460px) {
  .mb-show-460 {
    display: inline-block;
  }
  .mb-hidden-460 {
    display: none;
  }
  section h2 {
    font-size: max(8vw, 30px);
  }
}
/***********************/
/*******캐릭터 제어********/
/***********************/
._graph #chr-graph-lf {
  width: 16vw;
  top: -10vw;
  left: -9vw;
  animation: ani 1s infinite alternate;
  z-index: 2;
}
._graph #chr-graph-rt {
  top: -6vw;
  right: -22vw;
  width: 40.8vw;
}

._classes #chr-classes-lt {
  top: 3.5vw;
  left: 0;
  z-index: 9;
  width: 19vw;
  animation: ani 1s infinite alternate;
}
._classes #chr-classes-rt {
  right: -7vh;
  height: 110vh;
  bottom: 0;
}
._classes #chr-classes-rt img {
  width: auto;
  height: 100%;
}

._create_char #chr-make-lt {
  top: 3.5vw;
  left: 0;
  z-index: 9;
  width: 14vw;
  animation: ani 1s infinite alternate;
}
._create_char #chr-make-rt {
  right: -7vh;
  height: 90vh;
  bottom: 0;
}
._create_char #chr-make-rt img {
  width: auto;
  height: 100%;
}

._open #chr-open-lt {
  top: 3.5vw;
  left: 0;
  z-index: 9;
  width: 14vw;
  animation: ani 1s infinite alternate;
}
._open #chr-open-rt {
  right: -7vh;
  height: 90vh;
  bottom: 0;
}
._open #chr-open-rt img {
  width: auto;
  height: 100%;
}

._news #chr-news-lt {
  left: -7vh;
  height: 108vh;
  pointer-events: none;
}
._news #chr-news-lt img {
  width: auto;
  height: 100%;
}
._news #chr-news-rt {
  z-index: 0;
  top: 13vw;
  right: -3vw;
  width: 23.8vw;
  animation: ani 1s infinite alternate;
  pointer-events: none;
}

._media #chr-media-lt {
  left: -7vh;
  height: 108vh;
}
._media #chr-media-lt img {
  width: auto;
  height: 100%;
}
._media #chr-media-rt {
  z-index: 9;
  top: 2vw;
  right: -2vw;
  width: 20.5vw;
  animation: ani 1s infinite alternate;
}

@media (max-width: 1660px) {
  ._graph #chr-graph-rt {
    right: max(-28vh, -17vw);
    top: unset;
    bottom: 0;
    height: max(88vh, 55vw);
  }
  ._classes #chr-classes-rt {
    right: max(-18vh, -12vw);
    bottom: 0;
    height: max(108vh, 67vw);
  }
  ._news #chr-news-lt {
    left: max(-10vh, -7vw);
    top: unset;
    bottom: 0;
    height: max(100vh, 62vw);
  }
  ._media #chr-media-lt {
    left: max(-9vh, -6vw);
    top: unset;
    bottom: 0;
    height: max(96vh, 60vw);
  }
}
@media (max-width: 1280px) {
  ._graph #chr-graph-rt, ._news #chr-news-lt, ._classes #chr-classes-rt, ._media #chr-media-lt {
    display: none;
  }
  ._graph #chr-graph-lf {
    top: -13vw;
    left: 0;
  }
  ._classes #chr-classes-lt {
    top: calc(4rem + 5.5vw);
  }
  ._news #chr-news-rt {
    right: unset;
    top: 4vw;
    left: -4vw;
  }
  ._media #chr-media-rt {
    right: unset;
    left: 1vw;
    top: calc(4rem + 2vw);
  }
}
@media (max-width: 1024px) {
  ._graph #chr-graph-lf {
    width: 20%;
    top: -22%;
    left: 0;
  }
  .guide-p-lounge dl dd.pc {
    display: none;
  }
  .guide-p-lounge dl dd.mobile {
    display: inline-flex;
  }
}
@media (max-width: 800px) {
  ._news #chr-news-rt {
    left: 3vw;
    top: 9.5vw;
  }
  ._classes #chr-classes-lt {
    top: 4.5vw;
    left: -6vw;
  }
  section {
    padding: calc(2rem + 27px) 0 4rem;
  }
}
@media (max-width: 768px) {
  ._visual .main-cha img:nth-child(1),
  ._visual .main-cha img:nth-child(4) {
    display: none;
  }
  ._graph #chr-graph-lf {
    width: 18%;
    top: -16%;
    left: -3%;
  }
  ._news #chr-news-rt {
    width: 27vw;
  }
  ._classes #chr-classes-lt {
    width: 25vw;
  }
  ._media #chr-media-rt {
    width: 23.5vw;
    top: calc(2rem + 2vw);
  }
}
@media (max-width: 460px) {
  ._news #chr-news-rt {
    width: 33vw;
  }
  ._graph #chr-graph-lf {
    width: 18%;
    top: -13rem;
    left: -1vw;
  }
  ._classes #chr-classes-lt {
    top: 9vw;
    left: 0;
  }
}
.view-popup {
  scroll-behavior: smooth;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  transition: display 0.25s, opacity 0.25s;
  z-index: 9999;
}
.view-popup * {
  box-sizing: border-box;
  font-family: "M PLUS 1p", sans-serif;
}
.view-popup::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.view-popup .view-shadow {
  display: none;
  position: fixed;
  opacity: 1;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  top: 0;
  left: 0;
  background-size: cover;
  background: rgba(0, 0, 0, 0.6);
  transition: display 0.25s, opacity 0.25s;
}
.view-popup.show {
  display: block;
  opacity: 1;
  z-index: 100000 !important;
}
.view-popup.show .view-shadow {
  display: block;
  opacity: 1;
}
.view-popup .pop-sizing {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: auto;
  border: none;
  vertical-align: middle;
  /* overflow-y: scroll; */
  max-height: calc(100% - 48px);
}
.view-popup .pop-cont {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  max-width: 57.75rem;
  width: 94%;
  height: auto;
  margin-top: 1.5rem;
  text-align: start;
}
.view-popup .pop-article {
  position: relative;
  box-sizing: border-box;
  margin: 0 0 1.5rem;
  padding: 3rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  color: #929199;
  background: #1d1d1d;
  max-height: 80vh;
  overflow-y: scroll;
}
.view-popup .pop-article::-webkit-scrollbar {
  width: 4px;
  background-image: linear-gradient(to bottom, #000 0, #2f3136 30%, #2f3136 50%, #2f3136 70%, #000 100%);
}
.view-popup .pop-article::-webkit-scrollbar-button {
  height: 15px;
}
.view-popup .pop-article::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(0, 227, 255, 0.2);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5), inset -2px -2px 2px rgba(0, 0, 0, 0.12);
}
.view-popup .pop-article::-webkit-scrollbar-track {
  background-color: transparent;
  height: 100%;
  filter: brightness(80);
}
.view-popup .pop-article .info {
  font-size: 0.75rem;
  text-align: left;
  margin-bottom: 1rem;
}
.view-popup .pop-article .info * {
  display: inline-block;
}
.view-popup .pop-article .info .cate {
  font-size: 1.25em;
  margin-right: 0.5rem;
  color: #9c1eb7;
  text-transform: uppercase;
}
.view-popup .pop-article .info .bar {
  margin-right: 0.5rem;
  width: 1px;
  height: 1rem;
  background: #3e404c;
}
.view-popup .pop-article .top-area {
  text-align: left;
  border-bottom: 1px solid #35363b;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
.view-popup .pop-article .top-area .sub-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.25rem;
}
.view-popup .pop-article .top-area .sub-area > span {
  font-size: 0.875rem;
  color: #585858;
}
.view-popup .pop-article .top-area .sub-area .purple-btn {
  width: 40%;
  margin-top: 0;
}
.view-popup .pop-article .top-area .title {
  display: inline-block;
  font-size: 2rem;
  color: #fff;
  width: 100%;
  overflow: scroll;
}
.view-popup .pop-article .top-area .title::-webkit-scrollbar {
  display: none;
}
.view-popup .pop-article .cont {
  text-align: left;
  line-height: 1.7;
  font-weight: 400;
  width: inherit;
  overflow: hidden;
  color: #929199 !important;
}
.view-popup .pop-article .cont#detailContent img {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}
.view-popup .pop-article .cont * {
  color: #929199 !important;
}
.view-popup .pop-article .cont img {
  max-width: 100% !important;
  height: auto !important;
}
.view-popup .pop-article .cont table {
  max-width: 100% !important;
  border: 1px solid !important;
}
.view-popup .pop-article .cont table tr,
.view-popup .pop-article .cont table td {
  border: 1px solid !important;
}
.view-popup .pop-article .cont em {
  font-style: italic;
}
.view-popup .pop-article .cont ol li,
.view-popup .pop-article .cont ul li {
  list-style: inherit !important;
  padding-inline-start: inherit;
}
.view-popup .pop-article .cont ol,
.view-popup .pop-article .cont ul {
  list-style-position: inside;
  padding-inline-start: 1rem;
}
.view-popup .pop-article .purple-btn {
  margin-top: 3rem;
  width: 40%;
}
.view-popup #viewUtil {
  z-index: 1;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
.view-popup #viewUtil .x-btn {
  display: none;
  width: 1.125rem;
  height: 1.125rem;
  background-color: transparent;
  background-image: url(//file.valofe.com/Valofe_file/web/pmang/o2jam-remix/images/btn_x.png);
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: center;
}
.view-popup #viewUtil .x-btn:hover {
  background-image: url(//file.valofe.com/Valofe_file/web/pmang/o2jam-remix/images/btn_x.png);
  background-size: 28px 28px;
}

#news_pop.view-popup .pop-sizing {
  width: 924px;
}

@media screen and (max-width: 1200px) {
  .view-popup .pop-article {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .view-popup#news_pop .pop-sizing,
  .view-popup .pop-sizing {
    width: calc(100% - 2rem);
  }
  .view-popup .pop-article .top-area .title {
    font-size: 1.5rem;
  }
  .view-popup .pop-article .cont {
    line-height: 1.7;
    font-size: 1em;
  }
}
@media screen and (max-width: 440px) {
  .view-popup .pop-article {
    padding: 1.5rem;
  }
  .view-popup .pop-article .cont {
    overflow: scroll;
  }
  .view-popup .pop-article .cont::-webkit-scrollbar {
    display: none;
  }
  .view-popup .pop-article .top-area .title {
    font-size: 1.5rem;
  }
  .view-popup .pop-article .top-area .sub-area > span {
    font-size: 0.75rem;
  }
  .view-popup .pop-cont {
    width: 98%;
  }
}
._visual {
  height: 100vh;
  position: relative;
  padding: 84px 0 0 !important;
  background: url(//file.valofe.com/Valofe_file/web/luniaz/images/reservation/main-bg-min.png) no-repeat center/cover;
}
._visual .shadow-wrap {
  width: 100%;
  height: 26%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  z-index: 3;
}
._visual .main-cha {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 50%;
  top: calc(50% - 28px);
  transform: translate(-50%, -50%);
}
._visual .main-cha img:nth-child(1) {
  position: absolute;
  width: 33%;
  left: -1%;
  bottom: 14%;
}
._visual .main-cha img:nth-child(2) {
  position: absolute;
  width: 29%;
  left: -2%;
  bottom: 0;
}
._visual .main-cha img:nth-child(3) {
  position: absolute;
  width: 41%;
  left: 4%;
  bottom: -2%;
}
._visual .main-cha img:nth-child(4) {
  position: absolute;
  width: 36%;
  right: 7%;
  bottom: 19%;
}
._visual .main-cha img:nth-child(5) {
  position: absolute;
  width: 31%;
  right: 0;
  bottom: 0;
}
._visual .main-cha img:nth-child(6) {
  position: absolute;
  width: 38%;
  right: 5%;
  bottom: 0;
}
._visual .main-tit {
  max-width: 655px;
  width: 90%;
  text-align: center;
  margin: 0 auto calc(10vh + 84px);
  position: relative;
  z-index: 3;
}
._visual .main-tit .tit img {
  width: 100%;
  margin-left: 5%;
}
._visual .main-tit .sub-tit {
  margin-top: 1rem;
  font-size: 3rem;
  /*  background: linear-gradient(180deg, #6aebe4 0%, #809dff 100%);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent; */
  color: #ffc450;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
._visual .main-tit .play-btn {
  display: inline-block;
  border: none;
  background: none;
  margin: 4rem 0 3.5rem;
  width: 11vh;
  max-width: 125px;
}
._visual .main-tit .play-btn img {
  width: 100%;
  cursor: pointer;
}
._visual .main-tit .btn-reg {
  width: 493px;
  height: 108px;
  margin: 12vh auto 3vh;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: backgroundImage 0.75s ease-in-out;
  background-image: url(https://file.valofe.com/Valofe_file/web/pmang/zsgd/images/btn-cbt-min.png);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: contain;
}
._visual .main-tit .btn-reg a {
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  font-weight: bold;
  color: #ffffff;
  font-size: 1.875rem;
  margin-bottom: 1%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
._visual .main-tit .btn-reg:hover {
  background-image: url(https://file.valofe.com/Valofe_file/web/pmang/zsgd/images/btn-cbt-on-min.png);
}
._visual .main-tit .btn-reg-off {
  max-width: 493px;
  width: 85%;
}
._visual .main-tit .scroll {
  animation: ani 1s infinite alternate;
}
._visual .main-tit .scroll img {
  display: block;
  margin: 0 auto;
  width: 10%;
}
._visual .main-tit .scroll span {
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  color: #ffffff;
  font-size: 0.875rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}

@media all and (max-width: 1280px) and (orientation: landscape) {
  /*   ._visual {padding: 13vh 0 !important;}
    ._visual .main-tit {max-width: 450px;width: 50%;}
    ._visual .main-tit .sub-tit{
      margin-top: max(5vh, 5px);
      font-size: max(3vw, 2rem);
    }
    ._visual .main-tit .btn-reg {width: 80%;height: 79px;margin: 6vh auto;} */
}
@media all and (max-width: 1280px) and (orientation: portrait) {
  /*  ._visual {padding: 15vh 0 !important;}
   ._visual .main-tit {max-width: 450px;width: 50%;}
   ._visual .main-tit .sub-tit{
     margin-top: max(5vh, 5px);
     font-size: max(3vw, 2rem);
   } */
  ._visual .main-tit .btn-reg {
    width: 80%;
    height: 79px;
    margin: 14vh auto 20vh;
  }
}
@media all and (max-width: 1024px) {
  ._visual .main-tit {
    max-width: 655px;
    width: 90%;
  }
  ._visual h1.logo {
    width: 60vw;
    min-width: 200px;
    margin: 0 auto;
  }
  ._visual h1.logo img {
    width: 100%;
  }
  ._visual .main-tit .btn-reg {
    width: 80%;
    height: 79px;
    margin: 14vh auto 8vh;
  }
  ._visual .main-tit .btn-reg a {
    width: calc(100% - 10rem);
  }
}
@media all and (max-width: 768px) {
  ._visual .main-tit {
    margin: 9vh auto calc(10vh + 84px);
  }
  ._visual .main-tit .btn-reg {
    width: 79vw;
    height: 17vw;
    margin: 12vh auto 5vh;
    background-position: center;
  }
  ._visual .main-tit .sub-tit {
    margin-top: 3vh;
    font-size: 4.5vmax;
  }
  ._visual .main-tit .btn-reg a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85);
    width: calc(100% - 2rem);
  }
}
@media all and (max-width: 640px) {
  ._visual .main-tit .sub-tit {
    font-size: 7vw;
  }
  ._visual .main-cha img:nth-child(1),
  ._visual .main-cha img:nth-child(4) {
    display: none;
  }
}
._open {
  padding-bottom: 4rem;
}
._open article {
  padding: 40px 24px;
  background-image: url(//file.valofe.com/Valofe_file/web/pmang/zsgd/images/cont-bg-min.png);
  border: none;
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
._open .tab,
._open .wrap-cont {
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
._open .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  /* border-bottom: 2px solid #000; */
}
._open .tab button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 20%;
  height: 56px;
  background: #fff;
  color: #000;
  text-shadow: 2px 2px 2px #FFB518;
  outline: none;
  font-size: 1.1875rem;
  font-weight: bold;
  transition: background 0.25s;
  border: 2px solid #FFB518;
  border-left: 1px solid #FFB518;
  border-right: 1px solid #FFB518;
}
._open .tab button:first-child {
  border-left: 2px solid #FFB518;
}
._open .tab button:last-child {
  border-right: 2px solid #FFB518;
}
._open .tab button.active, ._open .tab button:hover {
  background: #FFB518;
  color: #000;
  border: 2px solid transparent;
  text-shadow: 2px 2px 2px #fff;
}
._open .wrap-cont {
  display: none;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  height: fit-content;
  gap: 20px;
  margin-top: clamp(16px, 2.5rem, 40px);
  padding: clamp(16px, 2.5rem, 40px);
}
._open .wrap-cont img {
  max-width: 100%;
  border-radius: clamp(16px, 2.5rem, 40px);
}
._open .desc {
  width: 100%;
  background: #F3EAFF;
  border-radius: 10px;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 1.5rem 1.5rem 1rem;
  text-align: left;
  color: #000;
}
._open .desc dt {
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 1.45rem;
  line-height: 1;
  font-family: "Dela Gothic One" !important;
}
._open .desc dt small {
  display: block;
  margin-top: 0.45rem;
  text-align: center;
  font-family: "YuGothic", sans-serif !important;
  font-weight: bold;
  font-size: 0.75em;
  color: #8E45F6;
  line-height: 1.5;
}
._open .desc dd {
  margin-bottom: 0.75rem;
  padding-left: 0.875rem;
  text-indent: -0.75rem;
  font-family: "YuGothic", sans-serif !important;
  font-size: 0.85rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: -0.015625rem;
}
._open .wrap-cont.active {
  display: flex;
}
._open .wrap-cont .left {
  width: 100%;
  max-width: 886px;
  background: #FFB518;
  text-align: right;
  overflow: hidden;
}
._open .wrap-cont .left .el {
  width: 100%;
  height: auto;
  min-height: 25vmax;
}
._open .wrap-cont .left .el._img {
  width: 100%;
  background-image: url("//file.valofe.com/Valofe_file/web/pmang/zsgd/images//img-0.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
._open .wrap-cont .left .el._img img {
  width: 100%;
  height: 100%;
}
._open .wrap-cont .right {
  width: 100%;
  max-width: 886px;
  display: flex;
  flex-direction: row;
  text-align: center;
}
._open .wrap-cont .right ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  gap: 24px;
  /* li, li.on {

    &:nth-of-type(3) button:before {
      display: none
    }

    &:nth-of-type(3) button:after {
      display: none
    }
    &:nth-of-type(3) button:hover{border: none; pointer-events: none}
    &:nth-of-type(3) button:hover:before {
      display: none
    }

    &:nth-of-type(3) button:hover:after {
      display: none
    }
  } */
}
._open .wrap-cont .right ul li {
  width: 100%;
  max-width: 16vh;
  max-width: 153px;
  max-height: 8.96vh;
  min-height: 85.68px;
  background: #fff;
  cursor: pointer;
  border-radius: 0.625rem;
  overflow: hidden;
}
._open .wrap-cont .right ul li button {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  transition: border 0.25s ease-in-out;
  border-radius: 0.625rem;
  overflow: hidden;
}
._open .wrap-cont .right ul li button img {
  transition: transform 0.25s ease-in-out;
  transform: scale(1);
}
._open .wrap-cont .right ul li button:after {
  left: 50%;
  top: 50%;
  content: "";
  border-radius: 0.625rem;
  overflow: hidden;
  transition: background-color 0.25s ease-in-out, transform 0.25s ease-in-out;
  transform: translate(-50%, -47%);
  background-color: transparent;
}
._open .wrap-cont .right ul li button:hover {
  border: none;
}
._open .wrap-cont .right ul li button:hover img {
  transform: scale(1.05);
}
._open .wrap-cont .right ul li button:hover:after {
  content: url("//file.valofe.com/Valofe_file/web/pmang/zsgd/images/btn_play.png");
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #FFB518;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
}
._open .wrap-cont .right ul li button:hover:before {
  opacity: 1;
  content: "";
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  mix-blend-mode: overlay;
}
._open .wrap-cont .right ul li .resizing-el {
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
._open .wrap-cont .right ul li.on button {
  border: 4px solid #FFB518;
}
._open .wrap-cont .right ul li.on button:after {
  display: none;
  opacity: 1;
  content: "⩥";
  position: absolute;
  height: 3rem;
  width: 3rem;
  font-size: 2.5rem;
  color: #FFB518;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
._open .wrap-cont .right ul li.on button:before {
  opacity: 1;
  content: "";
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  mix-blend-mode: overlay;
}
@media all and (max-width: 1280px) {
  ._open .tab, ._open .wrap-cont {
    width: calc(100% - 20rem);
  }
  ._open .tab button {
    width: 100%;
    height: 44px;
    font-size: 1.15rem;
  }
  ._open .wrap-cont {
    max-width: 100%;
    gap: 24px;
    flex-direction: column;
    /* visibility: hidden; */
  }
  ._open .wrap-cont .left {
    flex: unset;
    min-height: unset;
    display: flex;
    justify-content: center;
    background: none;
    max-width: unset;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  ._open .wrap-cont .left .el, ._open .wrap-cont .left .el._img {
    width: 100%;
    height: 38vw !important;
  }
  ._open .wrap-cont .left .el iframe, ._open .wrap-cont .left .el._img iframe {
    width: 100% !important;
  }
  ._open .wrap-cont .right {
    /* flex: 1 1 100%; */
    gap: unset;
    flex: unset;
    width: 100%;
    overflow: hidden;
  }
  ._open .wrap-cont .right ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    width: 100%;
    margin-top: 0;
  }
  ._open .wrap-cont .right ul li {
    width: calc(33.3333% - 16px);
  }
  ._open .wrap-cont .right ul .resizing-el {
    width: 100% !important;
  }
}
@media all and (max-width: 1024px) {
  ._open {
    height: auto;
  }
  ._open .tab, ._open .wrap-cont {
    width: calc(100% - 4rem);
  }
  ._open .left .el, ._open .left .el._img {
    width: calc(80vw - 48px);
    height: 43vw !important;
  }
}
@media all and (max-width: 640px) {
  ._open .tab, ._open .wrap-cont {
    width: 100%;
  }
  ._open .tab {
    margin-bottom: 10px;
  }
  ._open .tab button {
    padding: 0.625rem;
    height: auto;
    font-size: 1em;
  }
  ._open .wrap-cont .left {
    max-width: 100%;
    width: 100%;
  }
  ._open .wrap-cont .right ul li button:hover:after {
    font-size: 3.5rem;
  }
}
@media all and (max-width: 460px) {
  ._open .wrap-cont .right ul li button:hover:after {
    font-size: 1.5rem;
  }
  ._open .tab button {
    font-size: 13px;
  }
}
._open .wrap-cont {
  margin-top: 0;
  padding-top: 16px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

._news {
  overflow: hidden;
  background: #fff;
  padding-bottom: 4rem;
  position: relative;
  /*
    article {
      display: grid;
      align-items: center;
      flex-direction: column;
       */
}
._news .row-w {
  z-index: 1;
}
._news p + .row-w {
  position: relative;
}
._news .link-news {
  position: absolute;
  right: 0;
  top: 10rem;
  justify-self: flex-end;
  transition: color 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 48px;
  border-radius: 100vmax;
  font-weight: 100 !important;
  font-size: 1.5rem;
  background: #fff;
  color: #000;
}
._news .link-news:hover {
  background: #8E45F6;
}
._news #news_tabs {
  display: inline-flex;
  align-items: end;
  justify-content: flex-start;
  position: relative;
  width: auto;
  margin-bottom: -3px;
  z-index: 10;
}
._news #news_tabs .news-tab {
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  outline: none;
  display: inline-block;
  text-align: center;
  margin: 2rem auto 0;
  padding: 0.625rem 1rem;
  width: 11rem;
  background: #fff;
  font-size: 1.125rem;
  transition: color 0.25s, background 0.25s;
  letter-spacing: -0.25px;
  font-weight: bold;
  color: #000;
  border: 3px solid #FFB518;
  border-bottom: 3px solid transparent;
  text-shadow: 2px 2px 2px #FFB518;
  border-left: none;
  font-family: "Dela Gothic One" !important;
}
._news #news_tabs .news-tab:first-child {
  border-left: 3px solid transparent;
}
._news #news_tabs .news-tab.active, ._news #news_tabs .news-tab:hover {
  font-weight: inherit;
  color: #000;
  background: #FFB518;
  border-bottom: 3px solid transparent;
  text-shadow: 2px 2px 2px #fff;
  font-size: 1.125rem;
}
._news #news_tabs .news-tab:hover {
  background: rgba(255, 181, 24, 0.8);
}
._news .wrap-news {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  z-index: 0;
  width: 100%;
  gap: 20px;
  padding: 40px 20px 70px;
  margin-top: 0;
  background-image: url("//file.valofe.com/Valofe_file/web/pmang/zsgd/images/cont-bg-min.png");
  border: none;
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
._news .wrap-news .left, ._news .wrap-news .right {
  z-index: 1;
  position: relative;
  flex: 1 1 calc(50% - 10px);
  background: #fff;
  height: auto;
  aspect-ratio: 16/9;
}
._news .wrap-news .right {
  margin-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._news #news_list {
  justify-self: flex-start;
}
._news .news-list {
  flex-grow: 1;
}
._news .wrap-news .left {
  margin-left: 0;
  overflow: hidden;
}
._news .wrap-news .left a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: display 0.25s;
  cursor: pointer;
}
._news .wrap-news .left a img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.25s;
}
._news .wrap-news .left a:hover img {
  transform: scale(1.05);
  transition: transform 0.25s;
}
._news .wrap-news .left .no-article,
._news .wrap-news .right .no-article {
  display: block;
  font-size: 1.1875rem;
  letter-spacing: -0.25px;
  color: #8E45F6;
  padding: 7px 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
._news .wrap-news .left .no-article {
  padding: 0;
  width: 100%;
  height: 100%;
}
._news .wrap-news .left .no-article img {
  width: 100%;
}
._news .wrap-news dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0 30px;
  font-size: 1.1875rem;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  letter-spacing: -0.25px;
  color: #000;
  transition: color 0.25s, background 0.25s;
  cursor: pointer;
  background: transparent;
  border-top: 1px solid #DDD;
}
._news .wrap-news dl:first-child {
  border-top: 1px solid transparent;
}
._news .wrap-news dl dt {
  cursor: pointer;
  display: inline-block;
  padding: 7px 0 4px;
  margin-right: 20px;
  border-radius: 100vmax;
  font-weight: bold;
  width: 113px;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  border: 1px solid #8E45F6;
  background: #fff;
  text-align: center;
  color: #8E45F6;
  font-size: 0.75em;
}
._news .wrap-news dl dd {
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 5px 0;
  width: calc(100% - 139px);
  text-align: left;
  font-weight: bold;
  letter-spacing: 0;
  color: inherit;
  font-size: inherit;
  font-family: "YuGothic", sans-serif !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._news .wrap-news dl dd .date {
  display: block;
  font-size: 0.8em;
  color: #969696;
  opacity: 0.5;
  font-family: "YuGothic", sans-serif !important;
}
._news .wrap-news .left.has-img .no-article {
  display: none;
}
._news .wrap-news .left.has-img #news_image {
  display: inline-block;
  transition: display 0.25s;
}
._news .wrap-news dl.current, ._news .wrap-news dl:hover {
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  color: #fff;
  background: #F3EAFF;
  border-top: 1px solid transparent;
}
._news .wrap-news dl.current dt, ._news .wrap-news dl:hover dt {
  color: #000;
  font-weight: bold;
  border: 1px solid #8E45F6;
  background: #8E45F6;
  font-family: inherit;
}
._news .wrap-news dl.current dd, ._news .wrap-news dl:hover dd {
  color: #000;
  font-family: inherit;
}
._news .paging {
  position: absolute;
  width: 100%;
  bottom: 35px;
  right: 0;
  text-align: center;
}
._news .paging .row-w {
  max-width: 1200px;
  width: 344px;
  margin: 2rem auto 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
._news .paging .row-w .wrap-start-arrow {
  position: absolute;
  width: 62px;
  left: 0;
}
._news .paging .row-w .wrap-end-arrow {
  position: absolute;
  width: 62px;
  right: 0;
}
._news .paging .row-w .wrap-num {
  width: 220px;
  position: absolute;
  left: 62px;
}
._news .paging a {
  padding: 10px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #787878;
  font-weight: bold;
  transition: color 0.25s;
}
._news .paging a, ._news .paging a * {
  font-family: "Font Awesome 5 Free", "Yu Gothic", sans-serif;
}
._news .paging a.on, ._news .paging a:hover {
  color: #8E45F6;
  font-weight: bold;
}
@media all and (max-width: 1280px) {
  ._news #news_tabs .news-tab {
    font-size: 1rem;
  }
  ._news .wrap-news dl {
    padding: 2px 30px;
    font-size: 1.15rem;
  }
  ._news .wrap-news dd {
    font-size: 0.9em;
  }
}
@media all and (max-width: 1024px) {
  ._news .wrap-news {
    margin-top: -1px;
    gap: 0;
    padding: 30px 30px 70px;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
  }
  ._news #news_tabs {
    margin-bottom: -6px;
  }
  ._news .left,
  ._news .right {
    width: 100%;
    min-height: 20rem;
  }
  ._news .link-news {
    margin-right: 0;
    top: 11rem;
  }
  ._news .wrap-news .left {
    display: none;
    width: 100%;
    min-height: unset;
    margin: 0 auto;
  }
  ._news .wrap-news .left a {
    width: 60%;
    margin: 0 auto;
  }
  ._news .wrap-news .right {
    margin-top: 0;
    min-height: unset;
  }
  ._news .wrap-news .left .no-article,
  ._news .wrap-news .right .no-article {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
  }
  ._news .wrap-news .left .no-article {
    text-align: center;
  }
  ._news .paging .row-w .wrap-num {
    left: 50%;
    transform: translate(-50%);
  }
}
@media all and (max-width: 840px) {
  ._news .link-news {
    width: 30vw;
    height: 6vw;
  }
  ._news .wrap-news {
    margin-top: 0;
  }
  ._news .wrap-news dl {
    font-size: 1rem;
    padding: 4.25px 10px;
  }
  ._news .wrap-news dt {
    width: 7em;
  }
  ._news #news_tabs {
    display: flex;
    width: 100%;
    margin-bottom: -3px;
    justify-content: flex-start;
    margin-top: 4rem;
  }
  ._news #news_tabs .news-tab {
    margin: 0;
    padding: 0.625rem 0;
    width: 25%;
    font-size: 1em;
  }
}
@media all and (max-width: 800px) {
  ._news .link-news {
    width: auto;
    top: 13rem;
    padding: 0 2rem;
  }
}
@media all and (max-width: 540px) {
  ._news .wrap-news .left {
    height: 120px;
  }
  ._news .wrap-news .left .no-article {
    height: 120px;
    line-height: 100px;
  }
  ._news .wrap-news .right {
    margin-top: 0;
  }
}

.wrap-hero {
  background: #fff;
  border-top: 4px solid #FFB518;
}

.wrap-hero .slick-slide {
  max-width: 100% !important;
}

.wrap-hero .slick-dots {
  top: 4rem;
  width: 80%;
  transform: translateX(-50%);
  left: 50%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-hero .slick-dots li {
  width: 16.6666666667%;
  margin: 0;
}
.wrap-hero .slick-dots li button {
  width: 100%;
  position: relative;
  height: 64px;
  border-radius: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 2px solid #FFB518;
  border-left: none;
  transition: background-color 0.25s ease-in-out;
}
.wrap-hero .slick-dots li:first-child {
  border-left: 2px solid #FFB518;
}
.wrap-hero .slick-dots li.slick-active button, .wrap-hero .slick-dots li:hover button {
  filter: none;
  color: transparent;
  background-color: #FFB518;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wrap-hero .slick-dots li:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: pre-line;
  color: #000;
  text-shadow: 2px 2px 2px #FFB518;
  font-size: 1rem;
  text-align: center;
  font-family: "Dela Gothic One" !important;
}
.wrap-hero .slick-dots li.slick-active:after, .wrap-hero .slick-dots li:hover:after {
  text-shadow: 2px 2px 2px #fff;
}
.wrap-hero .slick-dots li:nth-child(1):after {
  content: "工イル·バ \a  ルトロー";
}
.wrap-hero .slick-dots li:nth-child(2):after {
  content: "ジーク·エル \a  モン";
}
.wrap-hero .slick-dots li:nth-child(3):after {
  content: "ダイン·ク \a  ローリー";
}
.wrap-hero .slick-dots li:nth-child(4):after {
  content: "ティア";
}
.wrap-hero .slick-dots li:nth-child(5):after {
  content: "ライム";
}
.wrap-hero .slick-dots li:nth-child(6):after {
  content: "デイシー·ダ \a  ルストリン";
}

.hero-container {
  position: relative;
  color: #fff;
  padding: 8rem 10% 3rem;
}
.hero-container .hero-img {
  z-index: 0;
  position: absolute;
  right: 5rem;
  width: 50%;
  top: calc(50% + 4rem);
  transform: translateY(-50%);
  animation: aniBounce 1s 0s linear infinite alternate-reverse;
}
.hero-container .hero-img img {
  width: 100%;
}
.hero-container .hero-info {
  position: relative;
  z-index: 1;
  padding-top: 4rem;
}
.hero-container .hero-info .hero-tit {
  display: inline-block;
  padding: 0.5rem 0.25rem 0.5rem 1rem;
  font-size: 1.975rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  background: #000;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #fff;
  font-family: "Dela Gothic One", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", sans-serif;
}
.hero-container .hero-info p {
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 2;
  color: #000;
}
.hero-container .hero-info p, .hero-container .hero-info p * {
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  font-weight: bold;
}
.hero-container .hero-info p em {
  color: #FFB518;
}

@keyframes aniBounce {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  /* wrap-hero */
  .hero-container .hero-img {
    top: calc(50% + 6rem);
    max-width: 50%;
  }
  .hero-container .hero-img.chr2 {
    margin-left: 10%;
  }
  .hero-container .hero-img.chr5 {
    margin-left: 10%;
  }
}
@media screen and (max-width: 840px) {
  .wrap-hero .slick-dots {
    top: 3rem;
    width: calc(100% - 3rem);
  }
  .hero-container {
    padding: 8rem 10% 3rem;
  }
  .hero-container .hero-img {
    top: calc(50% + 3rem);
  }
  .hero-container .hero-info { /* padding-top: 1rem */ }
  .hero-container .hero-info .hero-tit {
    font-size: 1.5rem;
    padding: 0.25rem 0.125rem 0.25rem 1rem;
  }
  .hero-container .hero-info p {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  /* .hero-container .hero-info{padding-top:2rem;} */
  /* wrap-hero */
  .hero-container {
    padding: 3rem 2rem;
  }
  .hero-container .hero-img {
    opacity: 0.6;
    animation: unset;
    max-width: fit-content;
    min-width: 500px;
    left: 20%;
    /*       &.chr1 {min-width: 400px;left: 30%;top:11%;}
          &.chr2 {min-width: 515px;top: 14%;left: 28%;}
          &.chr3 {left: 37%;top: 11%;}
          &.chr4 {left: 40%;top: 11%;} */
  }
  .hero-container .hero-info > p {
    padding-left: 1rem;
  }
  .wrap-hero .slick-dots {
    top: 1.5rem;
  }
  .wrap-hero .slick-arrow {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .hero-container {
    padding: 3rem 2rem;
  }
  .hero-container .hero-img {
    top: calc(50% + 5rem);
  }
  .hero-container .hero-info {
    padding-top: 9rem;
  }
  .hero-container .hero-info > p {
    padding-left: 1rem;
    padding-top: 1rem;
  }
  .wrap-hero .slick-dots {
    top: 40px;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap-hero .slick-dots li {
    width: 31%;
  }
  .wrap-hero .slick-dots li button {
    border: 2px solid #FFB518;
  }
  .wrap-hero .slick-dots li:nth-of-type(1) button,
  .wrap-hero .slick-dots li:nth-of-type(2) button,
  .wrap-hero .slick-dots li:nth-of-type(3) button {
    border-bottom: 2px solid transparent;
  }
  .wrap-hero .slick-dots li:first-child {
    border-left: 2px solid #FFB518;
  }
  .wrap-hero .slick-dots li:nth-of-type(1) button {
    border-left: 2px solid transparent;
  }
  .wrap-hero .slick-dots li:nth-of-type(2) button,
  .wrap-hero .slick-dots li:nth-of-type(3) button,
  .wrap-hero .slick-dots li:nth-of-type(5) button,
  .wrap-hero .slick-dots li:nth-of-type(6) button {
    border-left: 2px solid transparent;
  }
  .wrap-hero .slick-dots li:nth-of-type(4) button,
  .wrap-hero .slick-dots li:nth-of-type(5) button,
  .wrap-hero .slick-dots li:nth-of-type(6) button {
    margin-top: -2px;
  }
  .wrap-hero .slick-dots li button {
    height: 53px;
  }
  .wrap-hero .slick-dots li:after {
    font-size: 14px;
  }
}
@media screen and (max-width: 460px) {
  .hero-container {
    padding: 3rem 2rem 1rem;
  }
  .hero-container .hero-img {
    min-width: 380px;
  }
  .hero-container .hero-info .hero-tit {
    font-size: 17px;
    letter-spacing: -0.5px;
  }
}
._media {
  padding-bottom: 4rem;
}
._media article {
  padding: 40px 24px;
  background-image: url(//file.valofe.com/Valofe_file/web/pmang/zsgd/images/cont-bg-min.png);
  border: none;
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
._media .tab,
._media .wrap-cont {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
}
._media .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  /* border-bottom: 2px solid #000; */
}
._media .tab button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 151px;
  height: 56px;
  background: #fff;
  color: #000;
  text-shadow: 2px 2px 2px #FFB518;
  outline: none;
  font-size: 1.1875rem;
  transition: background 0.25s;
  border: 2px solid #FFB518;
  font-family: "Dela Gothic One" !important;
}
._media .tab button.active, ._media .tab button:hover {
  background: #FFB518;
  color: #000;
  border: 2px solid transparent;
  text-shadow: 2px 2px 2px #fff;
  font-family: "Dela Gothic One" !important;
}
._media .wrap-cont {
  display: none;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  height: fit-content;
  gap: 24px;
}
._media .wrap-cont.active {
  display: flex;
}
._media .wrap-cont .left {
  width: 100%;
  max-width: 886px;
  background: #FFB518;
  text-align: right;
  overflow: hidden;
}
._media .wrap-cont .left .el {
  width: 100%;
  height: auto;
  min-height: 25vmax;
}
._media .wrap-cont .left .el._img {
  width: 100%;
  background-image: url("//file.valofe.com/Valofe_file/web/pmang/zsgd/images//img-0.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
._media .wrap-cont .left .el._img img {
  width: 100%;
  height: 100%;
}
._media .wrap-cont .right {
  width: 100%;
  max-width: 886px;
  display: flex;
  flex-direction: row;
  text-align: center;
}
._media .wrap-cont .right ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  gap: 24px;
  /* li, li.on {

    &:nth-of-type(3) button:before {
      display: none
    }

    &:nth-of-type(3) button:after {
      display: none
    }
    &:nth-of-type(3) button:hover{border: none; pointer-events: none}
    &:nth-of-type(3) button:hover:before {
      display: none
    }

    &:nth-of-type(3) button:hover:after {
      display: none
    }
  } */
}
._media .wrap-cont .right ul li {
  width: 100%;
  max-width: 16vh;
  max-width: 153px;
  max-height: 8.96vh;
  min-height: 85.68px;
  background: #fff;
  cursor: pointer;
  border-radius: 0.625rem;
  overflow: hidden;
}
._media .wrap-cont .right ul li button {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  transition: border 0.25s ease-in-out;
  border-radius: 0.625rem;
  overflow: hidden;
}
._media .wrap-cont .right ul li button img {
  transition: transform 0.25s ease-in-out;
  transform: scale(1);
}
._media .wrap-cont .right ul li button:after {
  left: 50%;
  top: 50%;
  content: "";
  border-radius: 0.625rem;
  overflow: hidden;
  transition: background-color 0.25s ease-in-out, transform 0.25s ease-in-out;
  transform: translate(-50%, -47%);
  background-color: transparent;
}
._media .wrap-cont .right ul li button:hover {
  border: none;
}
._media .wrap-cont .right ul li button:hover img {
  transform: scale(1.05);
}
._media .wrap-cont .right ul li button:hover:after {
  content: url("//file.valofe.com/Valofe_file/web/pmang/zsgd/images/btn_play.png");
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #FFB518;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
}
._media .wrap-cont .right ul li button:hover:before {
  opacity: 1;
  content: "";
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  mix-blend-mode: overlay;
}
._media .wrap-cont .right ul li .resizing-el {
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
._media .wrap-cont .right ul li.on button {
  border: 4px solid #FFB518;
}
._media .wrap-cont .right ul li.on button:after {
  display: none;
  opacity: 1;
  content: "⩥";
  position: absolute;
  height: 3rem;
  width: 3rem;
  font-size: 2.5rem;
  color: #FFB518;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
._media .wrap-cont .right ul li.on button:before {
  opacity: 1;
  content: "";
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  mix-blend-mode: overlay;
}
@media all and (max-width: 1280px) {
  ._media .tab, ._media .wrap-cont {
    width: calc(100% - 20rem);
  }
  ._media .tab button {
    width: 100%;
    height: 44px;
    font-size: 1.15rem;
  }
  ._media .wrap-cont {
    max-width: 100%;
    gap: 24px;
    flex-direction: column;
    /* visibility: hidden; */
  }
  ._media .wrap-cont .left {
    flex: unset;
    min-height: unset;
    display: flex;
    justify-content: center;
    background: none;
    max-width: unset;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  ._media .wrap-cont .left .el, ._media .wrap-cont .left .el._img {
    width: 100%;
    height: 38vw !important;
  }
  ._media .wrap-cont .left .el iframe, ._media .wrap-cont .left .el._img iframe {
    width: 100% !important;
  }
  ._media .wrap-cont .right {
    /* flex: 1 1 100%; */
    gap: unset;
    flex: unset;
    width: 100%;
    overflow: hidden;
  }
  ._media .wrap-cont .right ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    width: 100%;
    margin-top: 0;
  }
  ._media .wrap-cont .right ul li {
    width: calc(33.3333% - 16px);
  }
  ._media .wrap-cont .right ul .resizing-el {
    width: 100% !important;
  }
}
@media all and (max-width: 1024px) {
  ._media {
    height: auto;
  }
  ._media .tab, ._media .wrap-cont {
    width: calc(100% - 4rem);
  }
  ._media .left .el, ._media .left .el._img {
    width: calc(80vw - 48px);
    height: 43vw !important;
  }
}
@media all and (max-width: 640px) {
  ._media .tab, ._media .wrap-cont {
    width: 100%;
  }
  ._media .tab {
    margin-bottom: 10px;
  }
  ._media .tab button {
    padding: 0.625rem;
    height: auto;
    font-size: 1em;
  }
  ._media .wrap-cont .left {
    max-width: 100%;
    width: 100%;
  }
  ._media .wrap-cont .right ul li button:hover:after {
    font-size: 3.5rem;
  }
}
@media all and (max-width: 460px) {
  ._media .wrap-cont .right ul li button:hover:after {
    font-size: 1.5rem;
  }
}

.view-popup._pop_purchase.show {
  display: block;
  opacity: 1;
}
.view-popup._pop_purchase .pop-cont {
  width: 640px;
}
.view-popup._pop_purchase .pop-article {
  border: 2px solid #061478;
  background: #0a0d39;
  box-shadow: inset 0px 0px 6px 6px rgba(6, 20, 120, 0.3);
}
.view-popup._pop_purchase .pop-article .top-area {
  border-bottom: 0;
}
.view-popup._pop_purchase .pop-article .top-area .title {
  overflow: hidden;
  text-align: center;
  letter-spacing: -0.5px;
  color: #00e3ff;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2.75rem;
}
.view-popup._pop_purchase .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.view-popup._pop_purchase ._first .btn {
  outline: none;
  border: none;
  border-radius: 100vmax;
  width: 7.875rem;
  height: 2.5rem;
  font-size: 1rem;
  color: #03051f;
  background: #00e3ff;
  transition: background 0.25s;
}
.view-popup._pop_purchase ._first .btn:hover {
  background: #fff;
}
.view-popup._pop_purchase ._second {
  gap: 20px;
}
.view-popup._pop_purchase .wrap-input {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  font-size: 1.125rem;
  color: #f8f8f8;
}
.view-popup._pop_purchase .wrap-input .line {
  width: 100%;
  height: 1px;
  background: #24244e;
}
.view-popup._pop_purchase .wrap-select {
  width: calc(57.5% - 10px);
}
.view-popup._pop_purchase .wrap-select .text {
  margin-right: 20px;
}
.view-popup._pop_purchase .wrap-price {
  width: calc(42.5% - 10px);
  display: flex;
  flex-direction: column;
}
.view-popup._pop_purchase .wrap-price dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875em;
  color: #fff;
}
.view-popup._pop_purchase .wrap-price dl dt {
  text-align: left;
}
.view-popup._pop_purchase .wrap-price dl dd {
  text-align: right;
  font-weight: bold;
}
.view-popup._pop_purchase .text {
  color: inherit;
  font-size: 1em;
}
.view-popup._pop_purchase .input {
  width: 8.5rem;
  height: 2.75rem;
  padding: 0 0.8125rem 0 0.875rem;
  border-radius: 0.5rem;
  text-align: right;
  font-size: 1em;
  color: inherit;
  background: #232759;
}
.view-popup._pop_purchase .select {
  display: inline-block;
  position: relative;
}
.view-popup._pop_purchase .selected {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  font-size: 0.9em;
}
.view-popup._pop_purchase .selected .arrow {
  position: absolute;
  left: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.25s;
}
.view-popup._pop_purchase #select_price.open .selected .arrow {
  transform: rotate(180deg) translateY(10px);
  transform-origin: center;
}
.view-popup._pop_purchase #select_price.open .options {
  opacity: 1;
  pointer-events: initial;
  height: auto;
}
.view-popup._pop_purchase .options {
  opacity: 0;
  height: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 2.875rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  text-align: right;
  font-size: 1em;
  color: inherit;
  background: #232759;
  transition: height 0.25s, opacity 0.25s;
}
.view-popup._pop_purchase .options .option {
  width: 100%;
  display: block;
  padding: 0.25rem 0.8125rem 0.25rem 0.875rem;
  font-size: 0.8em;
  color: inherit;
  background: inherit;
  transition: background 0.25s, color 0.25s;
}
.view-popup._pop_purchase .options .option:hover {
  color: #03051f;
  background: #fff;
}
.view-popup._pop_purchase .notice {
  padding: 2.25rem 1.5rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  color: #f8f8f8;
  background: #050b2c;
}
.view-popup._pop_purchase .notice dt {
  margin-bottom: 1.5rem;
}
.view-popup._pop_purchase .notice dd {
  line-height: 1.7;
  padding-left: 1rem;
  text-indent: -1rem;
}
.view-popup._pop_purchase .notice .refund-policy {
  padding-left: 2em;
  text-indent: -0.975em;
  font-size: 0.975em;
  color: rgba(0, 227, 255, 0.65);
}
.view-popup._pop_purchase .notice .refund-policy.tit {
  font-size: 0.875rem;
  color: rgba(0, 227, 255, 0.8);
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
.view-popup._pop_purchase .wrap-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 1.25rem;
}
.view-popup._pop_purchase .wrap-btn .btn {
  outline: none;
  border: none;
  border-radius: 100vmax;
  height: 60px;
  width: 10.75rem;
  font-size: 1.125em;
  color: #fff;
  transition: background 0.25s;
}
.view-popup._pop_purchase .wrap-btn .btn._exchange {
  background: #4800ff;
}
.view-popup._pop_purchase .wrap-btn .btn._exchange:hover {
  background: rgba(72, 0, 255, 0.6);
}
.view-popup._pop_purchase .wrap-btn .btn._cancel {
  background: #232759;
}
.view-popup._pop_purchase .wrap-btn .btn._cancel:hover {
  background: rgba(35, 39, 89, 0.6);
}

.view-popup._billing_com_popup.show {
  display: block;
  opacity: 1;
}
.view-popup._billing_com_popup .pop-cont {
  width: 640px;
}
.view-popup._billing_com_popup .pop-article {
  border: 2px solid #061478;
  background: #0a0d39;
  box-shadow: inset 0px 0px 6px 6px rgba(6, 20, 120, 0.3);
}
.view-popup._billing_com_popup .pop-article .top-area {
  border-bottom: 0;
}
.view-popup._billing_com_popup .pop-article .top-area .title {
  overflow: hidden;
  text-align: center;
  letter-spacing: -0.5px;
  color: #00e3ff;
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 0;
}
.view-popup._billing_com_popup .wrap-input {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 370px;
  margin: 0 auto;
  font-size: 1.125rem;
  color: #f8f8f8;
}
.view-popup._billing_com_popup .row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.125rem;
}
.view-popup._billing_com_popup .text {
  display: inline-block;
  width: 10rem;
  color: inherit;
  font-size: 1em;
}
.view-popup._billing_com_popup .value {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 9.5rem;
  height: 2.75rem;
  padding: 0 0.8125rem 0 0.875rem;
  border-radius: 0.5rem;
  text-align: right;
  font-size: 1em;
  color: inherit;
  background: #232759;
}

._purchase {
  overflow: hidden;
  height: calc(100vh + 84px);
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: calc(5rem + 74px) 0 4rem;
  background: url("https://file.qijisoft.com/Valofe_file/web/o2jam-remix-pmang/images/bg_sec2-min.jpg") center top/cover no-repeat;
}
._purchase .row-w {
  z-index: 9;
}
._purchase #tri {
  z-index: 0;
  position: absolute;
  width: auto;
  height: 100%;
  right: 0;
  bottom: 0;
  animation: filtering 1.5s infinite;
}
@keyframes filtering {
  0% {
    filter: brightness(1);
  }
  10% {
    filter: brightness(0.5);
  }
  25% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(2);
  }
  100% {
    filter: brightness(1);
  }
}
._purchase #pong {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 0;
}
._purchase #funny {
  position: absolute;
  z-index: 0;
  bottom: 15px;
  right: 0;
}
._purchase .wrap-purchase {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
  gap: 3rem;
  width: 100%;
  padding: 4.875rem 0;
  margin-top: 0;
  background-color: #100052;
  border: 2px solid #11009a;
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
._purchase .wrap-purchase:before {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #6371ed;
  z-index: 0;
}
._purchase .wrap-purchase:after {
  content: "";
  position: absolute;
  display: block;
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 2px solid #9d29de;
  z-index: 0;
}
._purchase .wrap-purchase .wrap-num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  color: #fff;
  font-size: 1.25rem;
}
._purchase .wrap-purchase .wrap-num dt {
  width: 100%;
}
._purchase .wrap-purchase .wrap-num dd {
  width: 100%;
  display: flex;
  align-items: baseline;
}
._purchase .wrap-purchase .wrap-num .num {
  font-size: 3.125rem;
  font-weight: bold;
  margin-right: 7px;
  color: #fff;
}
._purchase .wrap-purchase .wrap-btn {
  margin-left: 10vw;
}
._purchase .wrap-purchase .wrap-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  border-radius: 1.25rem;
  color: #000;
  background: #00f0ff;
  font-size: 1.5625rem;
  padding: 1.5rem 3rem;
  transition: background-color 0.25s;
}
._purchase .wrap-purchase .wrap-btn button:hover {
  background: #fff;
}
._purchase .wrap-purchase .left, ._purchase .wrap-purchase .right {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
._purchase .wrap-purchase .line {
  display: inline-block;
  height: 6rem;
  width: 1px;
  background-color: #5e5092;
  background-size: 100% calc(100% - 2rem);
  background-position: left center;
}
@media all and (max-width: 1280px) {
  ._purchase {
    min-height: 100vh;
    height: auto !important;
  }
  ._purchase section h2 {
    max-width: 100%;
    font-size: 3rem;
    margin-bottom: 2rem;
    font-weight: bold;
    text-align: center;
  }
  ._purchase section h3 { /* font-size: 1.5rem; */
    font-size: 1.5625rem;
  }
  ._purchase .row-w {
    width: calc(100% - 8rem);
  }
  ._purchase article {
    display: flex;
    flex-direction: column;
    gap: 5vh;
  }
  ._purchase .wrap-purchase .wrap-num .num {
    font-size: 2rem;
  }
}
@media all and (max-width: 1024px) {
  ._purchase .row-w {
    width: 65vw;
  }
  ._purchase .wrap-purchase {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 3rem;
  }
  ._purchase .wrap-purchase .line {
    height: 4rem;
    background-size: 100% 100%;
    margin: 0 auto;
    transform: rotate(90deg);
  }
  ._purchase .wrap-purchase .left, ._purchase .wrap-purchase .right {
    width: 100%; /*  margin: 0 auto; */
  }
  ._purchase .wrap-purchase .left .wrap-num, ._purchase .wrap-purchase .right .wrap-num {
    margin-left: 0;
  }
  ._purchase .wrap-purchase .wrap-purchase .wrap-btn {
    margin-right: 0;
    margin-left: 3vw;
  }
  ._purchase .wrap-purchase .wrap-btn button {
    padding: 1rem 3rem;
    border-radius: 1rem;
    font-size: 1.25rem;
  }
  ._purchase #pong {
    left: -5%;
    height: 65%;
    bottom: 0;
  }
  ._purchase #funny {
    right: -5%;
    height: 70%;
    bottom: 0;
  }
}
@media all and (max-width: 840px) {
  ._purchase .row-w {
    width: 80vw;
  }
}
@media all and (max-width: 640px) {
  ._purchase .row-w {
    width: calc(100% - 2rem);
  }
  ._purchase .wrap-purchase {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  ._purchase .left, ._purchase .right {
    min-width: 280px;
    max-width: unset;
  }
}
@media all and (max-width: 480px) {
  ._purchase #pong, ._purchase #funny {
    display: none;
  }
}

._system {
  padding: 0 0 4rem;
  height: auto;
  background: #1c1c1c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh + 84px);
}
._system .btn-down {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 1rem;
  padding: 1.15rem 3.7rem 1.125rem;
  font-size: 1.5625rem;
  color: #fff;
  background-color: #531185;
  background: linear-gradient(75deg, #4200ff 0, #531185 50%);
  background-size: 200%;
  transition: backgroundSize 0.1s, backgroundSize 0.2s;
}
._system .btn-down:hover {
  background-color: #4200ff;
  background: linear-gradient(75deg, #4200ff 0, #4200ff 70%);
  background-size: 100%;
}
._system .wrap-tbl {
  margin-top: 2rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
._system .require {
  min-width: 28rem;
  border-collapse: collapse;
  border: 1px solid #2f2f2f;
  font-size: 1rem;
}
._system .require caption {
  text-align: left;
  line-height: 1.7;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 1rem;
}
._system .require th {
  padding: 1rem 1.5rem;
  color: #fff;
  border: 1px solid #2f2f2f;
  background: #373737;
}
._system .require td {
  padding: 1rem;
  color: grey;
  border: 1px solid #2f2f2f;
}
@media all and (max-width: 1280px) {
  ._system {
    min-height: 100vh;
  }
}
@media all and (max-width: 1024px) {
  ._system .wrap-tbl {
    flex-direction: column;
  }
}
@media all and (max-width: 460px) {
  ._system {
    padding: 5rem 0 4rem;
  }
  ._system .wrap-tbl {
    flex-direction: column;
  }
  ._system .require {
    font-size: 0.875rem;
    overflow-x: auto;
    max-width: calc(100% - 2rem);
  }
}

.guide-p-lounge {
  opacity: 0;
  z-index: 999;
  cursor: pointer;
  position: fixed;
  top: 180px;
  right: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 20px;
  background: rgba(2, 8, 23, 0.55);
  border-radius: 0.625rem;
  width: auto;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  transition: opacity 0.75s 1s ease-in-out, top 1s 1.75s ease;
}
.guide-p-lounge .left {
  text-align: left;
}
.guide-p-lounge.show {
  opacity: 1;
  top: 140px;
}
.guide-p-lounge.hidden {
  width: auto;
  gap: 0;
  padding: 10px 10px;
}
.guide-p-lounge.hidden dl, .guide-p-lounge.hidden dl * {
  display: none;
  padding: 0;
  margin: 0;
  height: 0;
  width: 0;
  font-size: 0;
  pointer-events: none;
  /*    dt{display: none; width: 0; height:0; margin:0; padding:0; font-size:0}
     dd{display: none; width: 0; height:0; margin:0; padding:0; font-size:0} */
}
.guide-p-lounge .left {
  text-align: left;
}
.guide-p-lounge #sideShow.hidden {
  display: none;
  color: #fff;
}
.guide-p-lounge #sideHide.hidden {
  display: none;
  color: #fff;
}
.guide-p-lounge dl {
  display: inline-flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.7;
  min-width: 14rem;
  width: auto;
  opacity: 1;
  transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.guide-p-lounge dl dt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* text-shadow: 0 0 10px rgba(0,0,0,0.75); */
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.guide-p-lounge dl dd {
  text-align: center;
  width: 100%;
  /* padding: 0.125rem 0; */
  padding: 0.45rem 1rem;
  border-radius: 0.625rem;
  font-size: inherit;
  color: inherit;
  font-weight: bold;
  line-height: inherit;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
  background-color: #ec1920;
  background-image: linear-gradient(to right top, rgba(68, 0, 2, 0.5), rgba(236, 25, 32, 0.5));
}
.guide-p-lounge dl dd img {
  margin-right: 5px;
}
.guide-p-lounge dl dd.pc {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.guide-p-lounge dl dd.mobile {
  display: none;
}
.guide-p-lounge dl:nth-of-type(2) dd {
  overflow: hidden;
  position: relative;
  padding: 0.45rem 1rem;
  font-size: 1.25em;
  background-color: transparent;
  /* background-image: linear-gradient(to right top, rgba(#051937, 0.7), rgba(#004d7a, 0.7), rgba(#008793, 0.7), rgba(#00bf72, 0.7)); */
  /* background-image: linear-gradient(to right top, rgba(5, 25, 55, 0.7), rgb(32 18 63 / 70%), rgba(0, 135, 147, 0.7), rgb(124 174 154 / 70%)); */
  background-image: linear-gradient(to right top, #a188ff, #8415ff, #8415ff, #a188ff);
  transition: background-image 0.7s linear 0s;
  /*  &:hover{
     background-image: linear-gradient(to left top, rgba(#051937, 0.7), rgba(#004d7a, 0.7), rgba(#008793, 0.7), rgba(#00bf72, 0.7));
   } */
}
.guide-p-lounge dl:hover dd {
  /*  @keyframes moveBoth{
     0%{text-indent:0;}
     15%{text-indent:10px;}
     30%{text-indent:0;}
     30%,100%{text-indent:0;}
   } */
}
.guide-p-lounge dl dd.gcoin { /* background: #ffe200; */
  align-items: center;
  justify-content: center;
  color: #fff;
  text-shadow: none;
  background-color: transparent;
  /* background-image: linear-gradient(to right top, rgba(5, 25, 55, 0.7), rgba(32, 18, 63, 0.7), rgb(113 25 255 / 70%), rgb(128 100 163 / 70%)); */
  background-image: linear-gradient(to right top, #a188ff, #8415ff, #8415ff, #a188ff);
  transition: background-image 0.7s linear 0s;
}
.guide-p-lounge dl dd.gcoin img {
  width: 23px;
  margin-right: 7px;
  filter: invert(1);
}
.guide-p-lounge dl dd a, .guide-p-lounge dl:hover dd a {
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: black;
  font-size: inherit;
}
.guide-p-lounge .number {
  width: auto;
  font-size: clamp(14px, 0.875rem, 14px);
  text-align: center;
  margin-bottom: -15px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}
.guide-p-lounge .number small {
  font-size: inherit;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.guide-p-lounge.hidden .number {
  display: none;
}
.guide-p-lounge [type=checkbox]:not(:checked) {
  margin-left: 0;
}

@media all and (max-width: 1280px) {
  label {
    font-size: 15px;
  }
}
@media all and (max-width: 1024px) {
  .guide-p-lounge {
    top: 108px;
    right: 1rem;
  }
  .guide-p-lounge label {
    font-size: 14px;
  }
  .guide-p-lounge.show {
    top: 78px;
  }
  .guide-p-lounge dl {
    min-width: unset;
  }
  .guide-p-lounge dl dt {
    display: none;
  }
  .guide-p-lounge a {
    display: none;
  }
  .guide-p-lounge dl dt span, .guide-p-lounge dl dd span {
    display: none;
  }
  .guide-p-lounge dl:nth-of-type(2) dd, .guide-p-lounge dl dd {
    padding: 0.65rem 0.75rem;
    font-size: clamp(16px, 0.9em, 18px);
  }
  .guide-p-lounge dl:hover dd {
    animation: none;
  }
  .guide-p-lounge dl { /* width:42px; */ }
  .guide-p-lounge dl dd {
    justify-content: center;
    align-items: center;
  }
  .guide-p-lounge dl dd.pc {
    display: none;
  }
  .guide-p-lounge dl dd.pc img {
    margin-right: 0;
    display: none;
  }
  .guide-p-lounge dl dd.mobile {
    display: inline-flex;
  }
  .guide-p-lounge dl dd.mobile img {
    margin-right: 0;
    display: inline-block;
  }
  .guide-p-lounge dl dd.gcoin img {
    margin-right: 0;
  }
}
@media all and (max-width: 460px) {
  .guide-p-lounge {
    padding: 10px;
  }
  .guide-p-lounge label {
    font-size: 14px;
  }
}
/* @import '../billing/billing'; */
/*  Reset CSS  */
html {
  scroll-behavior: smooth;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.2px;
  box-sizing: border-box;
}

#wrapper .row-w { /* position:relative;max-width: 1200px !important; width: 100%;margin: 0 auto; overflow:unset;z-index:2; */ }

.chr {
  position: absolute;
}
.chr img {
  width: 100%;
}

._graph {
  background: url("//file.valofe.com/Valofe_file/web/pmang/zsgd/images/bg_graph.png") no-repeat center/cover;
}

._news {
  background: url("//file.valofe.com/Valofe_file/web/pmang/zsgd/images/bg_news.png") no-repeat center/cover;
}

._classes {
  background: url("//file.valofe.com/Valofe_file/web/pmang/zsgd/images/bg_classes.png") no-repeat center/cover;
}

._media {
  background: url("//file.valofe.com/Valofe_file/web/pmang/zsgd/images/bg_media.png") no-repeat center/cover;
}

._open {
  background: url("//file.valofe.com/Valofe_file/web/pmang/zsgd/images/bg_open-min.png") no-repeat center/cover;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-arrow {
  background: url("//file.valofe.com/Valofe_file/web/pmang/zsgd/images/left.png") no-repeat center/cover;
  width: 2.5rem;
  height: 4.75rem;
  z-index: 1;
  transition: all 0.3s;
}

.slick-arrow:before {
  display: none;
}

.slick-arrow.slick-prev {
  left: 1rem;
}

.slick-arrow.slick-next {
  right: 1rem;
  transform: scaleX(-1) translateY(-50%);
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: inherit;
  background: url("//file.valofe.com/Valofe_file/web/pmang/zsgd/images/left.png") no-repeat center/cover;
  opacity: 0.8;
}

.slick-dots li {
  width: auto;
  height: auto;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 5px;
  background: #8ccaff;
  border-radius: 100%;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}

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

.slick-dots li button:before {
  display: none;
  content: none;
}

.sub-tit {
  text-align: center;
}

.cont {
  max-width: 934px;
  padding: 2.5rem 9%;
  margin-top: 3vh;
  position: relative;
}
.cont .event {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 4px);
  position: absolute;
  top: 4px;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  gap: 1.5rem;
  font-size: 1.5rem;
  color: #adadad;
  padding: 0 2rem;
  z-index: 2;
}
.cont .event.on {
  display: flex;
}

#chr-lf1 {
  bottom: 12%;
  right: 66.2%;
  width: 33.76%;
}

#chr-lf3 {
  bottom: -27%;
  right: 71%;
  width: 28%;
}

#chr-lf5 {
  bottom: -6.5%;
  right: 53%;
  width: 41.4%;
}

#chr-rt2 {
  right: 6.2%;
  bottom: 21%;
  width: 35.4%;
}

#chr-rt4 {
  right: -1%;
  bottom: 1%;
  width: 31.14%;
}

#chr-rt6 {
  right: 7%;
  bottom: -15%;
  width: 36.8%;
}

#main .main-title {
  max-width: 46.25rem;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}

@keyframes ani {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-13px);
  }
}
@keyframes bell {
  0%, 50% {
    transform: rotate(0deg);
  }
  5%, 15%, 25%, 35%, 45% {
    transform: rotate(13deg);
  }
  10%, 20%, 30%, 40% {
    transform: rotate(-13deg);
  }
}
@media all and (max-width: 1368px) {
  #main .main-title .logo img {
    width: 50%;
  }
}
@media all and (max-width: 1024px) {
  section:not(#main) {
    min-height: auto;
  }
  #wrapper .row-w {
    width: 94%;
  }
  .chr-wrap {
    width: 120%;
    margin-left: -10%;
    height: 100vh;
    position: absolute;
  }
}
@media all and (max-width: 768px) {
  .mb-hidden768 {
    display: none;
  }
  .chr-wrap, #chr-rt9 {
    display: none;
  }
  #main .main-title {
    width: 80%;
    max-width: unset;
  }
  .sub-tit img {
    width: 50%;
  }
  .cont {
    padding: 2rem 1rem !important;
    margin-top: 3rem;
  }
}
@media all and (max-width: 480px) {
  .cont .event {
    font-size: 1.25rem;
  }
  .cont .event img {
    width: 70%;
  }
  .sub-tit img {
    width: 80%;
  }
}
@media all and (max-height: 700px) {
  .chr-wrap {
    display: none;
  }
  #main .main-title {
    padding: 80px 0;
  }
}
