@charset "UTF-8";
@media print, screen and (min-width: 1081px) {
  .pc-only {
    display: block;
  }
}
@media only screen and (max-width: 1080px) {
  .pc-only {
    display: none;
  }
}

@media print, screen and (min-width: 1081px) {
  .sp-only {
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  .sp-only {
    display: block;
  }
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

/* h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} */
q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

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

.ff-zenkakugo {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* -----------------------------------------------------------
	STYLES: layouts
----------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  background: #000;
}

html.is-open {
  overflow: hidden;
}

body {
  background: #000;
  color: #000;
  font-size: 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}
@media print, screen and (min-width: 1081px) {
  body {
    min-width: 1080px;
  }
}
a {
  color: #000;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1.8;
}

img {
  max-width: 100%;
}

.sp {
  display: none !important;
}

.opac {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.opac:hover {
  opacity: 0.7;
}

#wrapper {
  font-size: 16px;
  line-height: 26px;
}
#wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.en {
  display: none;
}

.js-translateJa {
  display: none;
}

@media print, screen and (min-width: 1081px) {
  .c-section {
    padding: 0px 0 60px;
  }
}
@media only screen and (max-width: 1080px) {
  .c-section {
    padding: 0 0 12vw;
  }
}

@media print, screen and (min-width: 1081px) {
  .c-section__cont {
    max-width: 1280px;
    min-width: 1080px;
    width: 100%;
    margin: auto;
  }
}
@media (min-width: 1080px) and (max-width: 1279px) {
  .c-section__cont {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1080px) {
  .c-section__cont {
    padding: 0 2.6666666667vw;
  }
}

.c-section__title {
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media print, screen and (min-width: 1081px) {
  .c-section__title {
    font-size: 34.5px;
  }
}
@media only screen and (max-width: 1080px) {
  .c-section__title {
    font-size: 5.2vw;
  }
}

.c-second__box {
  background: #fff;
}
@media print, screen and (min-width: 1081px) {
  .c-second__box {
    padding: 62px 77px;
    min-height: 1030px;
  }
}
@media only screen and (max-width: 1080px) {
  .c-second__box {
    padding: 6.6666666667vw 7.4666666667vw;
  }
}

@media print, screen and (min-width: 1081px) {
  a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  a:hover {
    opacity: 0.7;
  }
}

/* -----------------------------------------------------------
  STYLES: partials
----------------------------------------------------------- */
#section-footer {
  background: #131313;
  text-align: center;
}
#section-footer .footer__cont {
  position: relative;
}
@media print, screen and (min-width: 1081px) {
  #section-footer .footer__cont {
    padding: 36px 0 60px;
  }
}
@media only screen and (max-width: 1080px) {
  #section-footer .footer__cont {
    padding: 3.7333333333vw 0 8vw;
  }
}
#section-footer .footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 1081px) {
  #section-footer .footer__list {
    position: relative;
    left: -6px;
    gap: 8px;
  }
}
@media only screen and (max-width: 1080px) {
  #section-footer .footer__list {
    gap: 1.0666666667vw;
  }
}
#section-footer .footeritem {
  color: #b3995f;
}
#section-footer .footeritem:after {
  content: "|";
  position: relative;
}
@media print, screen and (min-width: 1081px) {
  #section-footer .footeritem:after {
    left: 4px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1080px) {
  #section-footer .footeritem:after {
    font-size: 2.1333333333vw;
  }
}
#section-footer .footeritem:last-child:after {
  display: none;
}
#section-footer .footer__anchor {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-decoration: none;
  color: #b3995f !important;
  letter-spacing: 0.05;
}
@media only screen and (max-width: 1080px) {
  #section-footer .footer__anchor {
    font-size: 2.1333333333vw;
  }
}
#section-footer .copy {
  color: #fff;
  display: inline-block;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1081px) {
  #section-footer .copy {
    font-size: 14px;
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 1080px) {
  #section-footer .copy {
    font-size: 1.8666666667vw;
    margin: 4vw 0 0;
  }
}
#section-footer .pagetop {
  position: fixed;
}
@media print, screen and (min-width: 1081px) {
  #section-footer .pagetop {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    bottom: 40px;
    right: 20px;
    width: 60px;
  }
}
@media only screen and (max-width: 1080px) {
  #section-footer .pagetop {
    width: 8vw;
    right: 2.6666666667vw;
    bottom: 5.3333333333vw;
  }
}
#section-footer .pagetop__anchor {
  display: block;
}

