#topCoverWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background: #000;
    height: 100vh;
    min-height: 480px;
}

#topCover {
    background-image: url(/pc/img/cover.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}

.top-shadow {
    position: absolute;
    height: 1000px;
    width: 100%;
    overflow: hidden;
    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='#ffffff', endColorstr='#00ffffff', GradientType=0);
}

.topTitle {
    position: relative;
    width: 100%;
    margin: 30px 0 30px 0;
    text-align: center;
}

.topTitle span {
    text-align: center;
    width: 100%;
    font-family: 'Sorts Mill Goudy', serif;
    font-weight: 400;
    font-size: 40px;
    display: block;
    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;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 1px 0;
}

@media all and (-ms-high-contrast: none) {
    .topTitle span {
        text-align: center;
        width: 100%;
        font-family: 'Sorts Mill Goudy', serif;
        font-weight: 400;
        font-size: 40px;
        display: block;
        color: #a18861;
        overflow: hidden;
        background: none;
    }
}

.topTitle span b {
    color: #a18861;
    font-size: 12px;
    display: block;
    line-height: 1;
    margin-top: -5px;
    letter-spacing: 4px;
}

#top-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #141414;
    background: url(/pc/img/bg.jpg) repeat;
    /*    margin: calc(100vh + 12.5%) auto 0 auto;*/
    margin: 100vh auto 0 auto;
    padding: 0 0 100px 0;
    z-index: 101;
}


 #top-wrap::before {
    content: "";
    transform: skewY(-4deg);
    transform-origin: top left;
    background-color: #141414;
    background: #000;
    height: 400px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}


#top-contents {
    position: relative;
    overflow: hidden;
    z-index: 5001;
}

#top {
    position: relative;
    max-width: 1040px;
    width: 96%;
    margin: 0 auto;
    /*    background-image: url(/pc/img/contents_bg.png);*/
    background-repeat: repeat;
    background: rgba(0, 0, 0, 0.6);
    padding: 100px 10px 100px 10px;
}

.top-inner {
    position: relative;
    padding: 20px 0 50px 0;
}

.notice {
    position: relative;
    text-align: center;
}

.notice dd {
    font-family: "Noto Serif JP", serif;
    line-height: 180%;
}

.counterWrap {
    position: relative;
    text-align: center;
    padding: 20px 0;
}

.counterWrap h2.ot b {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    line-height: 1;
    padding: 3px 80px 5px 80px;
    display: inline-block;
    color: #fff;
    background: -moz-linear-gradient(left, rgba(33, 40, 114, 0) 0%, rgba(33, 40, 114, 1) 50%, rgba(33, 40, 114, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(33, 40, 114, 0) 0%, rgba(33, 40, 114, 1) 50%, rgba(33, 40, 114, 0) 100%);
    background: linear-gradient(to right, rgba(33, 40, 114, 0) 0%, rgba(33, 40, 114, 1) 50%, rgba(33, 40, 114, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00212872', endColorstr='#00212872', GradientType=1);
}

.counterWrap h2.od b {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    line-height: 1;
    padding: 3px 80px 5px 80px;
    display: inline-block;
    color: #fff;
    background: -moz-linear-gradient(left, rgba(191, 0, 3, 0) 0%, rgba(191, 0, 3, 1) 50%, rgba(191, 0, 3, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(191, 0, 3, 0) 0%, rgba(191, 0, 3, 1) 50%, rgba(191, 0, 3, 0) 100%);
    background: linear-gradient(to right, rgba(191, 0, 3, 0) 0%, rgba(191, 0, 3, 1) 50%, rgba(191, 0, 3, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bf0003', endColorstr='#00bf0003', GradientType=1);
}

.unit {
    font-family: "Noto Serif JP", serif;
    transform: skewX(-11deg) scaleY(1.1);
    /* font-size: 8vmax; */
    font-size: 120px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: -5px;
    margin: 0 -10px 0 0;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(0, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    padding: 3px 0 10px 0;
    line-height: 1;
}

.counter {
    /*    font-family: 'Oswald', sans-serif;*/
    font-family: "Noto Serif JP", serif;
    transform: skewX(-11deg) scaleY(1.1);
    /* font-size: 8vmax; */
    font-size: 120px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: -5px;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(0deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    padding: 3px 3px 10px 3px;
    line-height: 1;
}

@media all and (-ms-high-contrast: none) {
    .unit {
        color: #a18861;
        background: none;
    }

    .counter {
        color: #a18861;
        background: none;
    }
}

.sml {
    position: relative;
    text-align: center;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    width: 90%;
    margin: 0 auto;
}

.sml dt.sml_img {
    position: relative;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
}

.sml dt.sml_img span {
    display: block;
}

.sml dt.sml_img img {
    width: 100%;
}

.sml dt.sml_img:before,
.sml dt.sml_img:after {
    border-top: 1px solid #333;
    content: "";
    width: 20%;
}

.sml dt.sml_img:before {
    margin-right: 20px;
}

.sml dt.sml_img:after {
    margin-left: 20px;
}

.sml dd {
    font-family: "Noto Serif JP", serif;
    line-height: 180%;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    padding: 180px 5% 30px 5%;
    margin-top: -160px;
    background: url(/pc/img/flow_bg.png) repeat;
}

.sml dd b{
    display: block;
    font-size: 32px;
    font-family: "Roboto", sans-serif;
    line-height: 180%;
    font-weight: 600;
    font-style: italic;
}

@keyframes title_in {
    from {
        transform: translate3d(0, 10%, 0);
        visibility: hidden;
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.title_in {
    animation-name: title_in;
    animation-delay: 0.3s;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    animation-fill-mode: both;
}

@keyframes title_in2 {
    from {
        transform: scale(2);
        visibility: hidden;
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.title_in2 {
    animation-name: title_in2;
    animation-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    animation-duration: 0.3s;
    animation-fill-mode: both;
}

@keyframes myBounce {

    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.myBounce {
    animation-name: myBounce;
    transform-origin: center bottom;
    animation-fill-mode: both;
}

/**********************************************ライトボックス**********************************************/

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #000;
    opacity: 0.9;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    display: none;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/js/img/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/js/img/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/js/img/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    zoom: 1;
    width: 100%;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
    color: #999;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/js/img/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.LBox {
    overflow: hidden;
    position: relative;
    padding: 0 5%;
}

.LBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.LBox ul li {
    width: 225px;
    overflow: hidden;
}

.LBox ul li a {
    display: block;
    margin: 5px;
    height: 215px;
    width: 215px;
    overflow: hidden;

}

.LBox ul li img {
    width: 100%;
}

.LBox p {
    text-align: center;
    font-size: 15px;
    font-family: "Noto Serif JP", serif;
}

.example-image {}