@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

audio, canvas, progress, video {
  display: inline-block;
}

progress, sub, sup {
  vertical-align: baseline;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=submit], [type=reset], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* --- _base.scss --- */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font: 16px/1.618 'Noto Sans JP',"Hiragino Kaku Gothic ProN", "Hiragino Sans","メイリオ", Meiryo,"ＭＳ Ｐゴシック",Verdana, sans-serif;
  color: #fff;
  height: 100%;
  line-height: 1.2;
  font-feature-settings: "pkna";
  background: #000;
  width: 100%;
  overflow-x: hidden;
}

@media (max-width: 959px) {
  body {
    font-size: 3.19vw;
  }
}

::-moz-selection {
  background: #44af3d;
  color: #fff;
}

::selection {
  background: #44af3d;
  color: #fff;
}

input, select, textarea, button, th, td {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

ul, li, p, ol, section, table, dl, img, picture, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

ul {
  list-style: inside none;
}

li {
  list-style-position: inside;
}

p {
  line-height: 1.5em;
}

/* CSS Document */
/* ========================= [ #dmm_ntgnavi ] */
#dmm_ntgnavi {
  background: url(/images/dmm_olgnavi/bg_navimain.gif) center center repeat-x;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 12px;
  font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Verdana, sans-serif;
  display: flex;
  justify-content: space-between;
}

#dmm_ntgnavi ul {
  list-style: none;
  margin: 2px 0;
  padding: 0;
  display: flex;
}

#dmm_ntgnavi ul li {
  margin: 0 6px 0 0;
  line-height: 15px;
}

#dmm_ntgnavi ul.navi_left {
  flex-grow: 2;
}

#dmm_ntgnavi ul.navi_left li a {
  display: block;
  padding: 0 3px 0 8px;
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: 3px;
}

#dmm_ntgnavi ul.navi_left li a:hover {
  background: #eee;
  border: 1px solid #666;
  border-radius: 3px;
}

#dmm_ntgnavi ul.navi_left li a > span {
  display: block;
  padding: 9px 10px 7px 28px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
}

#dmm_ntgnavi ul.navi_left li.dmm_top img {
  margin: 8px 5px 8px 0;
}

#dmm_ntgnavi ul.navi_left li.ntg_top {
  margin-left: 10px;
}

#dmm_ntgnavi ul.navi_left li.ntg_top a > span {
  background: url(/images/dmm_olgnavi/bg_bt_olgtop.gif) 0 center no-repeat;
}

#dmm_ntgnavi ul.navi_left li.ntg_chip a > span {
  background: url(/images/dmm_olgnavi/bg_bt_chip.gif) 0 center no-repeat;
  letter-spacing: 0.05em;
}

#dmm_ntgnavi ul.navi_left li.ntg_poi a > span {
  background: url(/images/dmm_olgnavi/bg_bt_point.gif) 0 center no-repeat;
  letter-spacing: 0.05em;
}

#dmm_ntgnavi ul.navi_right {
  flex-grow: 1;
  justify-content: flex-end;
  font-size: 10px;
}

#dmm_ntgnavi ul.navi_right li {
  margin: 0 10px 0 0;
  padding: 8px 5px;
}

#dmm_ntgnavi ul.navi_right li.ntg_chip, #dmm_ntgnavi ul.navi_right li.ntg_poi {
  display: none;
}

#dmm_ntgnavi .arrow {
  padding-left: 14px;
  background: url(/images/dmm_olgnavi/arrow_common.gif) no-repeat left center;
  color: initial;
  text-decoration: underline;
}

#dmm_ntgnavi .tx-point {
  font-size: 16px;
  font-weight: bold;
  color: #ff4b4b !important;
}

#dmm_ntgnavi p {
  margin: 0;
  line-height: 2.6em;
}

#dmm_ntgnavi .clear {
  clear: both;
}

@media (max-width: 960px) {
  #dmm_ntgnavi ul {
    justify-content: space-between;
  }
  #dmm_ntgnavi ul.navi_left {
    flex-grow: 2;
  }
  #dmm_ntgnavi ul.navi_left li.ntg_top a > span > span {
    display: none;
  }
  #dmm_ntgnavi ul.navi_left li.ntg_chip, #dmm_ntgnavi ul.navi_left li.ntg_poi {
    display: none;
  }
  #dmm_ntgnavi ul.navi_right li {
    display: none;
  }
  #dmm_ntgnavi ul.navi_right li.ntg_chip, #dmm_ntgnavi ul.navi_right li.ntg_poi {
    display: list-item;
  }
}

#dmm-olgnavi {
  position: relative;
  z-index: 9999;
}

/* --- layout _footer.scss --- */
.footer {
  background: #000;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.footer .footer_inner {
  width: 90%;
  max-width: 970px;
  margin: 0 auto;
  padding: 50px 0 80px;
  display: grid;
  position: relative;
  gap: 20px;
}

@media (min-width: 960px) {
  .footer .footer_inner {
    grid-template-columns: 45% 1fr;
    gap: 10%;
  }
  .footer .footer_inner .ft_info {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
  }
  .footer .footer_inner .ft_link {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
  }
  .footer .footer_inner .ft_copy {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    align-self: end;
  }
}

@media (max-width: 959px) {
  .footer .footer_inner {
    grid-template-columns: 100%;
  }
}

.footer .footer_inner .ft_info {
  display: grid;
  grid-template-columns: 30% 1fr;
  font-size: 15px;
  gap: 10px 5px;
}

@media (max-width: 959px) {
  .footer .footer_inner .ft_info {
    grid-template-columns: 40% 1fr;
  }
}

@media (max-width: 959px) {
  .footer .footer_inner .ft_link ul {
    text-align: center;
    margin: 10px 0 0;
  }
}

.footer .footer_inner .ft_link ul li {
  display: inline-block;
  padding: 0 10px 5px 0;
}

@media (max-width: 959px) {
  .footer .footer_inner .ft_link ul li {
    display: block;
    padding: 0 0 10px 0;
  }
}

.footer .footer_inner .ft_link ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  transition: all .35s;
  position: relative;
}

.footer .footer_inner .ft_link ul li a:hover {
  color: #d80000;
}

.footer .footer_inner .ft_copy {
  padding: 10px 0 0;
}

.footer .footer_inner .ft_copy img {
  width: 115px;
}

.footer .footer_inner .ft_copy p {
  margin: 5px 0 0;
}

@media (max-width: 959px) {
  .footer .footer_inner .ft_copy {
    text-align: center;
  }
}

.footer .footer_inner .copyright {
  font-size: 10px;
  line-height: 1.2rem;
  margin-bottom: 5px;
  color: #fff;
}

/* --- component _keyframes.scss --- */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  1% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  2% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  15% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes skew {
  0% {
    transform: none;
  }
  22% {
    transform: none;
  }
  22.3% {
    transform: skewX(30deg);
  }
  22.6% {
    transform: skewX(-30deg);
  }
  22.9% {
    transform: none;
  }
  44% {
    transform: none;
  }
  44.3% {
    transform: skewX(5deg);
  }
  44.6% {
    transform: skewX(-5deg);
  }
  44.9% {
    transform: none;
  }
  55% {
    transform: none;
  }
  55.3% {
    transform: skewX(15deg);
  }
  55.6% {
    transform: skewX(-15deg);
  }
  55.9% {
    transform: none;
  }
}

/* --- utility _display.scss --- */
@media (min-width: 960px) {
  .u-visible-sp {
    display: none !important;
  }
}

@media (max-width: 959px) {
  .u-visible-pc {
    display: none !important;
  }
}

/* --- project _navi.scss --- */
.n_overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
  transition: opacity .5s;
}

.n_overlay.n_open {
  width: 100%;
  height: 100%;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
}

@media (min-width: 960px) {
  .menu-trigger {
    display: inline-block;
    width: 52px;
    height: 100vh;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: -2px;
    z-index: 100;
    transform: translateX(0);
    transition: all .5s;
    background: #000;
  }
  .menu-trigger:hover {
    background: #790202;
  }
  .menu-trigger_on {
    top: 20px;
  }
  .menu-trigger.active {
    transform: translateX(250px);
  }
  .menu-trigger.active span {
    top: 49%;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
  }
  .menu-trigger span:nth-of-type(1) {
    left: 5px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: rotate(225deg);
    left: 22px;
  }
  .menu-trigger span:nth-of-type(2) {
    display: none;
  }
  .menu-trigger span:nth-of-type(3) {
    display: none;
  }
}

