body{
    background-color: #000;
}
#allWrap {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.all-inner {
    position: relative;
    height: 100%;
}

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

h1 {
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 2px;
    padding: 2px 0;
    width: 90%;
    margin: 0 auto;
    color: #000;
    line-height: 140%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

.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);
    }
}

@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 img{
    width: 100%;
}
#cover-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    vertical-align: bottom;
}
#cover-blur img{
    width: 100%;

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

#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: 30%;
}

.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: absolute;
    max-width: 540px;
    width: 100%;
    left: 50%;
    bottom: 20px;
    text-align: center;
    z-index: 9999;
    transform: translate(-50%, -0%);
}
*/
.entrance {
    position: relative;
    max-width: 900px;
    width: 90%;
    text-align: center;
    z-index: 9999;
    margin: 50px auto;

}

.entrance p {
    font-size: 12px;
    line-height: 160%;
    padding: 10px 0;
    font-family: "Noto Serif JP", serif;
    /* 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;

}

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

.open img {
    width: 100%;
}

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

#footer-inner {
    position: relative;
    background: rgb(11, 2, 5);
    background: -moz-linear-gradient(top, rgba(11, 2, 5, 1) 0%, rgba(33, 24, 1, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(11, 2, 5, 1) 0%, rgba(33, 24, 1, 1) 100%);
    background: linear-gradient(to bottom, rgba(11, 2, 5, 1) 0%, rgba(33, 24, 1, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b0205', endColorstr='#211801', GradientType=0);

}

#footer {
    position: relative;
    width: 96%;
    margin: 0 auto;
    max-width: 1000px;
    padding: 30px 0;
}

#footer dt {
    max-width: 500px;
    margin: 0 auto 20px auto;
    display: none;
}

#footer dt img {
    width: 100%;
}

#footer dd {
    overflow: hidden;
    font-size: 12px;
    position: relative;
}

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

#footer dd.notice p.cmt {
    font-size: 16px;
    line-height: 180%;
    margin: 20px;
    padding: 20px;
    border: 5px solid #1a1a1a;
    display: block;
    position: relative;
    background: url(/pc/img/thumb_bg.png) repeat;
}

#footer dd.notice p.cmt span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

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

#footer dd#copyRight {
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #9f9f9f;
}

#footer dd ul.sicon {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
}

#footer dd ul.sicon li {}

#footer dd ul.sicon li a {
    display: block;
    background: #333333;
    border-radius: 50%;
    overflow: hidden;
    width: 46px;
    height: 46px;
    margin: 3px;
    transition: 0.3s ease;
}

#footer dd ul.sicon li a:hover {
    background: #fff;
}

#footer dd ul.sicon li a i {
    color: #000;
    line-height: 46px;
    font-size: 24px;
    transition: 0.3s ease;
}

#footerBottomWrap {
    position: relative;
    background: #141414;
    z-index: 9000;
}

#footerBottom {
    position: relative;
    padding: 6px;
    text-align: center;
    margin: 0 auto;
}

#footerBottom span {
    display: block;
    overflow: hidden;
}

#footerBottom span a {
    margin-right: 4px;
    display: block;
}

#footerBottom span img {
    width: 44px;
}

#footerBottom .link {
    font-size: 8px;
    color: #808080;
    display: inline-block;
    margin: 0 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;
    }
}

.button {
    border: 2px solid #2e2e2e;
    cursor: pointer;
    letter-spacing: 0.2125rem;
    line-height: 1;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition:
        background 5s cubic-bezier(0.19, 1, 0.22, 1),
        border 1s cubic-bezier(0.19, 1, 0.22, 1),
        color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    user-select: none;
    max-width: 600px;
    margin: 0 auto;
}

.button a {
    color: #969696;
    /* font-family: "Sorts Mill Goudy", serif; */
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    line-height: 1;
    transition: 0.3s ease;
    display: block;
    position: relative;
}

.button a .bftl {
    position: absolute;
    top: -30px;
    left: 5px;
    width: 30px;
}

.button a .bftl img {
    width: 100%;
}

.button a .bfbr {
    position: absolute;
    bottom: -25px;
    right: 5px;
    width: 30px;
}

.button a .bfbr img {
    width: 100%;
}

.button .mask {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    height: 100px;
    position: absolute;
    transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}

.button .shift {
    display: inline-block;
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
}

.button:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: #fff;
    box-shadow: 0 0 5px rgba(255, 245, 245, 0.8);
    transition: background 0s;
}

.button:hover a {
    color: #fff;
}

.button:hover .mask {
    background-color: #fff;
    transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}

.button:hover .shift {
    transform: translateX(5px);
    opacity: 1;
    color: #fff;
}

.button:active {
    background-color: #fff;
}

.button:active a {
    color: #202020;
}

body.show {
    background-color: #282828;

}

/*
.button:hover {
	background-image: url('http://.com/img/codepen/savvy.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
*/