@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://use.typekit.net/aax3zlq.css");
/* 共通設定
--------------------------------------------------------------------
1. 初期設定
2. テキスト
3. 共通
--------------------------------------------------------------------*/

/* 1. 初期設定
--------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-weight: normal;
}
p,
div,
form,
input {
    margin: 0px;
    padding: 0px;
}
table {
    font-size: 100%;
    border: 0px;
}
th,
td {
    margin: 0px;
    padding: 0px;
    /*font-weight: normal;*/
    text-align: left;
    vertical-align: top;
}
img {
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: top;
}
ul,
li,
ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
:root {
    --font-ja: "Noto Sans JP", sans-serif;
    --font-en: "neue-haas-grotesk-display", sans-serif;
    --font-size-01: calc(16 * (var(--vw-01) * 100) / (1040 / var(--inner)));
    --font-size-02: calc(16 * (var(--vw-02) * 100) / 1440);
    --vw: 1vw;
    --vw-01: clamp(10px, 1vw, calc((10.4px / var(--inner))));
    --vw-02: clamp(10px, 1vw, 14.4px);
    --inner: 0.92;
    --w-inner: min(1040px, calc(var(--inner) * 100%));
    --w-inner-02: min(1440px, 100%);
    --svh-100: 100vh;
}
@supports (height: 100svh) {
    :root {
        --svh-100: 100svh;
    }
}
html {
    overflow-y: scroll;
}
body {
    margin: 0px;
    background-color: #ffffff;
    color: #3a3c44;
    color: #000;
    text-align: left;
    font-size: 12px;
    font-family: var(--font-ja);
    font-weight: 400;
    font-feature-settings: "palt";
}
.layTb body {
    font-weight: 400;
}
.forSp {
    display: none !important;
}
a:link:focus-visible {
    outline: auto;
}
/* 2. テキスト
--------------------------------------------------------------------*/
strong {
    font-style: normal;
    font-weight: bold;
}
br {
    letter-spacing: 0px;
}
.fc-r1 {
    color: #820000;
}
/* font */
@font-face {
    font-family: icon;
    src: url(/jump/j_common/css/fonts/icon.ttf) format("truetype"), url(/jump/j_common/css/fonts/icon.woff) format("woff");
}
/* 3. 共通
--------------------------------------------------------------------*/
/* .clearfix {
    /overflow: auto;
    /width: 100%;
} */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.clear {
    clear: both;
}
.inlineBk {
    display: inline-block;
}
#stage p,
#stage li,
#stage h4,
#stage .bspace {
    background-image: url(../images/spacer.gif);
}
.disBlock {
    display: block;
}
.w449 {
    width: 449px;
}
.w452 {
    width: 452px;
}
.w660 {
    width: 660px;
}
.mt11 {
    margin-top: 11px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt29 {
    margin-top: 29px !important;
}
.mt48 {
    margin-top: 48px !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb19 {
    margin-bottom: 19px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb38 {
    margin-bottom: 38px !important;
}
.mb71 {
    margin-bottom: 71px !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pt23 {
    padding-top: 23px !important;
}
.pt81 {
    padding-top: 81px !important;
}
.pb18 {
    padding-bottom: 18px !important;
}
@media (min-width: 737px) {
    .mfp-bg,
    .mfp-wrap {
        min-width: 1000px;
    }
}
@media (max-width: 736px) {
    html {
        min-width: 0;
    }
}
/*------------------------
	共通設定：ヘッダ
------------------------*/
#header {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 940px;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
#header #headerNav {
    padding: 24px 28px 0 200px;
}
#header #megsnow-logo {
    margin: 13px 28px;
}
#header p#catchcopy {
    padding: 8px 28px 0 200px;
    color: #fff;
    letter-spacing: 0.06em;
}
#stage #header #headerNav a {
    color: #fff;
}
#headerLine {
    background: rgba(255, 255, 255, 0.1);
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
#stage #jumpLogo {
    padding: 3px 0 17px 29px;
    margin: 0;
    position: relative;
    z-index: 20;
    width: 29%;
    max-width: 356px;
}
#stage .jumpLogo__img {
    width: 100%;
    height: auto;
}
#stage .jumpLogoYear {
    padding: 13px 0 0 15px;
}
#stage #jumpLogo .inner {
    width: 940px;
    margin: 0 auto;
    text-align: left;
}
#header #headerNav {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
#header #headerNav li.sitemap {
    border-left-color: #fff;
}
/*------------------------
	共通設定：グローバルナビ
------------------------*/
#stage .header__inner {
    width: min(1440px, 100%);
    margin: 0 auto;
    z-index: 100;
}
.header-line-01 {
    position: relative;
}
.header-line-02 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}
#stage .gmenu__ctn {
    display: flex;
    font-size: clamp(14px, 1.4vw, 16px);
    padding: 0 30px 0 0;
}
#stage .gmenu__link {
    padding-bottom: 16px;
    position: relative;
}
#stage .gmenu__link::before {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: solid 2px;
    left: 0;
    right: 0;
    margin: 0 -0.3em;
    transform: scaleX(0);
}
#stage .gmenu__link.is-current::before {
    transform: scaleX(1);
}
#gmenu a {
    color: #fff !important;
}
#stage .gmenu__item {
    font-size: 0.875em;
    margin-left: min(36px, 2.58em);
    letter-spacing: 0.1em;
}
/*------------------------
	共通設定：パンくず
------------------------*/
#stage #breadcrumbs {
    float: left;
    font-size: 12px;
    color: #1b92fd;
    letter-spacing: 1px;
    padding: 11px 0 5px 4px;
}
#breadcrumbs li {
    float: left;
    margin-right: 5px;
    white-space: nowrap;
    -webkit-text-size-adjust: none;
}
#breadcrumbs li a {
    padding-right: 5px;
    display: block;
    float: left;
    color: #1b92fd;
}
/*------------------------
	共通設定：stageエリア
------------------------*/
#stage {
    background-size: 2400px auto;
    min-width: 1000px;
    overflow-x: hidden;
}
#stage {
    position: relative;
}
#stage:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 589px;
    background: linear-gradient(to top, #e8f4ff 38.7%, #fff 100%);
}
.no-op #stage {
    background-position: center -60px;
}
#stage p {
    max-height: 999999px;
    -webkit-text-size-adjust: none;
}
#stage td {
    -webkit-text-size-adjust: none;
}
#stage td:after,
#stage th:after {
    content: "";
    font-family: icon;
}
#mains {
    position: relative;
    z-index: 10;
    min-width: 940px;
    overflow: hidden;
}
#stage #mainInner {
    margin: 0px auto;
    width: 940px;
}
#stage #contents,
#stage #main2,
#topNews {
    z-index: 10;
}
#contentInner {
    position: relative;
}
#content01 {
    float: right;
}
#stage #content02 {
    float: right;
    display: inline;
    padding-right: 0px;
    margin: 0px 0 0;
    line-height: 1.5;
    width: 660px;
}
#stage #content03 {
    float: right;
    display: inline;
    padding-right: 0px;
    margin: 16px 0 0;
    line-height: 1.5;
    width: 660px;
}
#stage #jumper {
    position: absolute;
    top: 10px;
    left: 704px;
    visibility: hidden;
}
#stage #jumper img {
    width: 259px;
    height: auto;
}
.no-op #stage #jumper {
    visibility: visible;
}
#mains .title {
    clear: both;
    text-align: center;
}
#mains table .bg_grey {
    background-color: #f3f9ff;
}
#stage .jumpingL,
#stage .jumpingR {
    background: url(../images/bg_jumping_l.jpg) repeat-y 28px 0px;
    position: absolute;
    top: 498px;
    left: 50%;
    margin: 0 0 0 -640px;
    width: 170px;
    height: auto;
    bottom: 0;
}
#stage .jumpingR {
    background: url(../images/bg_jumping_r.jpg) repeat-y 43px 204px;
    margin-right: -640px;
    left: auto;
    right: 50%;
}
/*------------------------
	共通設定：トップへ戻るボタン
------------------------*/
p.jump-pagetop {
    height: 83px;
    margin: 0px auto 0px;
    text-align: center;
    clear: both;
}
#content02 .jump-pagetop {
    width: 660px;
    margin-left: -140px;
}
#stage .jump-pagetop a {
    padding: 0;
    width: 90px;
    margin: 0 auto;
}
#stage .jump-pagetop a img {
    transition: opacity 210ms ease-out;
}
#stage .jump-pagetop a:hover img {
    opacity: 0.62;
    filter: alpha(opacity=62);
}
/*------------------------
	共通設定：sideエリア
------------------------*/
/* side01 */
#stage #side01 {
    width: 222px;
    float: left;
    padding: 0;
}
#stage #side01 li {
    margin-bottom: 5px;
    padding: 1px 0;
}
#stage #side_rs_02 li {
    margin-bottom: 4px;
}
#stage #side01 .first {
    margin-bottom: 12px;
}
#stage #side01 .ac {
    padding: 0;
    border: dotted 1px #98afdb;
    border-left: none;
    border-right: none;
    background: url(../../game/images/arw_sub.png) no-repeat 200px center;
}
/* side02 */
#stage #side02 {
    width: 231px;
    float: left;
    display: inline;
    padding: 0;
}
#side02 ul {
    margin-bottom: 22px;
}
#side02 li {
    padding: 1px 0;
    margin-bottom: 5px;
}
#side02 .first {
    margin-bottom: 11px;
}
#stage #side02 .ac {
    padding: 0;
    border: dotted 1px #98afdb;
    border-left: none;
    border-right: none;
    background: url(../../game/images/arw_sub.png) no-repeat 200px center;
}
/* side03 */
#stage #side03 {
    width: 220px;
    float: left;
    display: inline;
    padding: 0px 0 0 0px;
}
#side03 ul {
    margin-bottom: 12px;
    padding-bottom: 3px;
}
#side03 li {
    margin-bottom: 9px;
    padding: 1px 0;
}
#side03 .first {
    margin-bottom: 14px;
    padding: 0;
}
/* side04 */
#stage #side04 {
    width: var(--w-inner);
    margin: 0 auto 2.9%;
    justify-content: space-between;
    font-size: var(--font-size-01);
    position: relative;
    z-index: 11;
}
#stage .side04__ctn {
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-weight: 500;
    margin: 5.9% 0 0;
}
.side04__item {
    position: relative;
    display: flex;
}
.side04__button {
    background: none;
    border: none;
    font-size: 0.8125em;
    font-weight: 500;
    font-family: var(--font-ja);
    border-bottom: solid 1px #cccccc;
    display: block;
    text-align: center;
    width: 100%;
    padding: 0.85em 0;
    position: relative;
    z-index: 1;
    letter-spacing: 0.03em;
    color: #000;
    line-height: 1.46;
}
.side04__body {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
}
.side04-lists {
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    border: solid 1px #f2f2f2;
}
#stage .side04__link {
    font-size: 0.9375em;
    color: inherit;
    border-bottom: solid 1px #ccc;
    padding: 0.95em 0;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
