@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');

/*PC--------------------------------------------------------------------------------------*/
article, aside, audio, body, canvas, caption, dd, div, dl, dt, em, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, iframe, img, label, li, menu, nav, object, ol, p, section, span, strong, table, tbody, td, tfoot, th, thead, tr, ul, video {
    line-height: 1.8;
}

body{
    margin: 0;
}

#content {
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: clamp(10px, 16 / 1200 * 100vw, 16px);
    line-height: 1.8;
    line-break: strict;
    word-break: break-all;
    text-align: justify;
    text-justify: distribute;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    color: #fff;
    overflow: hidden;
}

#content::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100vw;
    height: 100vh;
    background-image:
        url("../images/common/bg05.png"),
        url("../images/common/bg04.png"),
        url("../images/common/bg03.png"),
        url("../images/common/bg02.png"),
        url("../images/common/bg01.png"),
        url("../images/common/bg00.png");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
    background-position: center top, right bottom, left center, right top, left top, left top;
    background-size: 2200px 500px, 302px 419px, 157px 223px, 402px 286px, 322px 229px, 50px 50px;
}

#content p{
    margin: 0 0 1.5em 0;
}

#content p:last-child {
    margin: 0;
}

#content img {
    vertical-align: bottom;
}

#content a {
    text-decoration: none;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    color: #e6d355;
}

#content a:hover {
    opacity: 0.7;
}

nav {
    display: block;
    position: fixed;
    top: 0;
    right: -900px;
    bottom: 0;
    width: 450px;
    background: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 999;
    opacity: 0;
}

.open nav {
    right: 0;
    opacity: 1;
}

nav .inner {
    padding: 15px 15px 25px 15px;
}

nav .inner p{
	text-align: center;
}

nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
	margin-bottom: 1.5em;
    display: flex;
    flex-wrap: wrap;
}

nav .inner ul li {
    display: flex;
    position: relative;
    margin: 0;
    justify-content: center;
    align-items: center;
    width: 50%;
}

nav .inner ul li a {
    display: block;
    width: 100%;
    color: #333;
    text-align: center;
    padding: 1em 0;
    text-decoration: none;
    transition-duration: 0.2s;
    font-weight: bold;
	font-size: 1.2em;
}

nav .inner ul li a:hover {
    opacity: 0.7;
}

nav .nav__logo {
    width: 200px;
    margin: 5vh auto;
}

.nav__logo a,
.nav__logo img{
    width: 100%;
    padding: 0;
}

nav .inner ul li a img {
    width: 80%;
    padding: 0;
}

.toggle_btn {
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    transition: all .5s;
    cursor: pointer;
    z-index: 1000;
    background: #e6d355;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

.toggle_btn span {
    display: block;
    position: absolute;
    left: 20%;
    width: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    transition: all .5s;
}

.toggle_btn span:nth-child(1) {
    top: 30%;
}

.toggle_btn span:nth-child(2) {
    top: 50%;
}

.toggle_btn span:nth-child(3) {
    top: 70%;
}

.open .toggle_btn {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.open .toggle_btn span {
    background-color: #e6d355;
}

.open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

.open .toggle_btn span:nth-child(2) {
    opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}

#mask {
    display: none;
    transition: all .5s;
}

.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: 998;
    cursor: pointer;
}

.next-time{
    margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: fixed;
  z-index: 999;
}

.next-time a{
    background: #000;
    display: block;
    padding: 0.5em;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    font-size: 130%;
}

.ne-wrap{
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 45px 15px 0 15px;
    position: relative;
    z-index: 10;
    box-sizing: border-box;
}

.ne-wrap .ne-kv{
    margin: 60px 0;
}

.ne-wrap .ne-kv img{
    width: 100%;
}

.ne-wrap .ne-header {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.66666%;
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    background: url(../images/common/headerbg.png) no-repeat;
    background-size: cover;
    margin-bottom: 60px;
}

.ne-wrap .ne-header .chara01-pos {
    position: absolute;
    top: 1.500000%;
    left: 62.583333%;
    width: 29.416667%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: chara01FadeIn 2s ease 0s 1 normal;
    -webkit-animation: chara01FadeIn 2s ease 0s 1 normal;
}