#section-header {
  position: relative;
  width: 100%;
}
#section-header .header__cont {
  position: relative;
}
@media print, screen and (min-width: 1081px) {
  #section-header .header__cont {
    padding: 12px 0 0;
  }
}
@media only screen and (max-width: 1080px) {
  #section-header .header__cont {
    padding: 2.2666666667vw 4vw 0;
  }
}
@media print, screen and (min-width: 1081px) {
  #section-header .menu__button {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  #section-header .menu__button:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 1081px) {
  #section-header .header__title {
    width: 414px;
    margin: auto;
  }
}
@media only screen and (max-width: 1080px) {
  #section-header .header__title {
    width: 50.4vw;
    margin: auto;
  }
}
#section-header .header__menuList {
  background: #000;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -110%;
  z-index: 19;
  overflow-y: auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
}
@media print, screen and (min-width: 1081px) {
  #section-header .header__menuList {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 1080px) {
  #section-header .header__menuList {
    padding: 16vw 0;
  }
}
#section-header .header__menuList .item {
  position: relative;
  font-weight: bold;
}
@media print, screen and (min-width: 1081px) {
  #section-header .header__menuList .item {
    margin: 40px 0 0;
  }
}
@media only screen and (max-width: 1080px) {
  #section-header .header__menuList .item {
    margin: 2.6666666667vw 0 0;
  }
}
#section-header .header__menuList .item__anchor {
  text-decoration: none;
  position: relative;
  color: #b3995f;
  display: block;
}
#section-header .header__menuList .item__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media print, screen and (min-width: 1081px) {
  #section-header .header__menuList .item__title {
    line-height: 3.0416666667;
    font-size: 24px;
  }
}
@media only screen and (max-width: 1080px) {
  #section-header .header__menuList .item__title {
    font-size: 4vw;
    line-height: 2.6666666667;
  }
}
#section-header .header__iconBar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  z-index: 20;
  position: relative;
}
@media print, screen and (min-width: 1081px) {
  #section-header .header__iconBar {
    top: 28px;
    height: 75px;
    width: 75px;
    border: 3px solid #b3995f;
    cursor: pointer;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  #section-header .header__iconBar:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1080px) {
  #section-header .header__iconBar {
    top: 0;
    height: 10vw;
    width: 10vw;
    border: 0.4vw solid #b3995f;
  }
}
#section-header .header__iconBar span {
  display: block;
  position: absolute;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  background: #b3995f;
}
@media print, screen and (min-width: 1081px) {
  #section-header .header__iconBar span {
    width: 32px;
    height: 3px;
    border-radius: 1.6px;
  }
}
@media only screen and (max-width: 1080px) {
  #section-header .header__iconBar span {
    width: 4.2666666667vw;
    height: 0.4vw;
    border-radius: 0.2133333333vw;
  }
}
#section-header .header__iconBar span:before, #section-header .header__iconBar span:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #b3995f;
}
@media print, screen and (min-width: 1081px) {
  #section-header .header__iconBar span:before, #section-header .header__iconBar span:after {
    width: 32px;
    height: 3px;
    border-radius: 1.6px;
  }
}
@media only screen and (max-width: 1080px) {
  #section-header .header__iconBar span:before, #section-header .header__iconBar span:after {
    width: 4.2666666667vw;
    height: 0.4vw;
    border-radius: 0.2133333333vw;
  }
}
@media print, screen and (min-width: 1081px) {
  #section-header .header__iconBar span:before {
    bottom: 8px;
  }
}
@media only screen and (max-width: 1080px) {
  #section-header .header__iconBar span:before {
    bottom: 1.0666666667vw;
  }
}
@media print, screen and (min-width: 1081px) {
  #section-header .header__iconBar span:after {
    top: 8px;
  }
}
@media only screen and (max-width: 1080px) {
  #section-header .header__iconBar span:after {
    top: 1.0666666667vw;
  }
}
#section-header #header__check {
  display: none;
}
#section-header #header__check:checked ~ .header__iconBar span {
  background-color: rgba(255, 255, 255, 0);
}
#section-header #header__check:checked ~ .header__iconBar span:before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#section-header #header__check:checked ~ .header__iconBar span:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#section-header #header__check:checked ~ .header__menuList {
  left: 0;
}
#section-header .menu__button {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #b3995f;
  position: absolute;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
}
@media print, screen and (min-width: 1081px) {
  #section-header .menu__button {
    top: 57px;
    right: 5px;
    font-size: 19px;
    cursor: pointer;
    border-radius: 21px;
    border: 2px solid #b3995f;
    padding: 9px 0 13px;
    width: 121px;
  }
}
@media only screen and (max-width: 1080px) {
  #section-header .menu__button {
    top: 3.0666666667vw;
    right: 3.3333333333vw;
    font-size: 3.2vw;
    border-radius: 3.8vw;
    border: 0.2666666667vw solid #b3995f;
    padding: 1.7333333333vw 0 2.4vw;
    width: 17.3333333333vw;
  }
}