#stage .side04__link.is-current {
    color: #0038a5;
}
.side04__position {
    font-size: 0.8em;
}
/*------------------------
	共通設定：その他リンク
------------------------*/
#footerLinkPlayer li {
    line-height: 1;
    z-index: 50;
    position: relative;
    margin: 0;
}
#stage #footerLinkPlayer {
    padding-left: 0px;
    position: relative;
    z-index: 10;
    clear: both;
    width: 900px;
    margin: 23px auto 67px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    grid-template-columns: repeat(6, 16.67%);
    width: 100%;
}
#stage #footerLinkStl {
    text-align: center;
    padding: 41px 8px 9px 0;
}
.footer-link-other img {
    width: 100%;
    height: auto;
}
/* slider */
.footer-link-other__cts {
    display: flex;
    justify-content: space-between;
}
#stage .footer-link-other__slider {
    overflow: hidden;
    position: relative;
    padding: 0 0 5.2%;
    margin: 3.4% 0 7.7%;
}
#stage .footer-link-other__item {
    padding: 4px;
    box-sizing: border-box;
}
.footer-link-other .slider__ui {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-direction: row-reverse;
    z-index: 1;
}
.footer-link-other .slider__button {
    display: flex;
    width: 5.2%;
    justify-content: space-between;
}
.footer-link-other .slider__button-prev,
.footer-link-other .slider__button-next {
    width: 22%;
    display: flex;
}
.footer-link-other .slider__button-prev {
    transform: rotateY(180deg);
    cursor: pointer;
}
.footer-link-other .slider__button-next {
    cursor: pointer;
}
.footer-link-other .swiper-scrollbar {
    width: 91%;
    height: 2px;
    background: #b2b2b2;
}
.footer-link-other .swiper-container-horizontal>.swiper-scrollbar {
    left: 0;
    width: 91.3%;
    height: 1px;
}
#stage .footer-link-other .swiper-pagination-progressbar {
    position: relative;
    background: #b2b2b2;
    height: 1px;
    flex-grow: 1;
    margin-right: 2.8%;
}
.footer-link-other .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
    height: 2px;
    transition-duration: 900ms !important;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