@media (max-width: 959px) {
  .menu-trigger {
    display: inline-block;
    width: 38px;
    height: 36px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 60px;
    left: 16px;
    z-index: 100;
    transform: translateX(0);
    transition: all .5s;
    background: #000;
    padding: 5px;
  }
  .navi-act {
    top: 16px;
  }
  .menu-trigger_on {
    top: 20px;
  }
  .menu-trigger.active {
    transform: translateX(250px);
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 5px;
    width: 28px;
    height: 4px;
    background-color: #96000c;
  }
  .menu-trigger.active span {
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 9px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 16px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 9px;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
}

.n_twitter {
  position: fixed;
  transition: all 0.5s;
  opacity: 1;
  z-index: 101;
}

.n_twitter a {
  padding: 10px;
  display: block;
  width: 50px;
  height: 50px;
}

.n_twitter a img {
  width: 100%;
}

@media (min-width: 960px) {
  .n_twitter {
    bottom: 0;
    left: 0;
  }
  .n_twitter.n_open {
    left: 250px;
  }
  .n_twitter:hover {
    background-color: #790202;
  }
}

@media (max-width: 959px) {
  .n_twitter {
    top: 142px;
    left: 16px;
    background: #000;
  }
  .n_twitter.n_open {
    left: 266px;
  }
  .n_twitter.navi-act {
    top: 98px;
  }
  .n_twitter a {
    padding: 8px 5px 3px;
    width: 38px;
    height: 38px;
  }
}

.n_twitter.n_open {
  opacity: 0;
}

.n_bgm {
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 101;
  background: url(/images/common/bgm_on.png) no-repeat 7px 12px;
  transition: all 0.5s;
}

@media (min-width: 960px) {
  .n_bgm {
    bottom: 50px;
    left: 0;
  }
  .n_bgm.n_open {
    left: 250px;
  }
  .n_bgm:hover {
    background-color: #790202;
  }
}

@media (max-width: 959px) {
  .n_bgm {
    top: 100px;
    left: 16px;
    width: 38px;
    height: 38px;
    background-position: 4px 10px;
    background-size: 75%;
    background-color: #000;
  }
  .n_bgm.n_open {
    left: 266px;
  }
  .n_bgm.navi-act {
    top: 56px;
  }
  .n_bgm a {
    padding: 8px 5px 3px;
  }
}

.n_bgm.clicked {
  width: 50px;
  height: 50px;
  background: url(/images/common/bgm_off.png) no-repeat 7px 12px;
}

@media (max-width: 959px) {
  .n_bgm.clicked {
    width: 38px;
    height: 38px;
    background-position: 4px 10px;
    background-size: 75%;
    background-color: #000;
  }
}

@media (min-width: 960px) {
  .n_bgm.clicked:hover {
    background-color: #790202;
  }
}

.arinav {
  width: 250px;
  height: 100%;
  padding-top: 60px;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  transform: translate(-250px);
  transition: all .5s;
}

@media (max-width: 959px) {
  .arinav {
    padding-top: 50px;
  }
}

.arinav * {
  box-sizing: border-box;
}

.arinav .nav_ul {
  list-style: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.arinav .menu_li {
  display: block;
  padding: 3vh 0 3vh 50px;
  text-align: left;
  text-decoration: none;
  color: #fff;
}

.arinav .menu_li:hover {
  color: #d80000;
}

.arinav .nav_logo {
  width: 80%;
  margin: 0 0 0 50px;
}

.arinav .nav_logo img {
  width: 100%;
  max-width: 200px;
}

@media (max-width: 959px) {
  .arinav .nav_logo {
    width: 65%;
  }
}

.arinav .nav_sns {
  position: absolute;
  bottom: 54px;
  left: 50px;
}

.arinav .nav_sns ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 40px;
}

.arinav .nav_sns ul li iframe {
  width: 40px;
  height: 43px;
}

.arinav .nav_sns ul li img {
  width: 100%;
}

@media (max-width: 959px) {
  .arinav .nav_sns ul li {
    width: 30px;
  }
}

.n_open {
  transform: translate(0px);
}

/* --- project _top.scss --- */
.page-top {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.page-top .top-wrap {
  position: relative;
  height: calc( 100vh - 39px);
}

@media (max-width: 959px) {
  .page-top .top-wrap {
    margin: 0 0 100px 0;
  }
  .page-top .top-wrap.topx {
    margin: 0;
  }
}

.page-top .top-wrap .top_slider, .page-top .top-wrap .top_cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc( 100vh - 39px);
  overflow: hidden;
}

@media (max-width: 959px) {
  .page-top .top-wrap .top_slider, .page-top .top-wrap .top_cont {
    overflow: visible;
  }
}

.page-top .top-wrap .slick-slider {
  width: 100%;
  max-width: 100%;
  height: calc( 100vh - 39px);
}

.page-top .top-wrap .slick-slide {
  height: calc( 100vh - 39px);
  max-height: calc( 100vh - 39px);
  border: none;
  padding: 0;
}

.page-top .top-wrap .top_logo {
  width: 50%;
  max-width: 638px;
  margin: .5vw auto 0 auto;
}

@media (max-width: 959px) {
  .page-top .top-wrap .top_logo {
    width: 60%;
    margin: 50px auto;
  }
}

@media (max-width: 500px) {
  .page-top .top-wrap .top_logo {
    width: 75%;
    margin: 80px auto;
  }
}

.page-top .top-wrap .top_logo img {
  width: 100%;
}

.page-top .top-wrap .top_logox {
  width: 36%;
  max-width: 550px;
  margin: 0 auto;
}

@media (max-width: 959px) {
  .page-top .top-wrap .top_logox {
    width: 60%;
    margin: 50px auto;
  }
}

.page-top .top-wrap .top_logox img {
  width: 100%;
}

.page-top .top-wrap .top_catch {
  width: 60%;
  max-width: 735px;
  height: 148px;
  margin: 0 auto;
  background: url(/images/top/catch.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  left: 51%;
  transform: translateX(-50%);
}

@media (min-width: 960px) {
  .page-top .top-wrap .top_catch {
    bottom: 260px;
  }
}

@media (max-width: 959px) {
  .page-top .top-wrap .top_catch {
    width: 80%;
    left: 53%;
    bottom: 238px;
    background: url(/images/top/catch_sp.png) no-repeat center;
    background-size: contain;
  }
}

@media (max-width: 959px) and (max-width: 500px) {
  .page-top .top-wrap .top_catch {
    bottom: 182px;
  }
}

.page-top .top-wrap .top_sc {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 959px) {
  .page-top .top-wrap .top_sc img {
    width: 25px;
    height: auto;
  }
}

.page-top .top-wrap .bts {
  position: absolute;
}

@media (min-width: 960px) {
  .page-top .top-wrap .bts {
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 39% 1fr;
    gap: 4%;
  }
  .page-top .top-wrap .bts.bts_x {
    grid-template-columns: 100%;
    max-width: 700px;
  }
}

@media (max-width: 959px) {
  .page-top .top-wrap .bts {
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
    max-width: 400px;
    grid-template-columns: 100%;
    place-content: center;
    text-align: center;
  }
  .page-top .top-wrap .bts .bt_dmmstore {
    grid-column: 1/3;
  }
}

@media (max-width: 959px) and (max-width: 400px) {
  .page-top .top-wrap .bts {
    width: 80%;
  }
}

.page-top .top-wrap .bts .bts_sp {
  display: grid;
  grid-template-columns: 43% 53%;
  gap: 10px 4%;
}

@media (max-width: 959px) {
  .page-top .top-wrap .bts .bts_sp {
    gap: 3px 4%;
  }
}

.page-top .top-wrap .bts .bts_sp .bt_sptex {
  position: relative;
  overflow: hidden;
  -webkit-mask: url(/images/top/sp_tex.png) center no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center 0px;
  mask: url(/images/top/sp_tex.png) center no-repeat;
  mask-size: contain;
  mask-position: center 0px;
  grid-column: 1 / 3;
}

.page-top .top-wrap .bts .bts_pc {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 10px 4%;
}

.page-top .top-wrap .bts .bt_ios {
  position: relative;
  pointer-events: none;
}

@media (min-width: 960px) {
  .page-top .top-wrap .bts .bt_ios::before {
    content: url(/images/top/QR_ios.jpg?20220113);
    position: absolute;
    bottom: 102%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s;
  }
}

.page-top .top-wrap .bts .bt_ios:hover::before {
  opacity: 1;
}

.page-top .top-wrap .bts .bt_and {
  position: relative;
  pointer-events: none;
}

@media (min-width: 960px) {
  .page-top .top-wrap .bts .bt_and::before {
    content: url(/images/top/QR_android.jpg?20220113);
    position: absolute;
    bottom: 102%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s;
  }
}

.page-top .top-wrap .bts .bt_and:hover::before {
  opacity: 1;
}

.page-top .top-wrap .bts .bt_pre {
  position: relative;
  overflow: hidden;
  -webkit-mask: url(/images/top/pc_tex.png) center no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center 0px;
  mask: url(/images/top/pc_tex.png) center no-repeat;
  mask-size: contain;
  mask-position: center 0px;
  grid-column: 1 / 3;
}

.page-top .top-wrap .bts .bt_playx {
  position: relative;
  overflow: hidden;
  -webkit-mask: url(/images/top/pc_texx.png) center no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center 0px;
  mask: url(/images/top/pc_texx.png) center no-repeat;
  mask-size: contain;
  mask-position: center 0px;
  grid-column: 1 / 3;
}

.page-top .top-wrap .bts .bt_pcimg {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-mask: url(/images/top/p_play.png) center no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center 0px;
  mask: url(/images/top/p_play.png) center no-repeat;
  mask-size: contain;
  mask-position: center 0px;
  background: #fff;
  display: inline-block;
  z-index: 2;
}

.page-top .top-wrap .bts .bt_bbox {
  position: relative;
}

.page-top .top-wrap .bts .bt_browser {
  width: 46%;
  display: inline-block;
  z-index: 2;
}

.page-top .top-wrap .bts .bt_player {
  position: relative;
  pointer-events: none;
}

.page-top .top-wrap .bts .bt_player::before {
  content: url(/images/top/pop_player.jpg);
  position: absolute;
  bottom: 102%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s;
}

.page-top .top-wrap .bts .bt_player:hover::before {
  opacity: 1;
}

.page-top .top-wrap .bts img {
  width: 100%;
}

.page-top .top-wrap .bts .checkbox {
  padding: 5px 20px 5px 10%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: left;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 92%;
}

@media (max-width: 1550px) {
  .page-top .top-wrap .bts .checkbox {
    font-size: 10px;
    height: 91%;
  }
}

.page-top .top-wrap .bts .checkbox span {
  display: block;
  margin: 5px 0;
}

@media (max-width: 1550px) {
  .page-top .top-wrap .bts .checkbox span {
    margin: 2px 0;
  }
}

.page-top .top-wrap .bts .checkbox span input {
  margin: 0 8px 0 0;
}

.page-top .top-wrap .bts .checkbox span label {
  position: relative;
  bottom: 1px;
}

.page-top .top-wrap .bts a {
  pointer-events: auto;
}

.page-top .top-wrap .bts a img {
  transition: all 0.3s;
}

.page-top .top-wrap .bts a:hover img {
  opacity: 0.8;
}

.page-top .top-wrap .movie_bt {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 14%;
  height: 7vw;
  overflow: hidden;
  border: 1px solid #ed4c5c;
}

.page-top .top-wrap .movie_bt img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  transition: all 0.5s;
}

.page-top .top-wrap .movie_bt a {
  transition: all 0.5s;
}

.page-top .top-wrap .movie_bt a:hover img {
  transform: scale(1.1);
}

.page-top .top-wrap .movie_bt a:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(/images/top/movie_bt.png) no-repeat center;
  background-size: auto 50%;
}

