/* ##############################################################################

    COVER

############################################################################## */

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

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

@media screen and (max-width: 680px) {
    .tg-Cover {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .tg {
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    .tg li {
        position: relative;
        width: 50%;
        visibility: hidden;
        animation-delay: 0.8s;
        animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    }

    .tg li:nth-child(3),
    .tg li:nth-child(4) {
        visibility: hidden;
    }

    .coverTitle-life {
        width: 96%;
        position: absolute;
        left: 50%;
        margin: 0 0 0 -48%;
        animation-delay: 0.3s;
        bottom: 5%;
        animation-delay: 0.3s;
        transform: skewY(-4deg);
        transform-origin: bottom left;
    }
}

@media screen and (min-width: 681px) and (max-width: 1080px) {
    .tg-Cover {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .tg {
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    .tg li {
        position: relative;
        width: 33.3%;
        visibility: hidden;
        animation-delay: 0.8s;
        animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    }

    .tg li:nth-child(4) {
        visibility: hidden;
    }

    .coverTitle-life {
        width: 70%;
        position: absolute;
        bottom: 3%;
        left: 50%;
        margin: 0 0 0 -35%;
        animation-delay: 0.3s;
    }
}

@media screen and (min-width: 1081px) {
    .tg-Cover {
        position: relative;
        /*    width: 100%;*/
        overflow: hidden;
    }

    .tg {
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    .tg li {
        position: relative;
        width: 25%;
        visibility: hidden;
        animation-delay: 0.8s;
        animation-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    }

    .coverTitle-life {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        position: absolute;
        bottom: 5%;
        left: 0;
        animation-delay: 0.3s;
        transform: skewY(-4deg);
        transform-origin: bottom left;
    }

    .coverTitle-life li {
        position: relative;
        width: 46%;
        margin: 0 auto;
    }
}

.tg {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tg li span.tgThumb {
    position: relative;
    display: block;
    max-width: 100%;
    height: 100%;
    background-position: 50% 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
}


@keyframes my-fadeIn-one {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, 600px, 0);
    }

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

.my-fadeIn-one {
    animation-name: my-fadeIn-one;
}

@keyframes my-fadeIn-two {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, -600px, 0);
    }

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

.my-fadeIn-two {
    animation-name: my-fadeIn-two;
}

.top-shadow {
    position: absolute;
    height: 30%;
    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);
}

.foot-shadow {
    position: absolute;
    height: 300px;
    width: 100%;
    overflow: hidden;
    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);
}

#top-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #000;
    background-image: url(/img/bg.jpg);
    background-position: 50% 0;
    background-repeat: repeat;
    margin: 100vh auto 0 auto;
    z-index: 101;
}

#top-wrap::before {
    content: "";
    transform: skewY(-4deg);
    transform-origin: top left;
    background: #000;
    height: 200px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    /* clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0% 100%); */
}

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

#top {
    position: relative;
    max-width: 1000px;
    width: 96%;
    margin: 0 auto 0 auto;
    background-repeat: repeat;
    background: rgba(0, 0, 0, 1);
    padding: 50px 10px 150px 10px;
}

.top-inner {
    position: relative;
    padding: 20px 0 20px 0;
    width: 100%;
    margin: 0 auto;
}

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

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

.notice dd b.nb {
    display: inline-block;
    line-height: 200%;
    font-size: 13px;
}

.notice dd span.ns {
    display: inline-block;
    font-size: 20px;
    line-height: 140%;
    font-family: "Noto Serif JP", serif;
    /* background-color: #ff8487; */
    background-color: #fff;
    color: #000;
    padding: 0 5px 3px 5px;
        margin: 1px 2px;
    letter-spacing: 0;
}

.notice dd span.ns2 {
    display: inline-block;
    line-height: 26px;
    background-color: #ffe200;
    color: #000;
    border-radius: 13px;
    padding: 0 10px;
}

.pointWrap {
    position: relative;
}

.pointWrap .point {
    margin: 0 auto 0 0;
    text-align: left;
    padding: 30px 1% 0 1%;
}

.pointWrap .point:nth-child(1){
    animation-delay: 0.3s;
}
.pointWrap .point:nth-child(2){
    animation-delay: 0.5s;
}
.pointWrap .point:nth-child(3){
    animation-delay: 0.7s;
}
.pointWrap .point:nth-child(4){
    animation-delay: 0.9s;
}
.pointWrap .point:nth-child(5){
    animation-delay: 1.1s;
}
.pointWrap .point:nth-child(6){
    animation-delay: 1.3s;
}
.pointWrap .point span {
    display: block;
    height: 60px;
}

.pointWrap .point span img {
    height: 100%;
}

.pointWrap .point b {
    display: block;
    padding: 20px 10px 0 0;
}

.pointWrap .point b small {
    display: inline-block;
    line-height: 160%;
}

.counterWrap {
    position: relative;
    text-align: left;
    padding: 10px 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: #000;
    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);
}

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

.unit {
    font-family: "Noto Serif JP", serif;
    /* transform: skewX(-11deg) scaleY(1.1); */
    /* font-size: 8vmax; */
    font-size: 70px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: -3px;
    margin: -6px -10px 0 -10px;
    line-height: 1;
    /* padding: 3px 0 10px 0;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    -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; */

}

.counter {
    /*    font-family: 'Oswald', sans-serif;*/
    font-family: "Noto Serif JP", serif;
    font-size: 70px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: -3px;
    line-height: 1;
    margin: -6px 0 0 0;
    /* color: rgba(226, 185, 153, 0);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    -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; */
}

@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: 100%;
    max-width: 480px;
    margin: 0 auto 0 auto;
}

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

}

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

.sml dt.sml_img span::after {
    content: "";
    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 );
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60%;
    width: 100%;
}

.sml dt.sml_img img {
    width: 100%;
    border: 5px solid #fff;
}

.sml dd {
    position: relative;
    width: 90%;
    transform: translate(0, -10%);
    line-height: 200%;
    text-align: left;
    margin: 0 auto;
    /* border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333; */
}

.sml dd span {
    line-height: 200%;
    text-align: left;
    padding: 10px 20px 0 20px;
    display: block;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 13px;

}

.sml dd b {
    display: inline-block;
    font-size: 28px;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    font-weight: 900;
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
}


@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 {
    position: relative;
    overflow: hidden;
}

.LBox ul {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}

.LBox ul li {
    width: 33.3333%;
    overflow: hidden;
}

.LBox ul li a {
    display: block;
    margin: 5px;
    overflow: hidden;
    background-color: #2b2b2b;
    padding: 2px;
    transition: 0.3s ease;
}

.LBox ul li a:hover {
    opacity: 0.8;
}

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

.LBox p b {
    display: inline-block;

}

.example-image {}