@keyframes bodyFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes bodyFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body {
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
    background-color: #000;
    animation: bodyFadeIn 0.8s ease-in-out 0s 1 normal;
}

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

#allWrap {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.all-inner {
    position: relative;
}

#headerTopWrap {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #000;
}

h1 {
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    padding: 20px;
}

.pattern {
    position: fixed;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background: url(/index/img/pattern_cover.png) repeat;
    top: 0;
    left: 0;
    z-index: 7;
    opacity: 0.4;
}

.banner-img {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    filter: blur(8px);
}

#ageha {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 800px;
    width: 80%;
    transform: translate(-50%, -50%);
}

#ageha svg {
    width: 100%;
}

#ageha img {
    width: 100%;
}

svg path {
    fill: url(#grad1);
}

#stop1 {
    animation: change-color1 2s ease-in-out infinite alternate;

}

#stop2 {
    animation: change-color2 2s ease-in-out infinite alternate;

}

@keyframes change-color1 {
    0% {
        stop-color: #2f9dca;
        transform: rotate(-45deg);
    }

    100% {
        stop-color: #333;
        transform: rotate(45deg);
    }
}

@keyframes change-color2 {
    0% {
        stop-color: #4eb2a0;
        transform: rotate(-45deg);
    }

    100% {
        stop-color: #7b1f2e;
        transform: rotate(90deg);
    }
}

/*
@keyframes change-color1 {
    0% {
        stop-color: #131313;
    }

    100% {
        stop-color: #312399;
    }
}

@keyframes change-color2 {
    0% {
        stop-color: #3c3c3c;
    }

    100% {
        stop-color: #7b1f2e;
    }
}
*/
@media all and (-ms-high-contrast: none) {
    #ageha svg {
        width: 100%;
    }

    svg path {
        display: none;
    }

    #ageha {
        /*
        width: 240px;
        margin: 0 auto;
*/
        width: 80%;
        min-height: 422px;
        max-width: 800px;
        overflow: hidden;
        background-image: url(/pc/img/ageha.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }
}

#cover {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#cover-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    vertical-align: bottom;
}

.banner-img {
    /*
  width: 100%;
  vertical-align: bottom;
*/
    opacity: 0;
    -webkit-backface-visibility: hidden;
    filter: blur(10px);
}

#cover_border {
    width: 96%;
    height: 94%;
    border: 6px double #000;
    top: 3%;
    left: 2%;
    box-shadow: 0 0 2px #3e3e3e;
    position: absolute;
    vertical-align: bottom;
}

.shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    width: 100%;
    height: 20%;
}

.title1 {
    position: absolute;
    width: 90%;
    max-width: 1110px;
    left: 50%;
    top: 5px;
    transform: translate(-50%, 0);
    display: none;
}

.title1 img {
    width: 100%;
}

.title2 {
    position: absolute;
    max-width: 620px;
    width: 86vmin;
    left: 50%;
    top: 50%;
    transform: translate(-80%, -66%);
    display: none;
}

.title2 img {
    width: 100%;
}

.title3 {
    position: absolute;
    max-width: 46%;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-90%, -50%);
}

.title3 img {
    width: 100%;
}

.entrance {
    position: relative;
    max-width: 540px;
    width: 100%;
    text-align: center;
    z-index: 9999;
    margin: 0 auto 20px auto;
}

.entrance ul {}

.entrance ul li {
    position: relative;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.entrance ul li.enter a {
    display: block;
    padding: 14px 0 0 0;
    margin: 0 5px;
    background: url(/pc/img/thumb_bg.png) repeat;
    border: 5px solid #9c0000;
    position: relative;
    transition: 0.3s ease;
    border-radius: 60px;
    overflow: hidden;
}

/*
.entrance ul li a span::before {
    content: "ENTER";
    display: block;
    font-size: 80px;
    line-height: 1;
    color: #fff;
    transition: 0.6s ease;
    font-family: "Rorboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -5px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
*/

.entrance ul li a span {
    display: block;
    font-size: 50px;
    line-height: 1;
    color: #fff;
    transition: 0.6s ease;
    font-family: "Sorts Mill Goudy", serif;
    font-weight: 700;
    font-style: italic;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -1px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.entrance ul li a:hover {
    border: 5px solid #471822;
}

.entrance ul li.enter a b {
    display: block;
    font-size: 16px;
    line-height: 1;
    background: #9c0000;
    padding: 3px;
    color: #fff;
}

.entrance ul li.enter a:hover span {
    color: #e7027f;
}

.entrance p {
    font-size: 12px;
    line-height: 160%;
    padding: 10px 0;
    margin-top: 10px;
    color: #fff;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

.entrance p a {
    display: inline-block;
    color: #9c0000;
    font-size: 20px;
}

.shadow2 {
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
    width: 100%;
    height: 100%;
}

#footerWrap {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 8998;
    background: #000;
}

#footer-inner {
    position: relative;
    background: #000;
}

#footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 680px;
    padding: 30px 10px 30px 10px;
}