#stage #footer a:link:focus-visible {
    outline: solid;
}
/*------------------------
	共通設定：選手リンク
------------------------*/
#footerLinkPlayerWrapper {
    width: calc(var(--vw-01) * 100);
    margin-left: calc((var(--vw-01) * 100 - 940px) / -2);
}
.footerLinkStl__en {
    font-size: 2.9375em;
    display: block;
    font-family: var(--font-en);
    font-weight: 600;
}
.footerLinkStl__ja {
    font-size: 1.3125em;
    font-weight: 500;
    display: block;
    margin: 0.6em 0 0;
    letter-spacing: 0.08em;
}
#footerLinkPlayer.footerLinkProfile li {
    line-height: 1;
    z-index: 50;
    position: relative;
    margin: 0 0 14.6%;
}
#footerLinkPlayer.footerLinkProfile li.footerLinkProfile__grid-start {
    grid-column-start: 1;
}
#stage #footerLinkPlayer.footerLinkProfile {
    padding-left: 0px;
    position: relative;
    z-index: 10;
    clear: both;
    width: var(--w-inner);
    margin: 0 auto 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, 23.84%);
    justify-content: space-between;
    font-size: var(--font-size-01);
    padding: 0 0 4.4%;
}
#stage #footerLinkPlayer.footerLinkProfile img {
    width: 100%;
    height: auto;
}
#stage #footerLinkStl {
    text-align: center;
    padding: 4% 0 4.3%;
    font-size: var(--font-size-01);
    padding: 6.55em 0 3.9em;
}
.footerLinkProfile .footerLinkPlayer__br {
    grid-column: 1;
}
.footerLinkProfile .footerLinkPlayer__en {
    font-size: 1.875em;
    display: block;
    font-family: var(--font-en);
    font-weight: 400;
    letter-spacing: -0.012em;
    margin: 0.3em 0 0 0;
    line-height: 1.15;
    word-break: break-word;
}
.footerLinkProfile .footerLinkPlayer__en .first-name {
    font-weight: 600;
}
.footerLinkProfile .footerLinkPlayer__ja {
    font-size: 1.125em;
    display: flex;
    margin: 0.02em 0 0 0;
    align-items: center;
    flex-wrap: wrap;
}
.footerLinkProfile .footerLinkPlayer__ja .position {
    font-size: 0.8em;
    padding: 0 0 0 0.2em;
}
#stage .footerLinkProfile .footerLinkPlayer__link {
    color: inherit;
    text-align: left;
    font-weight: 600;
    text-decoration: none;
}
#stage .footerLinkProfile.footerLinkPlayer__link img {
    width: 100%;
    height: auto;
}
/* hero */
.hero-u {
    position: relative;
    min-height: calc(152px + var(--vw-02) * 17.22);
    overflow: hidden;
    display: grid;
    max-height: 400px;
}
.hero-u picture {
    grid-area: 1 / 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hero-u::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    width: 100%;
    padding: 0 0 100%;
    transform: skewY(-4.2deg);
    transform-origin: 0 0;
}
.hero__img-u {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
/* page tl */
#stage .page-tl {
    text-align: center;
    font-size: var(--font-size-01);
    line-height: 1.2;
    padding: 4.3em 0 5.2em;
}
.page-tl__en {
    font-family: var(--font-en);
    display: block;
    font-size: 3.752em;
    font-weight: 600;
    line-height: 0.9;
}
.page-tl__ja {
    display: block;
    font-size: 1.314em;
    font-weight: 500;
    margin: 0.78em 0 0;
    letter-spacing: 0.06em;
}
/* sns */
#stage .sns {
    width: var(--w-inner);
    margin: 0 auto;
}
#stage .sns__ctn {
    display: flex;
    justify-content: center;
    padding: 4.9% 0 8.6%;
}
#stage .sns__item {
    width: 4.231%;
    margin: 0 1.5%;
}
/*------------------------
	共通設定：フッタ
------------------------*/
.ext-02::after {
    content: "";
    background: url(/jump/j_common/images/icon_blank.png) no-repeat 0 50% / 100% auto;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 0 0 4px;
    position: relative;
    top: 1px;
}
#footerlink {
    background: #f7f7f7;
    position: relative;
    z-index: 1;
}
#stage .footer-link {
    display: grid;
    grid-template-columns: repeat(4, 23.077%);
    text-align: left;
    width: var(--w-inner);
    margin: 0 auto;
    font-size: var(--font-size-01);
    justify-content: space-between;
}
#stage .footer-link__col {
    padding: 32.5% 0 0;
}
#stage .footer-link__box+.footer-link__box {
    margin-top: 13.7%;
}
#stage .footer-link__tl {
    font-size: 0.938em;
    border-bottom: solid 1px;
    font-weight: 500;
    letter-spacing: 0.06em;
    padding: 0 0 0.7em;
}