@keyframes chara01FadeIn {
    0% {
        opacity: 0;
        transform: translateY(-15%);
    }

    50% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes chara01FadeIn {
    0% {
        opacity: 0;
        transform: translateY(-15%);
    }

    50% {
        opacity: 1;
        transform: translateY(0);
    }
}

.ne-wrap .ne-header .chara01-pos .chara01 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 199.15014%;
    position: relative;
    width: 100%;
    background: url("../images/common/chara01.png") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.ne-wrap .ne-header .chara02-pos {
    position: absolute;
    top: 4.125000%;
    left: 44.416667%;
    width: 38.916667%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: chara02FadeIn 2s ease 0s 1 normal;
    -webkit-animation: chara02FadeIn 2s ease 0s 1 normal;
}

@keyframes chara02FadeIn {
    0% {
        opacity: 0;
        transform: translateX(-15%);
    }

    50% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes chara02FadeIn {
    0% {
        opacity: 0;
        transform: translateX(-15%);
    }

    50% {
        opacity: 1;
        transform: translateX(0);
    }
}

.ne-wrap .ne-header .chara02-pos .chara02 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 143.89722%;
    position: relative;
    width: 100%;
    background: url("../images/common/chara02.png") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.ne-wrap .ne-header .chara03-pos {
    position: absolute;
    top: 12.000000%;
    left: 68.916667%;
    width: 36.750000%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: chara03FadeIn 2s ease 0s 1 normal;
    -webkit-animation: chara03FadeIn 2s ease 0s 1 normal;
}

@keyframes chara03FadeIn {
    0% {
        opacity: 0;
        transform: translateX(-15%);
    }

    50% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes chara03FadeIn {
    0% {
        opacity: 0;
        transform: translateX(-15%);
    }

    50% {
        opacity: 1;
        transform: translateX(0);
    }
}

.ne-wrap .ne-header .chara03-pos .chara03 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 157.82313%;
    position: relative;
    width: 100%;
    background: url("../images/common/chara03.png") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.ne-wrap .ne-header .chara04-pos {
    position: absolute;
    top: 16.875000%;
    left: 37.500000%;
    width: 33.500000%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: chara04FadeIn 2s ease 0s 1 normal;
    -webkit-animation: chara04FadeIn 2s ease 0s 1 normal;
}

@keyframes chara04FadeIn {
    0% {
        opacity: 0;
        transform: translateX(15%);
    }

    50% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes chara04FadeIn {
    0% {
        opacity: 0;
        transform: translateX(15%);
    }

    50% {
        opacity: 1;
        transform: translateX(0);
    }
}

.ne-wrap .ne-header .chara04-pos .chara04 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 166.41791%;
    position: relative;
    width: 100%;
    background: url("../images/common/chara04.png") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.ne-wrap .ne-header .chara05-pos {
    position: absolute;
    top: 23.500000%;
    left: 57.583333%;
    width: 18.833333%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: chara05FadeIn 2s ease 0s 1 normal;
    -webkit-animation: chara05FadeIn 2s ease 0s 1 normal;
}

@keyframes chara05FadeIn {
    0% {
        opacity: 0;
        transform: translateY(15%);
    }

    50% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes chara05FadeIn {
    0% {
        opacity: 0;
        transform: translateY(15%);
    }

    50% {
        opacity: 1;
        transform: translateY(0);
    }
}

.ne-wrap .ne-header .chara05-pos .chara05 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 293.80531%;
    position: relative;
    width: 100%;
    background: url("../images/common/chara05.png") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.ne-wrap .ne-header .chara06-pos {
    position: absolute;
    top: 30.875000%;
    left: 67.250000%;
    width: 19.416667%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: chara06FadeIn 2s ease 0s 1 normal;
    -webkit-animation: chara06FadeIn 2s ease 0s 1 normal;
}

@keyframes chara06FadeIn {
    0% {
        opacity: 0;
        transform: translateX(15%);
    }

    50% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes chara06FadeIn {
    0% {
        opacity: 0;
        transform: translateX(15%);
    }

    50% {
        opacity: 1;
        transform: translateX(0);
    }
}

.ne-wrap .ne-header .chara06-pos .chara06 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 243.34764%;
    position: relative;
    width: 100%;
    background: url("../images/common/chara06.png") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.ne-wrap .ne-header .logo-pos {
    position: absolute;
    top: 32.750000%;
    left: 2.333333%;
    width: 43.750000%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: logoFadeIn 2s ease 0s 1 normal;
    -webkit-animation: logoFadeIn 2s ease 0s 1 normal;
}

@keyframes logoFadeIn {
    0% {
        opacity: 0;
        transform: translateX(-15%);
    }

    50% {
        opacity: 0;
        transform: translateX(-15%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes logoFadeIn {
    0% {
        opacity: 0;
        transform: translateX(-15%);
    }

    50% {
        opacity: 0;
        transform: translateX(-15%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.ne-wrap .ne-header .logo-pos .ne-logo {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 62.47619%;
    position: relative;
    width: 100%;
    background: url("../images/common/logo.png") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.ne-wrap .ne-header .schedule-pos {
    position: absolute;
    top: 77.375000%;
    left: 5.916667%;
    width: 41.416667%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: scheduleFadeIn 2s ease 0s 1 normal;
    -webkit-animation: scheduleFadeIn 2s ease 0s 1 normal;
}

@keyframes scheduleFadeIn {
    0% {
        opacity: 0;
        transform: translateX(15%);
    }

    50% {
        opacity: 0;
        transform: translateX(15%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes scheduleFadeIn {
    0% {
        opacity: 0;
        transform: translateX(15%);
    }

    50% {
        opacity: 0;
        transform: translateX(15%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.ne-wrap .ne-header .schedule-pos .schedule {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 25.55332%;
    position: relative;
    width: 100%;
    background: url("../images/common/schedule.png") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.ne-wrap .ne-header .read-pos {
    position: absolute;
    top: 7.875000%;
    left: 3.250000%;
    width: 38.833333%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: readFadeIn 2s ease 0s 1 normal;
    -webkit-animation: readFadeIn 2s ease 0s 1 normal;
}

@keyframes readFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-15%);
    }

    50% {
        opacity: 0;
        transform: translateY(-15%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes readFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-15%);
    }

    50% {
        opacity: 0;
        transform: translateY(-15%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.ne-wrap .ne-header .read-pos .read {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 40.12876%;
    position: relative;
    width: 100%;
    background: url("../images/common/read.png") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.ne-wrap h2{
    margin-left: 3.5%;
    margin-bottom: -11px;
    width: 242px;
    position: relative;
    z-index: 10;
}

.ne-wrap h2 img{
    width: 100%;
}

.ne-wrap section{
    background: url(../images/common/sectionbg.png) no-repeat right bottom rgba(0, 0, 0, 0.7);
    border-bottom: 5px solid #acb3c0;
    margin-bottom: 60px;
    padding: 5% 3.5%;
}

span.mini{
    font-size: 0.8em;
    color: #acb3c0;
}

p.mini{
    font-size: 0.9em;
    color: #acb3c0;
}

.mt0{
    margin-top: 0!important;
}

.cc01{
    color: #fc0;
}

h3.topic-title{
    margin-top: 0!important;
    font-size: 1.6em!important;
    color: #e6d355!important;
    border-left: none!important;
    padding-left: 0!important;
    border-bottom: 1px solid #acb3c0;
    line-height: 1.5;
    padding-bottom: 0.3em;
}

.ne-wrap dl.news-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ne-wrap dl.news-wrap dt{
    width: 10%;
    font-family: 'Oswald', sans-serif;
    color: #f90;
}

.ne-wrap dl.news-wrap dt::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f15c";
    margin-right: 0.5em;
    font-weight: bold;
    color: #fc0;
    font-size: 0.9em;
    vertical-align: text-top;
}

.ne-wrap dl.news-wrap dd{
    width: 90%;
    padding: 0;
    margin: 0;
}

.ne-wrap .info-wrap{
    display: flex;
    flex-wrap: wrap;
}

.ne-wrap .info-wrap .outline{
    flex: 1;
    padding-right: 2em;
    box-sizing: border-box;
}

.ne-wrap .info-wrap .xtimeline{
    width: 45%;
}

.ne-wrap dl.info{
    width: 100%;
    margin: 0;
}

.ne-wrap dl.info dt{
border: 1px solid #6a1d14;
line-height: 1;
font-size: 0.9em;
display: inline-block;
margin: 0 0 0.5em 0;
padding: 0.3em;
color: #f90;
}

.ne-wrap dl.info dd{
margin: 0 0 1.5em 0;
font-size: 1.1em;
}

.ne-wrap dl.info dd:last-child{
    margin-bottom: 0;
}

.ne-wrap dl.ticket{
    width: 100%;
}

.ne-wrap dl.ticket dt{
line-height: 1;
display: inline-block;
margin: 0;
padding: 0.3em;
border: 1px solid #6a1d14;
color: #f90;
}

.ne-wrap dl.ticket dd{
margin: 0 0 1.5em 0;
font-size: 1.1em;
}

.ne-wrap h3{
    color: #f90;
    font-size: 1.2em;
    font-weight: bold;
    border-left: 5px solid #6a1d14;
    padding-left: 0.5em;
    margin: 40px 0;
    font-weight: bold;
}

.ne-wrap h4{
    color: #fc0;
    font-size: 1.1em;
}

.ne-wrap .price,
.ne-wrap .date{
    font-size: 1.6em;
    font-family: 'Oswald', sans-serif;
    margin-right: 0.1em;
    vertical-align: baseline;
    font-weight: 700;
}

.ne-wrap .game-wrap{
    display: flex;
    flex-wrap: wrap;
}

.ne-wrap .game-wrap .pic{
    width: 45%;
    padding-right: 2em;
}

.ne-wrap .game-wrap .pic img{
    width: 100%;
}

.ne-wrap .game-wrap .spec{
    flex: 1;
    box-sizing: border-box;
}

.ne-wrap .game-wrap .spec h4{
    font-weight: bold;
    font-size: 1.4em;
    margin: 0;
    line-height: 1.3;
}

.ne-wrap dl.spec-list{
    width: 100%;
    font-size: 0.9em;
    margin-bottom: 1.5em;
}

.ne-wrap dl.spec-list dt{
    float: left;
    width: 7em;
    color: #999;
}

.ne-wrap dl.spec-list dd{
    margin: 0 0 0.5em 7em;
}


.ne-wrap .link-btn a{
    background: #e6d355;
    display: block;
    text-align: center;
    padding: 0.3em 0.5em;
    box-sizing: border-box;
    border-radius: 50px;
    color: #000!important;
    margin-top: 1.5em;
    max-width: 400px;
    width: 100%;
}

.ne-wrap .link-btn2 a{
    background: #e6d355;
    display: block;
    text-align: center;
    padding: 0.3em 0.5em;
    box-sizing: border-box;
    border-radius: 50px;
    color: #000!important;
    margin-top: 1.5em;
    max-width: 650px;
    width: 100%;
}

.ne-wrap .-buy a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f07a";
    margin-right: 0.5em;
    font-weight: bold;
    color: #000;
}

.ne-wrap .-official a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    margin-right: 0.5em;
    font-weight: bold;
    color: #000;
}

.ne-wrap .-other a{
    margin-top: 0.3em!important;
}

.ne-wrap .-other a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    margin-right: 0.5em;
    font-weight: bold;
    color: #000;
}

.over{
    opacity: 0.3;
}

.ne-wrap hr{
    border: none;
    border-top: 1px solid #666;
    margin: 50px 0;
}

.ne-wrap .pic01{
    width: 100%;
    margin: 2.5em auto;
}

.ne-wrap .pic02{
    width: 100%;
    margin: 3em auto;
}

.ne-wrap .pic01 img,
.ne-wrap .pic02 img{
    width: 100%;
}

.ne-wrap ul.goods-wrap{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5% 0 -1.5%;
    padding: 0;
    justify-content: center;
}

.ne-wrap ul.goods-wrap li{
    width: calc(100% / 3);
    padding: 0 1.5%;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.ne-wrap ul.goods-wrap li h5{
    font-size: 1.1em;
    margin: 0.5em 0 0 0;
    line-height: 1.5;
}

.ne-wrap ul.goods-wrap li .sub{
    font-size: 0.8em;
    color: #e6d355;
    margin-top: 1em;
    line-height: 1.5;
}

.ne-wrap ul.goods-wrap li img{
    width: 100%;
    border-radius: 10px;
}

#page-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    margin-bottom: 0;
    z-index: 200;
}

#page-top img {
    width: 100%;
}

.ne-footer{
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background: #6a1d14;
    color: #fff;
    font-size: 0.9em;
    z-index: 10;
    position: relative;
    margin-top: 100px;
}

.ne-footer .footer-banner{
    max-width: 300px;
    width: 90%;
    margin: 0 auto 1em auto;
    display: block;
}

.ne-footer .footer-banner img{
    width: 100%;
}

.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}



/*RESPONSIVE--------------------------------------------------------------------------------------*/


@media only screen and (max-width: 1000px) {


}

/*MOBILE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {

    span.br::before {
		content: "\A";
		white-space: pre;
	}

    #content {
        font-size: clamp(10px, 14 / 375 * 100vw, 14px);
        line-height: 1.8;
    }

    #content::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -10;
        width: 100vw;
        height: 100vh;
        background-image:
            url("../images/common/bg05.png"),
            url("../images/common/bg04.png"),
            url("../images/common/bg03.png"),
            url("../images/common/bg02.png"),
            url("../images/common/bg01.png"),
            url("../images/common/bg00.png");
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
        background-position: center top, right bottom, left center, right top, left top, left top;
        background-size: 1100px 250px, 151px 210px, 78px 111px, 201px 143px, 161px 115px, 25px 25px;
    }

    nav {
        width: 100%;
    }

    .toggle_btn {
        top: 50px;
        right: 0;
    }

    .next-time{
    margin: 0 calc(50% - 50vw);
      width: 100vw;
      position: fixed;
      z-index: 999;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #000;
    }
    
    .next-time a{
        background: #000;
        display: block;
        padding: 0 0.5em;
        text-align: center;
        color: #fff;
        box-sizing: border-box;
        font-size: 0.9em;
        line-height: 1.5;
    }

    .ne-wrap .ne-kv{
        margin: 6vh 0;
    }

    .ne-wrap .ne-header {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 190%;
        position: relative;
        width: 100%;
        display: block;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        background: url(../images/common/headerbg.png) no-repeat bottom;
        background-size: 100%;
        margin-bottom: 6vh;
    }
    
    .ne-wrap .ne-header .chara01-pos {
        position: absolute;
        top: 0.601504%;
        left: 34.571429%;
        width: 50.428571%;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        animation: chara01FadeIn 2s ease 0s 1 normal;
        -webkit-animation: chara01FadeIn 2s ease 0s 1 normal;
    }

    .ne-wrap .ne-header .chara02-pos {
        position: absolute;
        top: 2.180451%;
        left: 3.428571%;
        width: 66.714286%;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        animation: chara02FadeIn 2s ease 0s 1 normal;
        -webkit-animation: chara02FadeIn 2s ease 0s 1 normal;
    }

    .ne-wrap .ne-header .chara03-pos {
        position: absolute;
        top: 6.917293%;
        left: 45.428571%;
        width: 63.000000%;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        animation: chara03FadeIn 2s ease 0s 1 normal;
        -webkit-animation: chara03FadeIn 2s ease 0s 1 normal;
    }

    .ne-wrap .ne-header .chara04-pos {
        position: absolute;
        top: 9.849624%;
        left: -8.428571%;
        width: 57.428571%;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        animation: chara04FadeIn 2s ease 0s 1 normal;
        -webkit-animation: chara04FadeIn 2s ease 0s 1 normal;
    }

    .ne-wrap .ne-header .chara05-pos {
        position: absolute;
        top: 13.834586%;
        left: 26.000000%;
        width: 32.285714%;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        animation: chara05FadeIn 2s ease 0s 1 normal;
        -webkit-animation: chara05FadeIn 2s ease 0s 1 normal;
    }

    .ne-wrap .ne-header .chara06-pos {
        position: absolute;
        top: 18.270677%;
        left: 42.571429%;
        width: 33.285714%;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        animation: chara06FadeIn 2s ease 0s 1 normal;
        -webkit-animation: chara06FadeIn 2s ease 0s 1 normal;
    }

    .ne-wrap .ne-header .logo-pos {
        position: absolute;
        top: 51%;
        left: 0%;
        width: 100%;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        animation: logoFadeIn 2s ease 0s 1 normal;
        -webkit-animation: logoFadeIn 2s ease 0s 1 normal;
    }

    .ne-wrap .ne-header .schedule-pos {
        position: absolute;
        top: auto;
        bottom: 2%;
        left: 10%;
        width: 80%;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        animation: scheduleFadeIn 2s ease 0s 1 normal;
        -webkit-animation: scheduleFadeIn 2s ease 0s 1 normal;
    }

    .ne-wrap .ne-header .read-pos {
        position: absolute;
        top: 37%;
        left: 17%;
        width: 66%;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        animation: readFadeIn 2s ease 0s 1 normal;
        -webkit-animation: readFadeIn 2s ease 0s 1 normal;
    }
    
    .ne-wrap h2{
        margin-left: 5%;
        margin-bottom: -11px;
        width: 200px;
    }

    .ne-wrap h3{
        margin: 4vh 0;
    }

    .ne-wrap section{
        background: url(../images/common/sectionbg.png) no-repeat right bottom rgba(0, 0, 0, 0.7);
        border-bottom: 5px solid #acb3c0;
        margin-bottom: 7vh;
        padding: 7vh 5%;
        background-size: 50%;
    }

    .ne-wrap dl.news-wrap dt{
        width: 100%;
        font-family: 'Oswald', sans-serif;
        color: #f90;
    }
    
    .ne-wrap dl.news-wrap dd{
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .ne-wrap .info-wrap .outline{
        flex: auto;
        padding-right: 0;
        box-sizing: border-box;
        margin-bottom: 3vh;
        width: 100%;
    }
    
    .ne-wrap .info-wrap .xtimeline{
        width: 100%;
    }

    .ne-wrap .game-wrap{
        display: flex;
        flex-wrap: wrap;
    }
    
    .ne-wrap .game-wrap .pic{
        width: 100%;
        margin: 0 auto;
        display: block;
        padding: 0;
    }
    
    .ne-wrap .game-wrap .spec{
        flex: auto;
        width: 100%;
        box-sizing: border-box;
        margin-top: 5vh;
    }

    .ne-wrap .game-wrap .spec h4{
        text-align: center;
        margin-bottom: 5vh;
    }

    .ne-wrap dl.spec-list{
        width: 100%;
        font-size: 0.9em;
        margin-bottom: 5vh;
    }

    .ne-wrap hr{
        border: none;
        border-top: 1px solid #666;
        margin: 5vh 0;
    }

    .ne-wrap ul.goods-wrap{
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -2% 0 -2%;
        padding: 0;
    }
    

    .ne-wrap ul.goods-wrap li{
        width: calc(100% / 2);
        padding: 0 2%;
        box-sizing: border-box;
        margin-bottom: 3vh;
    }

    .ne-wrap ul.goods-wrap li h5{
        font-size: 1em;
    }

    #page-top {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 50px;
        margin-bottom: 0;
        z-index: 200;
    }

    .ne-footer{
        width: 100%;
        padding: 5vh 15px;
        box-sizing: border-box;
        text-align: center;
        background: #6a1d14;
        color: #fff;
        font-size: 0.9em;
        margin-top: 10vh;
    }

}

/*共通フッター--------------------------------------------------------------------------------*/
dol-footer {
    position: relative;
}