@media (max-width: 959px) {
  .page-top .top-wrap .movie_bt {
    position: absolute;
    top: calc( 100vh - 39px);
    right: 0;
    width: 100%;
    height: 100px;
  }
}

.page-top .ptbg {
  background: url(/images/top/bg_pt.jpg);
  padding: 75px 0;
  position: relative;
}

.page-top .parbg {
  background: url(/images/top/top_bg.jpg) center fixed;
  background-size: cover;
  padding: 75px 0;
}

.page-top .inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.page-top .inner .story_p {
  font-size: 18px;
  line-height: 34px;
  text-shadow: 0px 0px 6px #640203, 0px 0px 6px #640203,0px 0px 6px #640203;
  text-align: center;
  margin: 0 0 10px;
}

@media (max-width: 959px) {
  .page-top .inner .story_p {
    text-align: left;
  }
}

.page-top .inner .s_credit {
  margin: 50px 0 0;
  text-shadow: 0px 0px 6px #810056, 0px 0px 6px #810056,0px 0px 6px #810056;
}

.page-top .bnrbg {
  background: url(/images/top/top_bg.jpg) center fixed;
  background-size: cover;
  padding: 45px 0;
}

.page-top .bnr_slider .slick-slide {
  padding: 1px;
}

.page-top .c_news .news_grid {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
}

.page-top .c_news .news_in {
  display: grid;
  grid-template-columns: 150px 150px 1fr;
  gap: 10px;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
}

@media (max-width: 959px) {
  .page-top .c_news .news_in {
    grid-template-columns: 150px 1fr;
  }
}

.page-top .c_news .news_in:hover {
  background: #2b1719;
}

.page-top .c_news .n_cat {
  background: #790202;
  font-size: 12px;
  padding: 5px 10px;
  text-align: center;
}

.page-top .c_news .n_day {
  text-align: center;
  font-size: 14px;
  margin: 4px 0 0;
}

@media (max-width: 959px) {
  .page-top .c_news .n_day {
    margin: 4px 0 0 15px;
    text-align: left;
  }
}

.page-top .c_news .n_h3 {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
}