#stage .footer-link__tl button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    color: inherit;
}
.footer-link-ctn--schedule {
    visibility: hidden;
}
#stage .footer-link__link {
    font-size: 0.8125em;
    color: inherit;
    letter-spacing: 0.06em;
    display: block;
    width: fit-content;
}
#stage .footer-link__list {
    padding-top: 0.87em;
}
#stage .footer-link__list:first-child {
    padding-top: 0.75em;
}
#stage .footer-link__link::before {
    content: "";
    background: url(/jump/j_common/images/icon_arrow.png) no-repeat 0 50% / 100% auto;
    display: inline-block;
    width: 6px;
    height: 1em;
    vertical-align: middle;
    margin: 0 0.5em 0 0;
    position: relative;
    top: -1px;
}
#stage #footer {
    background: #fff;
    z-index: 1;
    width: 100%;
}
#stage .footer__inner {
    width: var(--w-inner-02);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer-link__img {
    min-width: 100%;
    margin: 8px 0 0;
    padding: 0;
    overflow: hidden;
}
.footer-link__img-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#stage #copyright {
    padding-right: 29px;
}
/*------------------------
	共通設定：マウスオーバー
------------------------*/
#contents a {
    -ms-transition: color 100ms ease-out;
    -webkit-transition: color 100ms ease-out;
    transition: color 100ms ease-out;
    color: #1b92fd;
}
.thumbBox .bgOv {
    -ms-transition: opacity 100ms ease-out;
    -webkit-transition: opacity 100ms ease-out;
    transition: opacity 100ms ease-out;
}
#stage #gmenu a,
#stage #navi a,
#stage #tp_link a,
#side02 a,
.jump-pagetop a,
#content02 .txtCts_pr01 a,
#footerLinkPlayer a,
.profileTabArea li a,
#side01 a,
#side03 a,
#lists a.bottom,
#viewer .bottom,
#privacy a,
#contentWrapper_mo .btn {
    display: block;
}
#stage #gmenu .ov,
#stage #navi .ov,
#stage #tp_link .ov,
#side02 .ov,
.jump-pagetop .ov,
#content02 .txtCts_pr01 .ov,
#footerLinkPlayer .ov,
.profileTabArea li .ov,
#side01 .ov,
#side03 .ov,
#lists a.bottom .ov,
#viewer .bottom .ov,
#privacy a .ov,
#contentWrapper_mo .btn .ov,
#noflash_player li .ov {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
@media screen and (min-width: 2560px) {
    #stage {
        background-size: 100% auto;
    }
}
/*  mfp
--------------------------------------------------------------------*/
.mfp-iframe-holder .mfp-content {
    max-width: 720px;
}
.mfp-iframe-holder .mfp-close {
    background: url(../images/pop_close.png) no-repeat;
    width: 75px;
    height: 76px;
    top: -76px;
    color: transparent;
    right: 0;
    opacity: 1;
}
.mfp-bg {
    background: #fff;
}
/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
/*  */
.modal {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    overscroll-behavior: none;
    max-height: none;
    max-width: none;
    box-sizing: border-box;
    border: none;
}
.modal::backdrop {
    opacity: 0;
}
#stage .modal__wrap {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: calc(100% + 1px);
    position: relative;
    padding: 69px 0;
    box-sizing: border-box;
    justify-content: center;
}
.modal__content {
    background: #fff;
    width: 98%;
    margin: 0 auto;
    max-width: 720px;
    position: relative;
}
.modal__movie {
    position: relative;
    background: #000;
    aspect-ratio: 16 / 9;
}
.modal__movie iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    display: block;
    border: none;
}
.modal__close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.674%;
    z-index: 1;
    appearance: none;
    background: none;
    border: none;
    margin: 0 0 0;
    padding: 0;
    font: inherit;
    cursor: pointer;
}
/*  アコーディオン
--------------------------------------------------------------------*/
#stage .acdWrapper {
    position: relative;
}
#stage .acdCts {
    position: absolute;
    top: -99999px;
    overflow: hidden;
    width: 100%;
}
/* layMobile */
/* .layMobile {
    min-width: 980px;
} */
@media (min-width: 737px) {
    /* header */
    #gmenu {
        opacity: 1 !important;
        display: block !important;
    }
    #stage .gmenu__ctn {
        opacity: 1 !important;
        transform: translateX(0) !important;
        padding-top: 10px;
        flex-wrap: wrap;
        gap: 10px 0;
    }
    /*  アコーディオン
--------------------------------------------------------------------*/
    #stage .acdForSp .acdCts {
        position: static;
        overflow: visible;
    }
    /* mfp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
    .mfp-iframe-holder .mfp-close:hover {
        background-position: 0 100%;
    }
    /* side */
    /* side04 */
    .side04__item::after {
        content: "";
        border-bottom: solid 3px #0038a5;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        transform: scaleX(0);
        transition: transform 210ms ease;
    }
    .side04__item.is-current:after,
    .side04__item.is-show:after {
        opacity: 1;
        transform: scaleX(1);
    }
    /* footer */
    .footer-link__body {
        height: auto !important;
        display: block !important;
    }
    #stage .footer-link__tl {
        -webkit-tap-highlight-color: transparent;
    }
    #stage .footer-link__tl button {
        display: contents;
    }
}
@media screen and (max-width: 736px) {
    :root {
        --font-size-01: calc(50 * 100 * var(--vw) / 750);
        --font-size-02: calc(50 * 100 * var(--vw) / 750);
    }
    html {
        font-size: 2.667vw;
        min-width: 0px;
    }
    body {
        font-size: 1em !important;
    }
    .forSp {
        display: block !important;
    }
    br.forSp {
        display: inline !important;
    }
    .forPc {
        display: none !important;
    }
    #stage .rovr2.ov {
        display: none !important;
    }
    .header-line-01,
    #stage #breadcrumbs {
        display: none;
    }
    #stage,
    #mains,
    #stage #contents,
    #stage #jumpLogo .inner,
    #stage #gmenu {
        width: 100%;
        min-width: 0;
    }
    #stage {
        background-size: 100% auto;
    }
    .no-op #stage {
        background-position: center 0;
    }
    #stage:after {
        background: none;
        display: none;
    }
    #stage img {
        width: 100%;
        height: auto;
    }
    #stage .mq {
        visibility: hidden;
    }
    #headerLine {
        background: rgba(255, 255, 255, 0.2);
    }
    header nav {
        z-index: 11;
    }
    #mains {
        overflow: visible;
    }
    #stage #header {
        margin-bottom: 0;
    }
    #stage #jumpLogo {
        width: 61.634%;
        max-width: none;
        background: none;
        padding: 4.8% 0 4% 3.9%;
    }
    .header-line-02 {
        display: block;
    }
    #stage .jumpLogoYear {
        padding: 3.5% 0 0 0;
    }
    #stage .btnGnav {
        position: absolute;
        top: 0;
        right: 0;
        width: 7.967%;
        margin: 5.9% 4% 0 0;
        background: none;
        border: none;
        z-index: 22;
        padding: 0;
        height: 0;
        padding: 0 0 4.3%;
        cursor: pointer;
    }
    .btnGnav img {
        position: absolute;
        top: 0;
        left: 0;
    }
    .btnGnavClose {
        opacity: 0;
    }
    #stage #gmenu {
        position: absolute;
        top: 0;
        background: rgba(0, 0, 0, 0.9);
        z-index: 21;
        display: none;
        margin: 0;
        padding: 34% 5%;
        min-height: var(--svh-100);
        box-sizing: border-box;
        width: 100%;
        align-items: center;
        box-sizing: border-box;
    }
    #stage .gmenu__ctn {
        display: block;
        font-size: var(--font-size-01);
        padding: 0;
        width: 100%;
    }
    #stage #gmenu img {
        display: block;
    }
    #gmenu li {
        border-bottom: solid 1px;
    }
    #gmenu li.last {
        border-bottom: solid 1px #1b92fd;
    }
    #stage .gmenu__item {
        margin: 0;
        font-size: 0.64em;
    }
    #stage #gmenu .gmenu__link {
        display: flex;
        padding: 4% 1%;
        justify-content: space-between;
    }
    #stage .gmenu__link::before {
        transform-origin: 0 50%;
    }
    #stage .gmenu__link::after {
        content: "";
        background: url(/jump/j_common/images/icon_arrow_02.png) no-repeat 0 50%/ 100% auto;
        width: 0.6em;
    }
    .btnGnav__wrap span {
        border-top: solid 2px #fff;
        display: block;
        width: 100%;
        transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-property: transform, opacity;
        position: absolute;
        left: 0;
    }
    .btnGnav__wrap span:nth-child(1),
    .btnGnav__wrap span:nth-child(3) {
        transform-origin: 16% 50%;
    }
    .btnGnav__wrap span:nth-child(2) {
        top: 50%;
        margin-top: -1px;
    }
    .btnGnav__wrap span:nth-child(3) {
        bottom: 0;
        top: auto;
    }
    #header.is-open .btnGnav__wrap span:nth-child(1) {
        transform: rotate(45deg);
    }
    #header.is-open .btnGnav__wrap span:nth-child(2) {
        opacity: 0;
    }
    #header.is-open .btnGnav__wrap span:nth-child(3) {
        transform: rotate(-45deg);
    }
    #stage .jump-pagetop a {
        width: 10%;
        display: none;
    }
    #stage #footerLinkStl {
        width: 70%;
        margin: 0 auto;
        padding: 6.4% 0 7.7% 0;
    }
    /*------------------------
	共通設定：その他リンク
------------------------*/
    #stage #footerLinkStl {
        width: 70%;
        margin: 0 auto;
        padding: 6.4% 0 7.7% 0;
    }
    #stage #footerLinkPlayer {
        width: 92%;
        margin: 0 auto 10%;
        border: solid 1px #1b92fd;
        border-right: none;
        border-bottom: none;
        box-sizing: border-box;
        justify-content: flex-start;
    }
    #stage #footerLinkPlayer li {
        width: 50%;
    }
    #stage #footerLinkPlayer img {
        display: block;
    }
    #stage #footerLinkPlayer a {
        border: solid 1px #1b92fd;
        border-top: none;
        border-left: none;
    }
    #stage .footer-link-other {
        width: 89.33%;
        margin: 0 auto;
        padding: 13% 0 9%;
    }
    #stage .footer-link-other__ctn {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        transform: translateX(0) !important;
    }
    #stage .footer-link-other__item {
        width: 47.018%;
        margin-bottom: 5.9%;
        max-width: none;
    }
    .footer-link-other .slider__ui {
        display: none;
    }
    #stage .footer-link-other__slider {
        margin: 0;
        padding-bottom: 0;
    }
    /*------------------------
	共通設定：選手リンク
------------------------*/
    #footerLinkPlayerWrapper {
        width: 100%;
        margin: 0;
    }
    .footerLinkStl__en {
        font-size: 1.2em;
        line-height: 1;
    }
    .footerLinkStl__ja {
        font-size: 0.56em;
        margin: 0.45em 0 0;
    }
    #stage #footerLinkPlayer.footerLinkProfile a {
        border: none;
    }
    #stage #footerLinkPlayer.footerLinkProfile li {
        margin: 0 0 13.1%;
        width: 100%;
    }
    #footerLinkPlayer.footerLinkProfile li.footerLinkProfile__grid-start {
        grid-column-start: unset;
    }
    #stage #footerLinkPlayer.footerLinkProfile {
        width: 89.33%;
        grid-template-columns: repeat(auto-fill, 47.01%);
        border: none;
        padding-bottom: 8.5%;
    }
    #stage #footerLinkStl {
        padding: 17.7% 0 8.7% 0;
    }
    .footerLinkProfile .footerLinkPlayer__br {
        grid-column: auto;
    }
    .footerLinkProfile .footerLinkPlayer__en {
        font-size: 0.92em;
        line-height: 1.02;
        margin: 0.25em 0 0 0;
        letter-spacing: 0.01em;
    }
    .footerLinkProfile .footerLinkPlayer__en .first-name {
        display: block;
    }
    .footerLinkProfile .footerLinkPlayer__ja {
        font-size: 0.5em;
        margin: 0.35em 0 0;
    }
    /* hero */
    .hero-u {
        height: auto;
        max-height: none;
        min-height: 0px;
    }
    .hero-u::after {
        display: none;
    }
    #stage .hero__img-u {
        position: static;
        object-fit: cover;
        width: 100%;
        height: auto;
    }
    /* page tl */
    #stage .page-tl {
        padding: 9.2% 0 9.8%;
        font-size: var(--font-size-01);
    }
    .page-tl__en {
        font-size: 1.32em;
    }
    .page-tl__ja {
        font-size: 0.56em;
        margin: 0.51em 0 0;
        letter-spacing: 0;
    }
    /* sns */
    #stage .sns {
        width: 100%;
    }
    #stage .sns__ctn {
        padding: 7.9% 0 13.9%;
    }
    #stage .sns__item {
        width: 11.6%;
        margin: 0 4.3%;
    }
    /* footer-link */
    .ext-02::after {
        width: 0.8em;
        height: 1em;
    }
    #stage .footer-link {
        display: block;
        width: 86.5%;
        padding: 5.4% 0 0;
    }
    #stage .footer-link__col {
        padding: 0;
    }
    #stage .footer-link__box+.footer-link__box {
        margin-top: 0;
    }
    #stage .footer-link__tl {
        font-size: 0.64em;
        position: relative;
        padding: 0.8em 0;
        border-bottom-color: #5e5e5e;
        cursor: pointer;
    }
    #stage .footer-link__tl::after,
    #stage .footer-link__tl::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0.2em;
        width: 1.3875rem;
        border-top: solid 1px;
    }
    #stage .footer-link__tl::after {
        transform: rotate(90deg);
        transition: opacity 100ms linear;
    }
    #stage .is-open .footer-link__tl::after {
        opacity: 0;
    }
    .footer-link__body {
        overflow: hidden;
        height: 0;
        display: none;
    }
    #stage .footer-link__link {
        font-size: 0.52em;
    }

    #stage .footer-link__link::before {
        top: 0;
    }
    #stage .footer-link__list {
        margin-top: 0.6em;
        margin: 0 0 0 0.2em;
        padding-top: 0.67em;
    }
    #stage .footer-link__list:first-child {
        padding-top: 0.95em;
    }
    #stage .footer-link__list:last-child {
        padding-bottom: 5.1%;
    }
    #stage #footer {
        padding: 2.8665% 4% 0;
        box-sizing: border-box;
    }
    #stage .footer__inner {
        display: block;
    }
    .footer-link__img {
        margin: 12.4% 0 0;
    }
    #stage .footer-link__img-img {
        width: 192%;
        height: 100%;
        object-fit: unset;
        margin: 0 0 0 -57.6%;
    }
    #stage #copyright {
        padding: 10px 0 19px;
        text-align: right;
        font-size: 11px;
        color: #666;
        margin: 0 auto;
        width: fit-content;
        line-height: 1.3;
        display: block;
    }
    footer .b_more {
        position: relative;
        height: 44px;
    }
    footer .b_more .logo_corp {
        width: 144px;
    }
    #stage footer .btn {
        position: absolute;
        top: 0;
        right: 0;
        border: 1px solid #d2d2d2;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e6e6e6));
        background: -moz-linear-gradient(center top, #fefefe, #e6e6e6);
    }
    #stage #footer .btn a {
        display: block;
        background-position: 96% 50%;
        background-image: url(/jump/common/img/arrow01.png);
        background-repeat: no-repeat;
        -moz-background-size: 8px 12px;
        -webkit-background-size: 8px 12px;
        background-size: 8px 12px;
        padding: 6px 16px 6px 10px;
        font-size: 80%;
        color: #434343;
        line-height: 1.1;
        text-decoration: none;
        text-align: left;
        font-size: 11.2px;
    }
    #stage #content02 {
        width: 100%;
    }
    p.jump-pagetop {
        height: auto;
    }
    #stage #contentInner {
        padding: 0 4%;
    }
    #stage #jumper {
        width: 0;
    }
    /* side */
    #stage #side01,
    #stage #side02 {
        width: 100%;
        float: none;
    }
    #stage #side01>ul>li,
    #stage #side01 .first,
    #stage #side02>ul>li {
        margin: 0 0 -1px;
        padding: 0;
        clear: both;
    }
    #stage #side01 li a,
    #stage #side01 .side_li a,
    #stage #side02 li a {
        border: solid 1px #76bdfd;
        display: block;
    }
    #stage #side01 .side_anchor {
        border: none;
        border-top: dashed 1px #76bdfd;
        margin-bottom: 0;
    }
    #stage #side02 .side_anchor {
        border: none;
        border-bottom: dashed 1px #76bdfd;
        margin-bottom: 0;
    }
    #stage #side02 .side_anchor:last-child {
        border-bottom: none;
    }
    #stage #side01 .side_anchor a {
        border: none;
        border-left: solid 1px #fff;
        border-right: solid 1px #fff;
    }
    #stage #side02 .side_anchor a {
        border: none;
        position: relative;
    }
    #side02 ul {
        margin-bottom: 0;
    }
    #stage #side02 .side_anchor.lay_col02 {
        width: 48.406%;
        float: left;
        padding: 1.16% 0;
        margin-bottom: 0;
    }
    #stage #side02 .side_anchor.lay_col02:nth-of-type(odd) a:after {
        content: "";
        position: absolute;
        top: 0;
        right: -3.3%;
        height: 100%;
        border-right: dashed 1px #76bdfd;
    }
    #stage #side02 .side_anchor.lay_col02:nth-of-type(even) {
        clear: none;
        float: right;
    }
    /* side04 */
    #stage #side04 {
        width: 89.334%;
        margin-bottom: 4.9%;
    }
    .side04__item.is-current .side04__button {
        border-bottom: solid 2px #0038a5;
    }
    #stage .side04__ctn {
        display: block;
    }
    #side04 .side04__item {
        width: 100%;
        display: block;
    }
    .side04__button {
        font-size: 0.48em;
        padding: 1.2em 0;
        position: relative;
        line-height: 1.45;
        cursor: pointer;
    }
    #stage .side04__button::after,
    #stage .side04__button::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0.2em;
        width: 1.3875rem;
        border-top: solid 1px;
    }
    #stage .side04__button::after {
        transform: rotate(90deg);
        transition: opacity 100ms linear;
    }
    #stage .is-open .side04__button::after {
        opacity: 0;
    }
    .side04__body {
        overflow: hidden;
        height: 0;
        position: relative;
        opacity: 1 !important;
    }
    #stage .side04-lists {
        display: grid;
        grid-template-columns: repeat(2, 48.5%);
        justify-content: space-between;
        box-shadow: none;
        border: none;
        padding: 0.4em 0 0;
    }
    #stage .side04-lists li {
        display: flex;
    }
    #stage .side04__link {
        font-size: 0.56em;
        padding: 1.05em 0;
        flex-grow: 1;
    }
    #stage #contents a.ext {
        background-size: 0.7em auto !important;
        background-position: 0 0.3em !important;
        padding-left: 1em !important;
    }
    #content02 .jump-pagetop {
        width: 100%;
        margin-left: 0;
    }
    #footer ul {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: 9px 0 1px;
    }
    #footer li {
        float: none;
        width: fit-content;
        margin: 0 0 0.5em;
    }
    #footer li a {
        font-size: 11px;
        padding-right: 0;
        border-right: none;
    }
    /* mfp
--------------------------------------------------------------------*/
    .mfp-iframe-holder .mfp-close {
        width: 57px;
        height: 57px;
        top: -57px;
        background-size: 100% auto;
    }
}
@media screen {
    #stage .for-print {
        display: none !important;
    }
}
@media print {
    #stage .for-print {
        display: block !important;
    }
    #stage .for-screen {
        display: none !important;
    }
}
@media screen and (hover: hover) {
    #stage #headerNav a:focus,
    #stage #headerNav a:hover {
        text-decoration: underline;
    }
    #stage .gmenu__link::before {
        transition: transform 200ms ease;
    }
    #stage .gmenu__link:focus::before,
    #stage .gmenu__link:hover::before {
        transform: scaleX(1);
    }
    #stage .sns__item a,
    #stage .footerLinkPlayer__link img {
        transition: opacity 200ms ease;
    }
    #stage .sns__item a:hover,
    #stage .footerLinkPlayer__link:hover img {
        opacity: 0.8;
    }
    .footer-link-other__item a {
        transition: opacity 200ms ease;
    }
    .footer-link-other__item a:hover {
        opacity: 0.8;
    }
    #stage .footer-link__link:focus {
        text-decoration: underline;
    }
    #stage .side04__link {
        transition: color 200ms ease;
    }
    #stage .side04__link:hover,
    #stage .side04__link:focus {
        color: #0038a5;
    }
    #stage a:has(.rovr2) .ov {
        transition: opacity 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    #stage a:has(.rovr2):hover .ov {
        opacity: 1;
    }
}
a:focus-visible {
    outline: solid;
}