/* -----------------------------------------------------------
	pages
----------------------------------------------------------- */
.page-index .kv {
  overflow: hidden;
}
@media print, screen and (min-width: 1081px) {
  .page-index .kv {
    background: url("https://storage.googleapis.com/njpwworld/gallery/images/top/bg-kv.png") no-repeat center top #131313;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .kv {
    background: url("https://storage.googleapis.com/njpwworld/gallery/images/top/bg-kv-sp.png") no-repeat center top/cover #131313;
  }
}
@media print, screen and (min-width: 1081px) {
  .page-index .kv .kv__title {
    width: 1001px;
    margin: 145px auto 0;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .kv .kv__title {
    width: 73vw;
    margin: 0 auto 0;
  }
}
.page-index .kv .kv__button {
  display: block;
}
@media print, screen and (min-width: 1081px) {
  .page-index .kv .kv__button {
    width: min(calc(332vw / 12.8), 332px);
    margin: 54px auto 0;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .kv .kv__button {
    width: 42.6vw;
    margin: 2.6666666667vw auto 0;
  }
}
.page-index .kv .kv__list {
  background: rgba(255, 255, 255, 0.7);
}
@media print, screen and (min-width: 1081px) {
  .page-index .kv .kv__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
    width: min(calc(814vw / 12.8), 814px);
    padding: 23px min(calc(36vw / 12.8), 36px) 12px;
    margin: 8px auto 0;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .kv .kv__list {
    display: grid;
    grid-template-rows: 12.333333vw 10.533333vw;
    grid-template-columns: 37.266667vw 41.8vw;
    row-gap: 1.866667vw;
    width: 86vw;
    position: relative;
    left: 0;
    border-radius: 1.3333333333vw;
    padding: 1.7333333333vw 2.9333333333vw 2.6666666667vw 3.6vw;
    margin: 0.4vw auto 0;
  }
}
@media print, screen and (min-width: 1081px) {
  .page-index .kv .kv__list--ja {
    width: min(calc(624vw / 12.8), 624px);
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .kv .kvitem--android {
    margin: 0 0 0 -1.0666666667vw;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .kv .kvitem--roku {
    margin: 0 0 0 2.8vw;
  }
}
.page-index .kv .kvitem__anchor {
  display: block;
}
@media print, screen and (min-width: 1081px) {
  .page-index .kv .kvitem__anchor--apple {
    width: min(calc(161vw / 12.8), 161px);
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .kv .kvitem__anchor--apple {
    width: 33.8vw;
  }
}
@media print, screen and (min-width: 1081px) {
  .page-index .kv .kvitem__anchor--android {
    width: min(calc(186vw / 12.8), 186px);
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .kv .kvitem__anchor--android {
    width: 42.8vw;
  }
}
@media print, screen and (min-width: 1081px) {
  .page-index .kv .kvitem__anchor--amazon {
    width: min(calc(180vw / 12.8), 180px);
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .kv .kvitem__anchor--amazon {
    width: 38.266667vw;
  }
}
@media print, screen and (min-width: 1081px) {
  .page-index .kv .kvitem__anchor--roku {
    width: min(calc(171vw / 12.8), 171px);
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .kv .kvitem__anchor--roku {
    width: 35.666667vw;
  }
}
.page-index .kv .news {
  background: #000;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media print, screen and (min-width: 1081px) {
  .page-index .kv .news {
    padding: 26px 0 28px;
    margin-top: 42px;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .kv .news {
    margin-top: 6.1333333333vw;
    padding: 4.4vw 0 5.3333333333vw;
  }
}
@media print, screen and (min-width: 1081px) {
  .page-index .kv .news__list {
    padding: 0 0 0 min(calc(26vw / 12.8), 26px);
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .kv .news__list {
    padding-left: 8.2666666667vw;
  }
}
.page-index .kv .newsitem {
  color: #fff;
  position: relative;
  letter-spacing: 0.05em;
  word-wrap: break-word;
}
@media print, screen and (min-width: 1081px) {
  .page-index .kv .newsitem {
    line-height: 1.6428571429;
    font-size: 22px;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .kv .newsitem {
    font-size: 4.8vw;
    line-height: 1.1em!important;
  }
}
.page-index .kv .newsitem::before {
  content: "";
  display: block;
  background: #b3995f;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media print, screen and (min-width: 1081px) {
  .page-index .kv .newsitem::before {
    width: 14px;
    height: 4px;
    border-radius: 2px;
    left: -30px;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .kv .newsitem::before {
    width: 1.8666666667vw;
    height: 0.5333333333vw;
    left: -4vw;
    border-radius: 0.2666666667vw;
  }
}
@media print, screen and (min-width: 1081px) {
  .page-index .kv .newsitem + .newsitem {
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .kv .newsitem + .newsitem {
    margin: 2vw 0 0;
  }
}
.page-index .kv .newsitem__anchor {
  color: #fff;
  text-decoration: underline;
}
@media print, screen and (min-width: 1081px) {
  .page-index .kv .kv__lead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 60px 0 0;
  }
}
.page-index .kv .kvLead__title {
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media print, screen and (min-width: 1081px) {
  .page-index .kv .kvLead__title {
    font-size: 34.5px;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .kv .kvLead__title {
    font-size: 5.52vw;
    text-align: center;
    margin: 0 0 0 4.8vw;
  }
}
@media print, screen and (min-width: 1081px) {
  .page-index .kv .kvLead__inner--text {
    width: min(calc(660vw / 12.8), 660px);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 46px 0 0;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .kv .kvLead__inner--text {
    margin: 4.4vw 0 0;
  }
}
@media print, screen and (min-width: 1081px) {
  .page-index .kv .kvLead__inner--img {
    width: min(calc(599vw / 12.8), 599px);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .kv .kvLead__inner--img {
    width: 79.8666666667vw;
    margin: 4.5333333333vw 0 0 6.8vw;
  }
}
.page-index .kv .kvLead__text {
  color: #fff;
  word-wrap: break-word;
}
@media print, screen and (min-width: 1081px) {
  .page-index .kv .kvLead__text {
    font-size: 20px;
    line-height: 2;
    margin: 36px 0 0;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .kv .kvLead__text {
    font-size: 3.2vw;
    line-height: 2;
    margin: 5.0666666667vw 4.9333333333vw 0;
  }
}
@media print, screen and (min-width: 1081px) {
  .page-index .schedule {
    background: url("https://storage.googleapis.com/njpwworld/gallery/images/top/bg-schedule.png") no-repeat center top/cover;
    padding-top: 73px;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .schedule {
    background: url("https://storage.googleapis.com/njpwworld/gallery/images/top/bg-schedule-sp.png") no-repeat center top/cover;
  }
}
.page-index .schedule .schedule__lead {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1081px) {
  .page-index .schedule .schedule__lead {
    font-size: 20px;
    margin: 53px 0 0;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .schedule .schedule__lead {
    font-size: 3.2vw;
    margin: 5.8666666667vw 0 0;
  }
}
.page-index .schedule .schedule__subTitle {
  color: #fff;
  background: #3c3c3c;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media print, screen and (min-width: 1081px) {
  .page-index .schedule .schedule__subTitle {
    font-size: 18px;
    margin: 25px 0 0;
    padding: 13px min(calc(20vw / 12.8), 20px);
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .schedule .schedule__subTitle {
    font-size: 2.8vw;
    margin: 2.6666666667vw 0 0;
    padding: 2.2666666667vw 3.0666666667vw;
  }
}
@media print, screen and (min-width: 1081px) {
  .page-index .schedule .schedule__list + .schedule__subTitle {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .schedule .schedule__list + .schedule__subTitle {
    margin-top: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 1081px) {
  .page-index .schedule .schedule__list {
    margin: 23px 0 0 min(calc(15vw / 12.8), 15px);
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .schedule .schedule__list {
    margin: 2.6666666667vw 0 0 2vw;
  }
}
.page-index .schedule .scheduleList__item {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 2.3888888889;
  word-wrap: break-word;
}
@media print, screen and (min-width: 1081px) {
  .page-index .schedule .scheduleList__item {
    font-size: 18px;
    text-indent: -17px;
    margin: 0 0 0 min(calc(17vw / 12.8), 17px);
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .schedule .scheduleList__item {
    font-size: 2.8vw;
    text-indent: -2.2666666667vw;
    margin: 0 0 0 2.2666666667vw;
  }
}
.page-index .schedule .scheduleList__item:before {
  content: "・";
}
@media print, screen and (min-width: 1081px) {
  .page-index .unlimited {
    background: url("https://storage.googleapis.com/njpwworld/gallery/images/top/bg-unlimited.png") no-repeat center center/cover;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .unlimited {
    background: url("https://storage.googleapis.com/njpwworld/gallery/images/top/bg-unlimited-sp.png") no-repeat center center/cover;
  }
}
.page-index .unlimited .unlimited__list {
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
}
@media print, screen and (min-width: 1081px) {
  .page-index .unlimited .unlimited__list {
    grid-template: 1fr 1fr/1fr 1fr;
    gap: 65px min(calc(60vw / 12.8), 60px);
    margin: 42px auto 0;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .unlimited .unlimited__list {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 44vw 44vw;
    gap: 5.6vw 0;
    margin: 6.1333333333vw 0 0;
  }
}
@media print, screen and (min-width: 1081px) {
  .page-index .unlimited .unlimiteditem {
    width: min(calc(600vw / 12.8), 600px);
  }
}
@media (min-width: 1080px) and (max-width: 1279px) {
  .page-index .unlimited .unlimiteditem {
    width: min(calc(550vw / 12.8), 550px);
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .unlimited .unlimiteditem {
    width: 44vw;
  }
}
.page-index .unlimited .unlimiteditem__thumb {
  overflow: hidden;
  border-radius: 10px;
}
@media print, screen and (min-width: 1081px) {
  .page-index .unlimited .unlimiteditem__thumb {
    height: min(calc(338vw / 12.8), 338px);
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .unlimited .unlimiteditem__thumb {
    border-radius: 1.3333333333vw;
    height: 24.6666666667vw;
  }
}
.page-index .unlimited .unlimiteditem__thumb img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-index .unlimited .unlimiteditem__text {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  word-wrap: break-word;
}
@media print, screen and (min-width: 1081px) {
  .page-index .unlimited .unlimiteditem__text {
    font-size: 18px;
    margin: 13px 0 0;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .unlimited .unlimiteditem__text {
    font-size: 2.8vw;
    margin: 1.6vw 0 0;
  }
}
@media print, screen and (min-width: 1081px) {
  .page-index .sns {
    padding-bottom: 85px;
  }
}
.page-index .sns .sns__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 1081px) {
  .page-index .sns .sns__list {
    margin: 60px auto 0;
    gap: min(calc(54vw / 12.8), 54px);
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .sns .sns__list {
    margin: 8vw auto 0;
    gap: 7.2vw;
  }
}
.page-index .sns .snsitem__anchor {
  display: block;
}
@media print, screen and (min-width: 1081px) {
  .page-index .sns .snsitem__anchor--x {
    width: 44px;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .sns .snsitem__anchor--x {
    width: 6vw;
  }
}
@media print, screen and (min-width: 1081px) {
  .page-index .sns .snsitem__anchor--facebook {
    width: 52px;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .sns .snsitem__anchor--facebook {
    width: 6.9333333333vw;
  }
}
@media print, screen and (min-width: 1081px) {
  .page-index .sns .snsitem__anchor--instagram {
    width: 52px;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .sns .snsitem__anchor--instagram {
    width: 6.9333333333vw;
  }
}
@media print, screen and (min-width: 1081px) {
  .page-index .sns .snsitem__anchor--tiktok {
    width: 40px;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .sns .snsitem__anchor--tiktok {
    width: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 1081px) {
  .page-index .sns .snsitem__anchor--youtube {
    width: 55px;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .sns .snsitem__anchor--youtube {
    width: 7.3333333333vw;
  }
}
@media print, screen and (min-width: 1081px) {
  .page-index .app {
    background: url("https://storage.googleapis.com/njpwworld/gallery/images/top/bg-app.png") no-repeat center top/cover;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .app {
    background: url("https://storage.googleapis.com/njpwworld/gallery/images/top/bg-app-sp.png") no-repeat center top/cover;
  }
}
@media print, screen and (min-width: 1081px) {
  .page-index .app .app__table {
    margin: 34px 0 0;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .app .app__table {
    margin: 4.5333333333vw 0 0;
  }
}
.page-index .app .appTable__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 1081px) {
  .page-index .app .appTable__inner + .appTable__inner {
    margin: 4px 0 0;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .app .appTable__inner + .appTable__inner {
    margin: 0.5333333333vw 0 0;
  }
}
.page-index .app .appTable__title {
  background: #3c3c3c;
  color: #fff;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media print, screen and (min-width: 1081px) {
  .page-index .app .appTable__title {
    width: min(calc(232vw / 12.8), 232px);
    padding: 11px min(calc(23vw / 12.8), 23px);
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .app .appTable__title {
    font-size: 2.5333333333vw;
    width: 30.9333333333vw;
    padding: 2vw 2.9333333333vw 1.3333333333vw;
  }
}
.page-index .app .appTableDetail__wrapper {
  width: 100%;
}
.page-index .app .appTable__detail {
  background: #fff;
  color: #333;
}
@media print, screen and (min-width: 1081px) {
  .page-index .app .appTable__detail {
    padding: 13px min(calc(23vw / 12.8), 23px) 5px;
    width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .app .appTable__detail {
    font-size: 2.5333333333vw;
    width: 100%;
    padding: 2vw 2.6666666667vw 1.3333333333vw;
  }
}
.page-index .app .appTable__detail--smartphone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-index .app .appTable__anchor {
  display: inline-block;
}
@media print, screen and (min-width: 1081px) {
  .page-index .app .appTable__anchor--apple {
    width: 161px;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .app .appTable__anchor--apple {
    width: 21.3333333333vw;
  }
}
@media print, screen and (min-width: 1081px) {
  .page-index .app .appTable__anchor--android {
    width: 186px;
    margin: 0 0 0 20px;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .app .appTable__anchor--android {
    width: 24.6666666667vw;
    margin: 0 0 0 2.6666666667vw;
  }
}
@media print, screen and (min-width: 1081px) {
  .page-index .qa {
    background: url("https://storage.googleapis.com/njpwworld/gallery/images/top/bg-qa.png") no-repeat center top;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .qa {
    background: url("https://storage.googleapis.com/njpwworld/gallery/images/top/bg-qa-sp.png") no-repeat center top/cover;
  }
}
@media print, screen and (min-width: 1081px) {
  .page-index .qa .qa__list {
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .qa .qa__list {
    margin: 4vw 0 0;
  }
}
.page-index .qa .qaitem {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}
@media print, screen and (min-width: 1081px) {
  .page-index .qa .qaitem {
    padding: 26px min(calc(23vw / 12.8), 23px) 30px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .qa .qaitem {
    padding: 3.4666666667vw 3.0666666667vw 4vw;
    border-radius: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 1081px) {
  .page-index .qa .qaitem + .qaitem {
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .qa .qaitem + .qaitem {
    margin: 4vw 0 0;
  }
}
.page-index .qa .qaitem__title {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1081px) {
  .page-index .qa .qaitem__title {
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .page-index .qa .qaitem__title:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .qa .qaitem__title {
    font-size: 2.8vw;
  }
}
.page-index .qa .qaitem__title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media print, screen and (min-width: 1081px) {
  .page-index .qa .qaitem__title:after {
    width: 17px;
    height: 17px;
    border-left: 4px solid #997422;
    border-bottom: 4px solid #997422;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .qa .qaitem__title:after {
    width: 2.2666666667vw;
    height: 2.2666666667vw;
    border-left: 0.5333333333vw solid #997422;
    border-bottom: 0.5333333333vw solid #997422;
  }
}
.page-index .qa .qaitem__title.is-active:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.page-index .qa .qaitem__text {
  line-height: 1.5;
  display: none;
  word-wrap: break-word;
}
@media print, screen and (min-width: 1081px) {
  .page-index .qa .qaitem__text {
    margin: 14px 0 0 min(calc(42vw / 12.8), 42px);
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .qa .qaitem__text {
    font-size: 2.5333333333vw;
    margin: 1.3333333333vw 0 0 4.4vw;
  }
}
.page-index .qa .qa__button {
  text-align: center;
}
@media print, screen and (min-width: 1081px) {
  .page-index .qa .qa__button {
    margin: 63px 0 0;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .qa .qa__button {
    margin: 8.4vw 0 0;
  }
}
.page-index .qa .qaButton__anchor {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b3995f !important;
  text-decoration: none;
  background: #000;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media print, screen and (min-width: 1081px) {
  .page-index .qa .qaButton__anchor {
    border: 2px solid #b3995f;
    border-radius: 33.5px;
    margin: 0 auto 0;
    font-size: 20px;
    padding: 20px 25px 21px;
  }
}
@media only screen and (max-width: 1080px) {
  .page-index .qa .qaButton__anchor {
    border: 0.2666666667vw solid #b3995f;
    border-radius: 4.4666666667vw;
    margin: 0 auto 0;
    font-size: 3.2vw;
    padding: 2.6666666667vw 3.3333333333vw 2.8vw;
  }
}

@media print, screen and (min-width: 1081px) {
  .page-news {
    background: url("https://storage.googleapis.com/njpwworld/gallery/images/common/bg-second.png") no-repeat center top;
  }
}
@media only screen and (max-width: 1080px) {
  .page-news {
    background: url("https://storage.googleapis.com/njpwworld/gallery/images/common/bg-second-sp.png") no-repeat center top/cover;
  }
}
.page-news .news {
  padding-top: 0;
}
@media print, screen and (min-width: 1081px) {
  .page-news .news {
    padding-bottom: 0;
  }
}
.page-news .news__title {
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media print, screen and (min-width: 1081px) {
  .page-news .news__title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6666666667;
  }
}
@media only screen and (max-width: 1080px) {
  .page-news .news__title {
    font-size: 3.7333333333vw;
    line-height: 1.6666666667;
  }
}
.page-news .news__text {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1081px) {
  .page-news .news__text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8571428571;
    margin: 50px 0 0;
  }
}
@media only screen and (max-width: 1080px) {
  .page-news .news__text {
    font-size: 2.6666666667vw;
    line-height: 2;
  }
}
.page-news .newsitem {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1081px) {
  .page-news .newsitem {
    font-weight: bold;
    line-height: 1.8571428571;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1080px) {
  .page-news .newsitem {
    font-size: 2.6666666667vw;
    line-height: 2;
  }
}

@media print, screen and (min-width: 1081px) {
  .page-regulation {
    background: url("https://storage.googleapis.com/njpwworld/gallery/images/common/bg-second.png") no-repeat center top;
  }
}
@media only screen and (max-width: 1080px) {
  .page-regulation {
    background: url("https://storage.googleapis.com/njpwworld/gallery/images/common/bg-second-sp.png") no-repeat center top/cover;
  }
}
.page-regulation .regulation {
  padding-top: 0;
}
.page-regulation .regulation__title {
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 1081px) {
  .page-regulation .regulation__title {
    font-size: 24px;
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 1080px) {
  .page-regulation .regulation__title {
    font-size: 4.8vw;
    margin: 4.6666666667vw auto 0;
  }
}
.page-regulation .regulationNav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color 100ms ease-in, opacity 100ms ease-in;
  transition: background-color 100ms ease-in, opacity 100ms ease-in;
}
@media print, screen and (min-width: 1081px) {
  .page-regulation .regulationNav__list {
    margin: 27px 0 0;
  }
}
@media only screen and (max-width: 1080px) {
  .page-regulation .regulationNav__list {
    margin: 6vw 0 0;
  }
}
.page-regulation .regulationnavitem {
  width: 50%;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #b3995f;
  color: #fff;
  position: relative;
}
@media print, screen and (min-width: 1081px) {
  .page-regulation .regulationnavitem {
    font-size: 20px;
    padding: 40px 0 35px;
  }
}
@media only screen and (max-width: 1080px) {
  .page-regulation .regulationnavitem {
    font-size: 3.2vw;
    padding: 5.3333333333vw 0 4.6666666667vw;
  }
}
.page-regulation .regulationnavitem:not(.is-active) {
  background: #c5c5c5;
  color: #595959;
  cursor: pointer;
}
.page-regulation .tab__section:not(.is-active) {
  border: 0;
  height: 0;
  display: none;
}
.page-regulation .regulationnavitem.is-active {
  background: #b3995f;
}
.page-regulation .regulationnavitem:not(.is-active):after {
  border-color: transparent;
}
.page-regulation .regulationnavitem:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 13px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 2;
}
@media print, screen and (min-width: 1081px) {
  .page-regulation .regulationnavitem:after {
    width: 12px;
    height: 12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}
@media only screen and (max-width: 1080px) {
  .page-regulation .regulationnavitem:after {
    width: 1.6vw;
    height: 1.6vw;
    border-left: 0.2666666667vw solid #fff;
    border-bottom: 0.2666666667vw solid #fff;
  }
}
.page-regulation .regulation__text {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1081px) {
  .page-regulation .regulation__text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8571428571;
  }
}
@media only screen and (max-width: 1080px) {
  .page-regulation .regulation__text {
    font-size: 3.2vw;
    line-height: 2;
  }
}
.page-regulation .regulationitem {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1081px) {
  .page-regulation .regulationitem {
    font-weight: bold;
    line-height: 1.8571428571;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1080px) {
  .page-regulation .regulationitem {
    font-size: 3.2vw;
    line-height: 2;
  }
}