@media (min-width: 960px) {
  .page-top .c_news .n_h3 {
    margin: 2px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media (max-width: 959px) {
  .page-top .c_news .n_h3 {
    grid-column: 1 / 3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 1.3em;
  }
}

.page-top .c_news .n_h3 span {
  background: #790202;
  font-size: 12px;
  margin: 0 10px 0 0;
  padding: 5px 5px;
  display: inline-block;
}

@media (max-width: 959px) {
  .page-top .c_news .n_h3 span {
    line-height: 0.8em;
  }
}

.page-top .c_news .more_bt {
  width: 200px;
  margin: 50px auto 0px;
}

.page-top .c_news .more_bt a {
  display: block;
  background: #790202;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  font-size: 20px;
}

@media (max-width: 959px) {
  .page-top .c_news .more_bt a {
    font-size: 16px;
  }
}

.page-top .c_news .more_bt a:hover {
  background: #ed4c5c;
}

.page-top .chara_slider {
  position: absolute;
  top: 0;
  left: 0;
}

.page-top .c_chara {
  height: 100vh;
}

@media (max-width: 959px) {
  .page-top .c_chara {
    padding: 10vw 0;
  }
}

.page-top .c_chara .c_slide {
  position: relative;
}

.page-top .c_chara .c_slide .s_chara {
  position: absolute;
}

.page-top .c_chara .c_slide .s_chara img {
  width: 100%;
}

.page-top .c_chara .c_slide .chara1 {
  top: 135px;
  left: 36%;
  width: 60%;
  max-width: 885px;
}

@media (max-width: 959px) {
  .page-top .c_chara .c_slide .chara1 {
    top: 17vw;
    left: 50%;
    width: 147%;
    transform: translateX(-50%);
  }
}

.page-top .c_chara .c_slide .chara2 {
  top: 105px;
  left: 39%;
  width: 67%;
  max-width: 1098px;
}

@media (max-width: 959px) {
  .page-top .c_chara .c_slide .chara2 {
    top: 13vw;
    left: 65%;
    transform: translateX(-50%);
    width: 172%;
  }
}

.page-top .c_chara .c_slide .chara3 {
  top: -62px;
  left: 30%;
  width: 70%;
  max-width: 1150px;
}

@media (max-width: 959px) {
  .page-top .c_chara .c_slide .chara3 {
    top: -19vw;
    left: 45%;
    transform: translateX(-50%);
    width: 182%;
  }
}

.page-top .c_chara .c_slide .chara4 {
  top: 100px;
  left: 34%;
  width: 53%;
  max-width: 912px;
}

@media (max-width: 959px) {
  .page-top .c_chara .c_slide .chara4 {
    top: 13vw;
    left: 29%;
    transform: translateX(-50%);
    width: 147%;
  }
}

.page-top .c_chara .c_slide .chara5 {
  top: -23px;
  left: 34%;
  width: 71%;
  max-width: 1175px;
}

@media (max-width: 959px) {
  .page-top .c_chara .c_slide .chara5 {
    top: -12vw;
    left: 63%;
    transform: translateX(-50%);
    width: 200%;
  }
}

.page-top .c_chara .c_slide .s_text {
  position: absolute;
  text-align: left;
}

@media (min-width: 960px) {
  .page-top .c_chara .c_slide .s_text {
    top: 50%;
    left: calc( (100% - 1200px) /2);
    transform: translateY(-50%);
  }
}

@media (min-width: 960px) and (max-width: 1549px) {
  .page-top .c_chara .c_slide .s_text {
    left: 16%;
  }
}

@media (max-width: 959px) {
  .page-top .c_chara .c_slide .s_text {
    bottom: 20vw;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    background: rgba(0, 0, 0, 0.7);
  }
}

.page-top .c_chara .c_slide .s_text .t_name {
  padding: 0px 15px 4px;
  background: #790202;
  text-align: center;
  width: fit-content;
}

@media (max-width: 959px) {
  .page-top .c_chara .c_slide .s_text .t_name {
    width: 100%;
    text-align: center;
    padding: 0px 15px 2px;
  }
}

.page-top .c_chara .c_slide .s_text .t_name p {
  font-size: 45px;
}

@media (max-width: 959px) {
  .page-top .c_chara .c_slide .s_text .t_name p {
    font-size: 21px;
  }
}

.page-top .c_chara .c_slide .s_text .t_sub p {
  font-size: 14px;
  margin: 10px 0;
  text-shadow: 0px 0px 6px #000, 0px 0px 6px #000, 0px 0px 6px #000;
}

@media (max-width: 959px) {
  .page-top .c_chara .c_slide .s_text .t_sub p {
    font-size: 12px;
    margin: 0;
  }
}

@media (max-width: 959px) {
  .page-top .c_chara .c_slide .s_text .t_sub .t_furi {
    padding: 1vw 2vw 0;
    text-align: center;
  }
}

.page-top .c_chara .c_slide .s_text .t_sub .t_akuma {
  font-size: 27px;
  margin: 20px 0;
}

@media (max-width: 959px) {
  .page-top .c_chara .c_slide .s_text .t_sub .t_akuma {
    padding: 1.2vw 2vw;
    margin: 0;
    font-size: 18px;
  }
}

@media (max-width: 959px) {
  .page-top .c_chara .c_slide .s_text .t_sub .t_text {
    padding: 0 2vw 2vw;
  }
}

.page-top .c_chara .c_slide .s_text .t_sub .t_credit {
  font-size: 16px;
}

@media (max-width: 959px) {
  .page-top .c_chara .c_slide .s_text .t_sub .t_credit {
    font-size: 14px;
  }
}

.page-top .c_chara .c_slide .s_text2 {
  position: absolute;
  bottom: 265px;
  right: 20%;
  width: 40%;
}

@media (max-width: 1549px) {
  .page-top .c_chara .c_slide .s_text2 {
    bottom: 200px;
    right: 13%;
    width: 32%;
  }
}

@media (max-width: 959px) {
  .page-top .c_chara .c_slide .s_text2 {
    display: none;
  }
}

.page-top .c_chara .c_slide .s_text2 img {
  width: 100%;
}

.page-top .c_chara .c_slide .chara_st1 {
  max-width: 428px;
}

.page-top .c_chara .c_slide .chara_st2 {
  max-width: 472px;
}

.page-top .c_chara .c_slide .chara_st3 {
  max-width: 469px;
}

.page-top .c_chara .c_slide .chara_st4 {
  max-width: 534px;
}

.page-top .c_chara .c_slide .chara_st5 {
  max-width: 535px;
}

.page-top .c_chara .c_slide .chara_bt {
  margin: 10px 0 0;
  width: 200px;
}

@media (max-width: 959px) {
  .page-top .c_chara .c_slide .chara_bt {
    margin: 0 auto 5px;
    width: 150px;
  }
}

.page-top .c_chara .c_slide .chara_bt a {
  display: block;
  padding: 5px;
  background: #790202;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  font-size: 16px;
}

.page-top .c_chara .c_slide .chara_bt a:hover {
  background: #ed4c5c;
}

@media (max-width: 959px) {
  .page-top .c_chara .c_slide .chara_bt a {
    padding: 3px;
    font-size: 14px;
  }
}

.page-top .c_chara .slick-slider {
  width: 100%;
  max-width: 100%;
  height: 100vh;
}

.page-top .c_chara .slick-slide {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.page-top .c_chara .slider-dots {
  width: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: -170px;
}

@media (max-width: 959px) {
  .page-top .c_chara .slider-dots {
    top: -19vw;
  }
}

.page-top .c_chara .slider-dots li {
  display: inline-block;
  margin: 0 20px;
}

@media (max-width: 959px) {
  .page-top .c_chara .slider-dots li {
    margin: 0 2vw;
  }
}

.page-top .c_chara .slider-dots li button {
  padding: 0;
  border: none;
  outline: none;
  width: 112px;
  height: 112px;
  color: transparent;
  transition: all 0.3s;
  cursor: pointer;
}

@media (max-width: 959px) {
  .page-top .c_chara .slider-dots li button {
    width: 10vw;
    height: 10vw;
  }
}

.page-top .c_chara .slider-dots li:first-child button {
  background: url(/images/top/icon1.jpg);
  background-size: cover;
}

.page-top .c_chara .slider-dots li:first-child button:hover {
  background: url(/images/top/icon1_a.jpg);
  background-size: cover;
}

.page-top .c_chara .slider-dots li:nth-child(2) button {
  background: url(/images/top/icon2.jpg);
  background-size: cover;
}

.page-top .c_chara .slider-dots li:nth-child(2) button:hover {
  background: url(/images/top/icon2_a.jpg);
  background-size: cover;
}

.page-top .c_chara .slider-dots li:nth-child(3) button {
  background: url(/images/top/icon3.jpg);
  background-size: cover;
}

.page-top .c_chara .slider-dots li:nth-child(3) button:hover {
  background: url(/images/top/icon3_a.jpg);
  background-size: cover;
}

.page-top .c_chara .slider-dots li:nth-child(4) button {
  background: url(/images/top/icon4.jpg);
  background-size: cover;
}

.page-top .c_chara .slider-dots li:nth-child(4) button:hover {
  background: url(/images/top/icon4_a.jpg);
  background-size: cover;
}

.page-top .c_chara .slider-dots li:nth-child(5) button {
  background: url(/images/top/icon5.jpg);
  background-size: cover;
}

.page-top .c_chara .slider-dots li:nth-child(5) button:hover {
  background: url(/images/top/icon5_a.jpg);
  background-size: cover;
}

.page-top .c_chara .slider-dots .slick-active:first-child button {
  background: url(/images/top/icon1_a.jpg);
  background-size: cover;
}

.page-top .c_chara .slider-dots .slick-active:nth-child(2) button {
  background: url(/images/top/icon2_a.jpg);
  background-size: cover;
}

.page-top .c_chara .slider-dots .slick-active:nth-child(3) button {
  background: url(/images/top/icon3_a.jpg);
  background-size: cover;
}

.page-top .c_chara .slider-dots .slick-active:nth-child(4) button {
  background: url(/images/top/icon4_a.jpg);
  background-size: cover;
}

.page-top .c_chara .slider-dots .slick-active:nth-child(5) button {
  background: url(/images/top/icon5_a.jpg);
  background-size: cover;
}

.page-top .c_chara .prev-arrow {
  left: 100px;
}

@media (max-width: 959px) {
  .page-top .c_chara .prev-arrow {
    left: 4vw;
  }
}

.page-top .c_chara .next-arrow {
  right: 100px;
}

@media (max-width: 959px) {
  .page-top .c_chara .next-arrow {
    right: 4vw;
  }
}

.page-top .c_sys {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.page-top .c_sys .sys_1 {
  width: 80%;
  max-width: 550px;
  float: left;
  position: relative;
  margin: 0 0 60px;
}

@media (max-width: 959px) {
  .page-top .c_sys .sys_1 {
    margin: 0 auto 60px auto;
    float: none;
  }
}

.page-top .c_sys .sys_2 {
  width: 80%;
  max-width: 550px;
  float: right;
  position: relative;
  margin: 0 0 60px;
}

@media (max-width: 959px) {
  .page-top .c_sys .sys_2 {
    margin: 0 auto 60px auto;
    float: none;
  }
}

@media (max-width: 959px) {
  .page-top .c_sys .sys_3 {
    margin: 0 auto;
  }
}

.page-top .c_sys .sys_h3 {
  margin: 0 0 25px;
  border-bottom: 1px solid #790202;
  position: relative;
  padding: 0 0 10px 60px;
  text-shadow: 0px 0px 6px #640203, 0px 0px 6px #640203, 0px 0px 6px #640203, 0px 0px 6px #640203, 0px 0px 6px #640203,0px 0px 6px #640203;
  font-size: 22px;
}

@media (max-width: 959px) {
  .page-top .c_sys .sys_h3 {
    padding: 0 0 4px 40px;
    font-size: 16px;
  }
}

.page-top .c_sys .sys_h3 .h3_no {
  width: 50px;
  height: 50px;
  background: #790202;
  padding: 2px 10px 7px;
  text-align: center;
  font-size: 36px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 959px) {
  .page-top .c_sys .sys_h3 .h3_no {
    width: 30px;
    height: 30px;
    font-size: 20px;
    padding: 4px 6px;
  }
}

.page-top .c_sys .sys_h3 h3 {
  font-weight: 500;
}

.page-top .c_sys .sys_h3 h3 span {
  display: inline-block;
}

.page-top .c_sys .sys_h3:before {
  content: "";
  display: inline-block;
  background: url(/images/top/h3_img.png);
  display: block;
  height: 14px;
  width: 29px;
  position: absolute;
  right: 0;
  bottom: -7px;
}

.page-top .c_sys .slick-slider {
  width: 100%;
  z-index: 5;
}

.page-top .c_sys .slick-slide {
  border: 1px solid #ed4c5c;
  padding: 0;
}

.page-top .c_sys .slide-arrow {
  height: 7vh;
  top: 47%;
}

.page-top .c_sys .prev-arrow {
  left: -50px;
}

.page-top .c_sys .next-arrow {
  right: -50px;
}

.page-top .c_sys .sys_txt {
  position: relative;
  z-index: 5;
  margin-top: 10px;
  font-size: 18px;
  text-shadow: 0px 0px 6px #640203, 0px 0px 6px #640203, 0px 0px 6px #640203, 0px 0px 6px #640203,0px 0px 6px #640203;
}

.page-top .c_sys .sys_nimg {
  width: 100%;
  position: relative;
  z-index: 5;
  border: 1px solid #ed4c5c;
}

.page-top .c_sys .sys_chara1 {
  position: absolute;
  left: 75%;
  top: -103px;
  z-index: 0;
}

.page-top .c_sys .sys_chara2 {
  position: absolute;
  right: 95%;
  top: -103px;
  z-index: 0;
}

.page-top .c_sys .sys_chara3 {
  position: absolute;
  left: 63%;
  top: -195px;
  z-index: 0;
}

.page-top .c_sys .slider_movie {
  position: relative;
}

.page-top .c_sys .slider_movie:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(/images/top/movie_bt.png) no-repeat center;
  background-size: auto 40%;
  z-index: 2;
}

.page-top .c_sys a {
  display: block;
  z-index: 5;
  overflow: hidden;
  border: 1px solid #ed4c5c;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.page-top .c_sys a::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.5s;
}

.page-top .c_sys a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  transition: all 0.5s;
}

.page-top .c_sys a:hover img {
  transform: scale(1.1);
}

.page-top .c_sys a:hover::before {
  background: rgba(0, 0, 0, 0);
}

.page-top .c_gyal .g_slider .slick-slide {
  height: 30vw;
  max-height: 200px;
  position: relative;
  border: 1px solid #ed4c5c;
  padding: 0;
}

.page-top .c_gyal .g_slider .slide-arrow {
  top: 40%;
}

.page-top .c_gyal .slider_movie:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(/images/top/movie_bt.png) no-repeat center;
  background-size: auto 40%;
}

.page-top .top_tw {
  width: 90%;
  max-width: 700px;
  margin: 0  auto 110px auto;
  background: #17181f;
}

.page-top .spe_img {
  margin: 0 0 100px 0;
}

.page-top .spe_img img {
  width: 100%;
}

.page-top .spec_grid {
  width: 100%;
  max-width: 970px;
  margin: 0 auto 50px auto;
  display: grid;
  grid-template-columns: repeat(2, 45%);
  gap: 10%;
  place-content: center;
}

@media (max-width: 959px) {
  .page-top .spec_grid {
    grid-template-columns: repeat(1, 100%);
    gap: 40px;
    margin: 0 auto;
  }
}

.page-top .spec_grid .g_h3 {
  background: #790202;
  width: 100%;
  text-align: center;
  padding: 5px 5px 4px;
}

.page-top .spec_grid .g_grid {
  width: 100%;
  display: grid;
  grid-template-columns: 120px 1fr;
}

@media (max-width: 959px) {
  .page-top .spec_grid .g_grid {
    grid-template-columns: 37% 1fr;
  }
}

.page-top .spec_grid .g_grid div {
  padding: 10px;
  border-bottom: 1px solid #ed4c5c;
  font-size: 14px;
}

.page-top .spec_grid .spec_sp .g_grid {
  margin-bottom: 40px;
}

.skew {
  animation: skew 5s infinite;
}

.glitch {
  background: #000 no-repeat center;
  background-size: 0;
  position: relative;
  overflow: hidden;
}

.glitch::before, .glitch::after,
.glitch .channel {
  background: inherit;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.glitch::before {
  animation: glitch-before 3s linear infinite alternate both;
  content: "";
}

@keyframes glitch-before {
  0% {
    clip-path: polygon(0% 72.87175%, 100% 72.87175%, 100% 81.18415%, 0% 81.18415%);
    transform: translate(-1.96105%, -0.37514%);
  }
  2% {
    clip-path: polygon(0% 50.04943%, 100% 50.04943%, 100% 60.03702%, 0% 60.03702%);
    transform: translate(5.13411%, -0.09882%);
  }
  4% {
    clip-path: polygon(0% 24.72909%, 100% 24.72909%, 100% 25.91658%, 0% 25.91658%);
    transform: translate(-3.65062%, -0.06157%);
  }
  6% {
    clip-path: polygon(0% 60.95651%, 100% 60.95651%, 100% 65.05675%, 0% 65.05675%);
    transform: translate(-2.27146%, 0.25352%);
  }
  8% {
    clip-path: polygon(0% 86.77714%, 100% 86.77714%, 100% 93.55461%, 0% 93.55461%);
    transform: translate(-6.10961%, 0.13741%);
  }
  10% {
    clip-path: polygon(0% 34.82546%, 100% 34.82546%, 100% 41.95889%, 0% 41.95889%);
    transform: translate(-7.02236%, -0.18389%);
  }
  12% {
    clip-path: polygon(0% 61.90157%, 100% 61.90157%, 100% 69.6065%, 0% 69.6065%);
    transform: translate(4.72668%, 0.17152%);
  }
  14% {
    clip-path: polygon(0% 64.16001%, 100% 64.16001%, 100% 71.20276%, 0% 71.20276%);
    transform: translate(-5.18507%, 0.11357%);
  }
  16% {
    clip-path: polygon(0% 18.16473%, 100% 18.16473%, 100% 24.82492%, 0% 24.82492%);
    transform: translate(-2.19244%, -0.02905%);
  }
  18% {
    clip-path: polygon(0% 32.90414%, 100% 32.90414%, 100% 36.23799%, 0% 36.23799%);
    transform: translate(2.27113%, 0.22546%);
  }
  20%, 100% {
    clip-path: none;
    transform: none;
    background: rgba(0, 0, 0, 0);
  }
}

.glitch::after {
  animation: glitch-after 3s linear infinite alternate both;
  content: "";
}

@keyframes glitch-after {
  0% {
    clip-path: polygon(0% 79.61772%, 100% 79.61772%, 100% 89.02487%, 0% 89.02487%);
    transform: translate(-7.96316%, 0.16495%);
  }
  2% {
    clip-path: polygon(0% 41.52611%, 100% 41.52611%, 100% 43.63513%, 0% 43.63513%);
    transform: translate(6.4042%, -0.43919%);
  }
  4% {
    clip-path: polygon(0% 55.75241%, 100% 55.75241%, 100% 57.25617%, 0% 57.25617%);
    transform: translate(-0.50944%, -0.08374%);
  }
  6% {
    clip-path: polygon(0% 43.436%, 100% 43.436%, 100% 52.34559%, 0% 52.34559%);
    transform: translate(-5.20454%, 0.25133%);
  }
  8% {
    clip-path: polygon(0% 25.22353%, 100% 25.22353%, 100% 30.12836%, 0% 30.12836%);
    transform: translate(3.47362%, 0.40764%);
  }
  10% {
    clip-path: polygon(0% 87.27894%, 100% 87.27894%, 100% 95.54955%, 0% 95.54955%);
    transform: translate(-0.23023%, -0.2025%);
  }
  12% {
    clip-path: polygon(0% 60.99176%, 100% 60.99176%, 100% 66.98664%, 0% 66.98664%);
    transform: translate(1.51097%, -0.00819%);
  }
  14% {
    clip-path: polygon(0% 74.00085%, 100% 74.00085%, 100% 78.58092%, 0% 78.58092%);
    transform: translate(1.43856%, -0.30092%);
  }
  16% {
    clip-path: polygon(0% 79.83616%, 100% 79.83616%, 100% 85.11367%, 0% 85.11367%);
    transform: translate(5.29004%, -0.03667%);
  }
  18% {
    clip-path: polygon(0% 64.10447%, 100% 64.10447%, 100% 68.19812%, 0% 68.19812%);
    transform: translate(-3.33335%, 0.09121%);
  }
  20%, 100% {
    clip-path: none;
    transform: none;
    background: rgba(0, 0, 0, 0);
  }
}

.glitch .channel {
  mix-blend-mode: screen;
}

.glitch .channel::before {
  bottom: 0;
  content: "";
  display: block;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.glitch .r {
  animation: rgb-shift-r 3s steps(1, jump-end) infinite alternate both;
}

@keyframes rgb-shift-r {
  0% {
    transform: translate(1.99595%, -0.45911%);
  }
  2% {
    transform: translate(0.6784%, -0.05434%);
  }
  4% {
    transform: translate(-0.65167%, 0.49073%);
  }
  6% {
    transform: translate(1.134%, 0.16637%);
  }
  8% {
    transform: translate(0.44678%, 0.19298%);
  }
  10% {
    transform: translate(-0.57026%, 0.02997%);
  }
  12% {
    transform: translate(1.95999%, -0.25286%);
  }
  14% {
    transform: translate(0.12649%, -0.47795%);
  }
  16% {
    transform: translate(-0.61742%, 0.1027%);
  }
  18% {
    transform: translate(-0.6601%, 0.37757%);
  }
  20%, 100% {
    transform: none;
  }
}

.glitch .r::before {
  background: #f00;
}

.glitch .g {
  animation: rgb-shift-g 3s steps(1, jump-end) infinite alternate both;
}

@keyframes rgb-shift-g {
  0% {
    transform: translate(0.25927%, 0.26989%);
  }
  2% {
    transform: translate(1.85856%, -0.27414%);
  }
  4% {
    transform: translate(-1.83249%, -0.37945%);
  }
  6% {
    transform: translate(1.44801%, 0.49272%);
  }
  8% {
    transform: translate(-1.15684%, 0.08931%);
  }
  10% {
    transform: translate(0.31836%, -0.47494%);
  }
  12% {
    transform: translate(0.43827%, -0.22409%);
  }
  14% {
    transform: translate(-1.14426%, -0.29724%);
  }
  16% {
    transform: translate(-1.63695%, 0.41109%);
  }
  18% {
    transform: translate(1.16043%, -0.0436%);
  }
  20%, 100% {
    transform: none;
  }
}

.glitch .g::before {
  background: #0f0;
}

.glitch .b {
  animation: rgb-shift-b 3s steps(1, jump-end) infinite alternate both;
}

@keyframes rgb-shift-b {
  0% {
    transform: translate(0.36986%, 0.01405%);
  }
  2% {
    transform: translate(-0.96703%, -0.48933%);
  }
  4% {
    transform: translate(0.875%, 0.1499%);
  }
  6% {
    transform: translate(-0.2422%, -0.05792%);
  }
  8% {
    transform: translate(1.2388%, 0.28921%);
  }
  10% {
    transform: translate(-1.90119%, 0.1881%);
  }
  12% {
    transform: translate(0.4688%, 0.04764%);
  }
  14% {
    transform: translate(-0.19329%, -0.0208%);
  }
  16% {
    transform: translate(-1.8877%, 0.4519%);
  }
  18% {
    transform: translate(-0.83288%, 0.42624%);
  }
  20%, 100% {
    transform: none;
  }
}

.glitch .b::before {
  background: #00f;
}

#loader, #loader-bg {
  background: url(/images/top/keyvis_a.jpg) center no-repeat;
  background-size: cover;
}

/* --- project _common.scss --- */
.clear {
  clear: both;
}

.f_matisse {
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.t_block {
  display: inline-block;
}

#dmm_ntgnavi {
  position: relative;
  z-index: 9999;
}

#page {
  display: none;
}

.onview-top {
  opacity: 0;
  transition: transform 0.5s ease-in-out;
  transform: translateY(50px);
}

.onview-down {
  opacity: 0;
  transition: transform 0.5s ease-in-out;
  transform: translateY(-80px);
}

.onview-left {
  opacity: 0;
  transition: transform 0.5s ease-in-out;
  transform: translateX(-50px);
}

.onview-right {
  opacity: 0;
  transition: transform 0.5s ease-in-out;
  transform: translateX(50px);
}

.onview-top.on-view, .onview-down.on-view, .onview-right.on-view, .onview-left.on-view {
  opacity: 1;
  transform: none;
}

.onview-blur {
  opacity: 0;
  filter: blur(30px);
  transition: all 1s ease-in-out;
}

.onview-blur.on-view {
  opacity: 1;
  filter: blur(0);
}

.c-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  border: 0.1rem solid #fff;
  background: #2481c1;
  text-decoration: none;
  transition: .3s ease;
}