.open {
    position: relative;
    max-width: 800px;
    padding: 30px 5px 0 5px;
    margin: 0 auto 50px auto;
}

.open img {
    width: 100%;
}

#footer dt {
    width: 80%;
    max-width: 320px;
    margin: 0 auto;
}

#footer dt img {
    width: 100%;
}

#footer dd {
    font-family: 'FunctionsPro', sans-serif;
    color: #9f9f9f;
    overflow: hidden;
    font-size: 12px;
}

#footer dd.notice {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

#footer dd.notice p.cmt {
    color: #9f9f9f;
    font-size: 13px;
    line-height: 160%;
    margin: 20px 0;
    padding: 10px;
    border: 5px solid #1a1a1a;
    display: block;
    position: relative;
    background: url(/pc/img/thumb_bg.png) repeat;
    text-align: left;
    /*    font-family: 'Noto Serif JP', serif;*/
}

#footer dd.notice p.cmt span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 7.5vmin;
    font-weight: 700;
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: #9f9f9f;
    text-align: center;
}

#footer dd.footInfo {
    font-size: 16px;
    text-align: center;
    line-height: 1;
    padding-top: 15px;
}

#footer dd span.informationTitle {
    font-family: 'FunctionsPro', sans-serif;
    display: block;
    background: #141414;
    color: #9f9f9f;
    font-size: 20px;
    line-height: 1;
    padding: 4px 0;
}

#footer dd.footInfo a,
#footer dd.footInfo b {
    color: #9f9f9f;
    display: block;
    font-size: 18px;
    line-height: 1;
    margin: 6px 0 0 0;
    text-align: center;
    transform: skewX(-6deg);
}

#footer dd.footerBorder {
    background: url(/pc/img/footer_border.png) repeat;
    height: 6px;
    width: 100%;
    margin: 30px 0;
}

#footer dd#copyRight {
    text-align: center;
}

#footer dd#copyRight b {
    display: inline-block;
    line-height: 140%;
    color: #9f9f9f;
    font-size: 10px;
    font-family: 'FunctionsPro', sans-serif;
}

.link-banner {
    width: 300px;
    position: relative;
    margin: 10px auto 0 auto;
}

.link-banner a {
    display: block;
    background: #333;
    padding: 5px;
}

.link-banner a img {
    width: 100%
}

#footerBottomWrap {
    position: relative;
    background: #141414;
}

#footerBottom {
    position: relative;
    padding: 10px 6px;
    text-align: left;
    max-width: 680px;
    margin: 0 auto;
}

#footerBottom .link {
    font-size: 8px;
    color: #808080;
    margin: 3px 5px;
}

#footerBottom .link a {
    font-size: 10px;
    line-height: 10px;
    color: #808080;
    display: inline-block;
    margin: 0 0 0 5px;
}

#footerBottom .link a:hover {
    background: #fff;
}

@media all and (-ms-high-contrast: none) {
    #cover-blur {
        position: relative;
        top: 0;
        left: 0;
        background-image: url(/index/img/cover.jpg);
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        max-height: 850px;
        overflow: hidden;
        vertical-align: bottom;
    }

    .banner-img {
        opacity: 0;
        -webkit-backface-visibility: hidden;
    }

    #footer dt {
        width: 500px;
        height: 128px;
        background-image: url(/pc/img/logo.svg);
        background-size: 100% auto;
        background-repeat: no-repeat;
        margin: 0 auto 20px auto;
    }

    .entrance ul li a span {
        display: block;
        font-size: 80px;
        line-height: 1;
        color: #fff;
        transition: 0.6s ease;
        font-family: "Sorts Mill Goudy", serif;
        font-weight: 700;
        font-style: italic;
        letter-spacing: -1px;
        background: none;
    }
}