* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: source-han-sans-japanese, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 500;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    color: #9f9f9f;
}

@font-face {
    font-family: "FunctionsPro";
    src: url('/fonts/FPro-book.eot');
    src: url('/fonts/FPro-book_iefix.eot') format('embedded-opentype'),
        url('/fonts/FPro-book.woff') format('woff'),
        url('/fonts/FPro-book.ttf') format('truetype'),
        url('/fonts/FPro-book.svg#icon') format('svg');
    font-style: normal;
}

a {
    text-decoration: none;
    display: block;
}

ol,
ul,
li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
    overflow: hidden;
}

.clearfix {
    display: block;
}

body {
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
    background-color: #000;

    /*     animation: fadeIn 2s ease 0s 1 normal !important;*/
}

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


#allWrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*
    background-image: url(/index/img/bg.jpg);
    background-repeat: repeat;
    background-position: 50%;
*/
}

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

#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-bottom: 40px;
}

.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;
    background-image: url(/index/img/cover.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    /*
background: rgb(201,153,151);
background: -moz-radial-gradient(center, ellipse cover,  rgba(201,153,151,1) 0%, rgba(173,102,110,1) 100%);
background: -webkit-radial-gradient(center, ellipse cover,  rgba(201,153,151,1) 0%,rgba(173,102,110,1) 100%);
background: radial-gradient(ellipse at center,  rgba(201,153,151,1) 0%,rgba(173,102,110,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c99997', endColorstr='#ad666e',GradientType=1 );
*/

    width: 100%;
    height: 100%;
    max-height: 850px;
    overflow: hidden;
    min-height: 600px;
}

#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;
    min-height: 600px;
}

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

#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: 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: rgb(14, 0, 10);
    background: -moz-linear-gradient(top, rgba(14, 0, 10, 1) 0%, rgba(116, 116, 120, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(14, 0, 10, 1) 0%, rgba(116, 116, 120, 1) 100%);
    background: linear-gradient(to bottom, rgba(14, 0, 10, 1) 0%, rgba(116, 116, 120, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e000a', endColorstr='#747478', GradientType=0);
    */
    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: 80px;
    line-height: 1;
    color: #fff;
    transition: 0.6s ease;
    font-family: "Sorts Mill Goudy", serif;
    font-weight: 500;
    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.3);
}

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

.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;
    /*    background: url(/pc/img/thumb_bg.png) repeat;*/
    /*    margin: calc(800px - 20px) auto 0 auto;*/
}

#footer-inner {
    position: relative;
    background: #000;
    /*    background: url(/pc/img/thumb_bg.png) repeat;*/


    /*
    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);
*/
}

#footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1180px;
    text-align: center;
    z-index: 1003;
    padding: 30px 0 50px 0;
}

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

#footer dt img {
    width: 100%;
}

#footer dd {
    color: #ccc;
    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 {
    color: #9f9f9f;
    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;
    font-family: 'Noto Serif JP', serif;
}

#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.footInfo {
    font-size: 16px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    font-family: 'FunctionsPro', serif;
}

#footer dd span.infomationTitle {
    font-family: 'FunctionsPro', serif;
    display: inline-block;
    background: #9f9f9f;
    color: #000;
    font-size: 20px;
    line-height: 1;
    padding: 1px 4px;
    margin: 0 5px 0 20px;
}

#footer dd.footInfo a {
    font-family: 'FunctionsPro', serif;
    color: #9f9f9f;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
}

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

#footer dd#copyRight {
    color: #9f9f9f;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: 'FunctionsPro', serif;
    text-align: right;
    padding: 0 40px 0 0;
}

.link-banner {
    position: relative;
    width: 400px;
    margin: 10px 40px 0 auto;

}

.link-banner a {
    display: block;
    background: #1a1a1a;
    padding: 10px 10px 10px 10px;
}

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

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

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

#footerBottom span {
    display: block;
    margin-right: 10px;
    float: left;
    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;
    }

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