@media (min-width: 960px) {
  .c-btn a:hover {
    background: #28a3ca;
  }
}

.btn-close {
  border: none;
  outline: none;
  background: transparent;
}

@media (max-width: 960px) {
  .btn-close img {
    width: 10.6vw;
    padding-top: 2.6vw;
    transition: all .3s ease;
  }
  .btn-close:hover img {
    transform: scale(1.1);
  }
}

@media (min-width: 960px) {
  .btn-close {
    position: absolute;
    top: 10px;
    right: 5px;
  }
  .btn-close img {
    width: 50px;
    transition: all .3s ease;
  }
  .btn-close:hover img {
    transform: scale(1.1);
  }
}

.slick-dots {
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  padding: 0;
  border: none;
  outline: none;
  width: 15px;
  height: 15px;
  background-color: #000;
  color: transparent;
  border: 1px solid #ed4c5c;
}

.slick-dots .slick-active button {
  background-color: #b00c0c;
}

.slide-arrow {
  transition: all 0.3s;
}

.slide-arrow.prev-arrow:hover {
  transform: translateX(-5px);
}

.slide-arrow.next-arrow:hover {
  transform: translateX(5px) rotate(180deg);
}

.pc {
  display: block;
}

@media (max-width: 959px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 959px) {
  .sp {
    display: block;
  }
}

.topage_top {
  position: fixed;
  right: 20px;
  bottom: -100px;
  z-index: 30;
  transition: all 0.5s;
  width: 100px;
  height: 100px;
}

@media (max-width: 959px) {
  .topage_top {
    width: 70px;
    height: 70px;
  }
}

.topage_top.topage_act {
  bottom: 20px;
}

.topage_top a {
  display: block;
}

.topage_top a img {
  width: 100%;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 5000;
}

#loader-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  transition: all 0.5s;
}

.eff {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.parr {
  position: absolute;
  transition: all 1s ease-out;
}

.parr img {
  width: 100%;
}

.hane1 {
  top: 173px;
  right: 89%;
  opacity: 1;
  width: 126px;
}

.hane2 {
  top: 235px;
  left: 87%;
  opacity: 1;
  width: 79px;
  transform: rotate(-77deg);
}

.hane3 {
  top: 381px;
  right: 64%;
  opacity: 1;
  width: 72px;
  transform: rotate(142deg);
}

.hane4 {
  top: 77px;
  left: 81%;
  opacity: 1;
  width: 130px;
  transform: rotate(232deg) scale(1, -1);
}

.hane5 {
  top: 207px;
  left: 66%;
  opacity: 1;
  width: 90px;
  transform: rotate(87deg);
}

.hane6 {
  top: 136px;
  right: 65%;
  opacity: 1;
  width: 70px;
  transform: rotate(104deg) scale(1, -1);
}

.top_h2 {
  width: auto;
  padding: 0 0 80px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  font-size: 34px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

@media (max-width: 959px) {
  .top_h2 {
    padding: 0 0 50px;
    font-size: 20px;
  }
}

.top_h2 ::before {
  content: "";
  display: block;
  position: absolute;
  right: 115%;
  top: 6px;
  width: 92px;
  height: 48px;
  background: url(/images/common/h2_img.png) center no-repeat;
  background-size: contain;
}

@media (max-width: 959px) {
  .top_h2 ::before {
    width: 61px;
    height: 32px;
    top: 2px;
  }
}

.top_h2 ::after {
  content: "";
  display: block;
  position: absolute;
  left: 115%;
  top: 6px;
  width: 92px;
  height: 48px;
  background: url(/images/common/h2_img.png) center no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

@media (max-width: 959px) {
  .top_h2 ::after {
    width: 61px;
    height: 32px;
    top: 2px;
  }
}

a {
  color: #ed4c5c;
}

a:hover {
  color: #fff;
}

.back_bt {
  width: 200px;
  margin: 50px auto 0px;
}

.back_bt a {
  display: block;
  background: #000;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  font-size: 20px;
}

@media (max-width: 959px) {
  .back_bt a {
    font-size: 16px;
  }
}

.back_bt a:hover {
  background: #790202;
}

/* --- project _error.scss --- */
.page-content {
  position: relative;
  animation: fadeIn 1s ease-in;
  background: url(/images/common/bg_common.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.page-content .logo img {
  width: 100%;
}

.page-content .content-inner {
  color: #000;
  text-align: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 959px) {
  .page-content .content-wrap {
    padding: 17.333vw 5.3vw 13.66vw;
  }
  .page-content .logo {
    padding: 0 22.66vw;
  }
  .page-content .content-inner {
    position: relative;
    margin-top: 8vw;
    padding: 8vw 0;
  }
  .page-content .content-inner .capt-content {
    color: #44af3d;
    font-size: 8.999vw;
  }
  .page-content .content-inner .sub-capt {
    padding-top: 5.3vw;
    font-size: 4vw;
  }
  .page-content .content-inner__tx {
    padding: 6vw 5.3vw;
  }
  .page-content .content-inner__tx p {
    font-size: 4vw;
    line-height: 1.6;
    text-align: left;
  }
  .page-content .sub-capt {
    padding-bottom: 2.6vw;
  }
  .page-content .btn-wrap {
    margin: 0 5.3vw;
  }
  .page-content .is-backtop {
    height: 13.33vw;
  }
}

@media (min-width: 960px) {
  .page-content .content-wrap {
    padding: 80px 0;
  }
  .page-content .logo {
    width: 380px;
    margin: 0 auto;
    transition: .3s ease;
  }
  .page-content .logo:hover {
    opacity: .8;
  }
  .page-content .content-inner {
    position: relative;
    width: 960px;
    margin: 40px auto 0;
    padding: 40px 20px 80px;
  }
  .page-content .content-inner .capt-content {
    padding: 40px 0 20px;
    color: #44af3d;
    font-size: 40px;
    font-weight: normal;
  }
  .page-content .content-inner__tx p {
    font-size: 16px;
    line-height: 2;
  }
  .page-content .sub-capt {
    padding-bottom: 20px;
  }
  .page-content .is-backtop {
    width: 300px;
    height: 60px;
    margin: 40px auto 0;
  }
}

/* --- project _error.scss --- */
.page-error {
  position: relative;
  animation: fadeIn 1s ease-in;
  background: url(/images/err/err_bg.jpg) center top;
  background-size: cover;
  padding-top: 23px;
}

.page-error .error-wrap {
  padding: 100px 0 50px;
}

.page-error .logo {
  max-width: 280px;
  width: 60%;
  margin: 0 auto 20px auto;
}

.page-error .logo img {
  width: 100%;
}

.page-error .error-inner {
  text-align: center;
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 0;
}

.page-error .capt_error {
  font-size: 114px;
  margin: 0 0 12px;
  color: #fff;
  text-shadow: 0px 0px 3px #ff61d9, 0px 0px 5px #bd0004, 0px 0px 18px #bd0004, 0px 0px 18px #bd0004, 0px 0px 18px #bd0004;
}

.page-error .error_tx {
  color: #fff;
  margin: 0 0 50px 0;
  padding: 0 5%;
  text-shadow: 0px 0px 6px #bd0004, 0px 0px 6px #bd0004,0px 0px 6px #bd0004;
}

.page-error .error_bt {
  display: block;
  position: relative;
  font-size: 23px;
  margin: 0 auto 100px auto;
  width: 200px;
  text-align: center;
}

.page-error .error_bt a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background: #000;
  padding: 15px 80px;
  transition: all .35s;
}

.page-error .error_bt a:hover {
  color: #d80000;
}

.page-error .error_tw {
  width: 80%;
  max-width: 500px;
  margin: 0 auto 50px auto;
  background: #17181f;
}

@media (max-width: 959px) {
  .page-error .capt_error {
    font-size: 10vw;
  }
}

/* --- project _error.scss --- */
.page-news .newsbg {
  background: url(/images/news/news_bg.jpg) center fixed;
  background-size: cover;
  padding: 75px 0;
}

.page-news .inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.page-news .tags {
  margin: 0 auto 40px auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  width: 50%;
}

@media (max-width: 959px) {
  .page-news .tags {
    width: 100%;
  }
}

.page-news .tags div {
  border: 1px solid #790202;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.3s;
}

.page-news .tags div a {
  display: block;
  padding: 6px 10px 7px 10px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-news .tags div:hover {
  background: #790202;
}

.page-news .tags .active {
  background: #790202;
}

.page-news .news_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px 2%;
  padding: 25px;
  background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 400px) {
  .page-news .news_grid {
    grid-template-columns: 100%;
    padding: 10px;
  }
}

.page-news .news_grid .news_in {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  padding: 5px;
}

.page-news .news_grid .news_in .n_img {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin: 10px 0;
}

.page-news .news_grid .news_in .n_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  object-fit: cover;
}

.page-news .news_grid .news_in .n_img .n_new {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 3px 7px 3px 6px;
  font-size: 12px;
  background: #790202;
}

.page-news .news_grid .news_in .n_h3 {
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

@media (max-width: 959px) {
  .page-news .news_grid .news_in .n_h3 {
    font-size: 14px;
  }
}

.page-news .news_grid .news_in:hover {
  background: #2b1619;
}

.page-news .news_grid .news_in:hover .n_img img {
  width: 110%;
  height: 110%;
}

.page-news .news_grid .nonews {
  grid-column: 1/5;
  text-align: center;
  margin: 50px 0;
}

@media (max-width: 400px) {
  .page-news .news_grid .nonews {
    grid-column: 1/2;
  }
}

.page-news .nin_gird {
  display: grid;
  grid-template-columns: 150px 1fr;
}

@media (max-width: 959px) {
  .page-news .nin_gird {
    grid-template-columns: 120px 1fr;
  }
}

.page-news .nin_gird .n_cat {
  background: #790202;
  font-size: 12px;
  padding: 5px 10px;
  text-align: center;
}

.page-news .nin_gird .n_day {
  text-align: left;
  font-size: 14px;
  margin: 4px 0 0 30px;
}

@media (max-width: 400px) {
  .page-news .nin_gird .n_day {
    margin: 4px 0 0 15px;
  }
}

.page-news .news {
  background: rgba(0, 0, 0, 0.7);
  padding: 80px;
}

@media (max-width: 959px) {
  .page-news .news {
    padding: 5vw;
  }
}

.page-news .news .n_h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3em;
  margin: 10px 0 20px;
}

@media (max-width: 959px) {
  .page-news .news .n_h3 {
    font-size: 20px;
  }
}

.page-news .news .n_img {
  margin: 20px 0;
  text-align: center;
}

.page-news .news .n_img img {
  max-width: 100%;
}

.page-news .news .news_text h1, .page-news .news .news_text h2, .page-news .news .news_text h3, .page-news .news .news_text h4, .page-news .news .news_text p {
  line-height: 1.3em;
}

.page-news .news .news_text p {
  margin: 10px 0;
  font-size: 16px;
}

@media (max-width: 959px) {
  .page-news .news .news_text p {
    font-size: 14px;
  }
}

.page-news .news .news_text h2 {
  background: #790202;
  padding: 5px 15px;
  position: relative;
  margin: 20px 0;
  font-size: 22px;
}

@media (max-width: 959px) {
  .page-news .news .news_text h2 {
    font-size: 18px;
  }
}

.page-news .news .news_text h2::before {
  content: "";
  width: 100%;
  background: #790202;
  height: 2px;
  position: absolute;
  top: -5px;
  left: 0;
}

.page-news .news .news_text h2::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #790202;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.page-news .news .news_text h3 {
  margin: 20px 0 20px 45px;
  position: relative;
  font-size: 18px;
}

@media (max-width: 959px) {
  .page-news .news .news_text h3 {
    font-size: 16px;
  }
}

.page-news .news .news_text h3::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #790202;
  position: absolute;
  top: 6px;
  left: -35px;
  transform: rotate(45deg);
  box-shadow: 0 0 0 3px #000, 0 0 0 5px #790202;
}

.page-news .news .news_text img {
  max-width: 100%;
  height: auto;
}

.page-news .news_pager {
  width: auto;
  margin: 40px auto 0;
}

.page-news .news_pager ul {
  text-align: center;
  list-style: none;
  font-size: 0;
}

.page-news .news_pager ul li {
  margin-bottom: 10px;
}

.page-news .news_pager ul .page_num {
  display: inline-block;
  border: 1px solid #790202;
  margin: 0 5px;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 10px 7px 10px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}

.page-news .news_pager ul .page_num:hover {
  background: #790202;
}

.page-news .news_pager ul .page_num a {
  text-decoration: none;
  color: #fff;
}

.page-news .news_pager ul .news_backbt, .page-news .news_pager ul .news_nextbt {
  display: inline-block;
  padding: 5px 10px 7px 10px;
  font-size: 18px;
}

.page-news .news_pager ul .news_backbt img, .page-news .news_pager ul .news_nextbt img {
  vertical-align: middle;
}

.page-news .news_pager ul .news_nextbt {
  transform: rotate(180deg);
}

.page-news .news_pager ul .active {
  background: #790202;
}

/* --- project _error.scss --- */
.page-terms .termsbg {
  background: url(/images/top/bg_pt.jpg) fixed;
  padding: 75px 0;
}

.page-terms .inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.page-terms .top_h2 {
  text-align: center;
}

@media (max-width: 959px) {
  .page-terms .top_h2 {
    width: 60%;
    max-width: 300px;
  }
}

.page-terms .top_h2 ::before {
  right: 105%;
  top: 50%;
  transform: translateY(-130%);
}

.page-terms .top_h2 ::after {
  left: 105%;
  top: 50%;
  transform: rotate(180deg) translateY(125%);
}

.page-terms .top_h2 span {
  display: inline-block;
}

.page-terms .terms {
  background: rgba(0, 0, 0, 0.5);
  padding: 80px;
}

@media (max-width: 959px) {
  .page-terms .terms {
    padding: 5vw;
  }
}

.page-terms .terms .n_h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3em;
  margin: 10px 0 20px;
}

@media (max-width: 959px) {
  .page-terms .terms .n_h3 {
    font-size: 20px;
  }
}

.page-terms .terms .n_img {
  margin: 20px 0;
  text-align: center;
}

.page-terms .terms .n_img img {
  max-width: 100%;
}

.page-terms .terms .terms_text h1, .page-terms .terms .terms_text h2, .page-terms .terms .terms_text h3, .page-terms .terms .terms_text h4, .page-terms .terms .terms_text p, .page-terms .terms .terms_text ul, .page-terms .terms .terms_text li {
  line-height: 1.5em;
}

.page-terms .terms .terms_text p, .page-terms .terms .terms_text li {
  margin: 10px 0;
  font-size: 16px;
  overflow-wrap: break-word;
}

@media (max-width: 959px) {
  .page-terms .terms .terms_text p, .page-terms .terms .terms_text li {
    font-size: 14px;
  }
}

.page-terms .terms .terms_text h2 {
  margin: 40px 0 20px 45px;
  position: relative;
  font-size: 20px;
}

@media (max-width: 959px) {
  .page-terms .terms .terms_text h2 {
    font-size: 18px;
  }
}

.page-terms .terms .terms_text h2::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #790202;
  position: absolute;
  top: 8px;
  left: -35px;
  transform: rotate(45deg);
  box-shadow: 0 0 0 3px #000, 0 0 0 5px #790202;
}

.page-terms .terms .terms_text h2:first-child {
  margin: 0 0 20px 45px;
}

.page-terms .terms .terms_text img {
  max-width: 100%;
  height: auto;
}

.page-terms .terms .terms_text .li_no1 {
  padding-left: 20px;
}

.page-terms .terms .terms_text .li_no1 li {
  list-style-position: outside;
  list-style-type: decimal;
}

.page-terms .terms .terms_text .li_no2 li {
  list-style-position: outside;
  counter-increment: cnt;
  list-style-type: none;
}

.page-terms .terms .terms_text .li_no2 li::before {
  content: "(" counter(cnt) ") ";
}

.page-terms .news_pager {
  width: auto;
  margin: 40px auto 0;
}

.page-terms .news_pager ul {
  text-align: center;
  list-style: none;
  font-size: 0;
}

.page-terms .news_pager ul li {
  margin-bottom: 10px;
}

.page-terms .news_pager ul .page_num {
  display: inline-block;
  border: 1px solid #790202;
  margin: 0 5px;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 10px 7px 10px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}

.page-terms .news_pager ul .page_num:hover {
  background: #790202;
}

.page-terms .news_pager ul .page_num a {
  text-decoration: none;
  color: #fff;
}

.page-terms .news_pager ul .news_backbt, .page-terms .news_pager ul .news_nextbt {
  display: inline-block;
  padding: 5px 10px 7px 10px;
  font-size: 18px;
}

.page-terms .news_pager ul .news_backbt img, .page-terms .news_pager ul .news_nextbt img {
  vertical-align: middle;
}

.page-terms .news_pager ul .news_nextbt {
  transform: rotate(180deg);
}

.page-terms .news_pager ul .active {
  background: #790202;
}
