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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 1;
    }
}

body {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    animation: bodyFadeIn 0.8s ease-in-out 0s 1 normal;
}

.modal {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    z-index: 99999;
    background: rgb(176, 141, 104);
    background: linear-gradient(0deg, rgba(176, 141, 104, 1) 0%, rgba(255, 243, 220, 1) 30%, rgba(188, 162, 113, 1) 70%, rgba(183, 150, 113, 1) 100%);
    /* background: #000; */
    padding: 1%;
}

.modalContents {
    position: relative;
    background-image: url(/img/index/modal_cover_pc.webp);
    background-position: 90% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-color: #fafafa;
}

.modal-inner {
    position: relative;
    max-width: 1080px;
    width: 80%;
    margin: 0 auto 0 0;
    min-width: 800px;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    align-items: center;
}

.index-title {
    position: absolute;
    left: 50%;
    bottom: -25px;
    width: 96%;
    text-align: center;
    transform: translate(-50%, 0);
}

.index-title span {
    display: block;
}

.index-title img {
    width: 100%;
}

.modal-title {
    position: absolute;
    right: 4%;
    top: 50%;
    height: 92vh;
    text-align: right;
    transform: translate(0%, -46vh);
}

.modal-title span {
    display: block;
}

.modal-title img {
    height: 92vh;
}

.modal-icon {
    position: absolute;
    left: 2%;
    top: 2%;
}

.modal-icon span {
    display: block;
}

.modal-icon img {
    height: 23vh;
}

.modal-logo {
    width: 20vmax;
    min-width: 280px;
    margin: 0 auto 30px auto;
}

.modal-logo img {
    width: 100%;
}

.entranceWrap {
    position: relative;
    width: 800px;
    margin: 0 auto;
    padding: 100px 0 0 0;
}

.entrance {
    position: relative;
}

.entrance ul {
    margin: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* mix-blend-mode: difference; */
}

.entrance ul li:nth-child(1),
.entrance ul li:nth-child(3) {
    display: inline-block;
    width: 300px;
}


.entrance ul li a span {
    display: block;
}

.entrance ul li a span img {
    width: 100%;
}

.icon18 {
    display: inline-block;
    width: 100px;
    padding-top: 10px;
}

.icon18 img {
    width: 100%;
}

.modalContents h2 b{
    display: inline-block;
    color: #231a13;
    font-size: 0.7em;
    line-height: 160%;
    font-weight: 600;
}

.modalContents h2 a {
    display: inline-block;
}

.enterLogo {
    width: 340px;
    margin: 20px auto;
}

.enterLogo img {
    width: 100%;
}

.modal a.close_modal,
.modal a {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
    padding: 20px 10px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    transition: 0.3s ease-in-out;
}

.modal a.close_modal span {
    transition: 0.3s ease;
}

.modal a.close_modal .off {
    display: block;
    position: relative;
    opacity: 1;
}

.modal a.close_modal:hover .off {
    opacity: 0;
}

.modal a.close_modal .on {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 100%;
    padding: 20px 10px;

}

.modal a.close_modal:hover .on {
    display: block;
    opacity: 1;
}

.modal a.close_modal img,
.modal a img {
    width: 100%;
}

/* .modal a.close_modal:hover {
    color: #000;
    background: #fff;
} */

#allWrap {
    position: relative;
    background-color: #fdebea;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    min-width: 1020px;
}

#allWrap.topBody {
    position: relative;

}

#allWrap.contentsBody {
    position: relative;
}

#wrap-inner {
    position: relative;
    min-width: 780px;
    width: calc(100% - 260px);
    margin: 0 0 0 260px;
    /* background: rgb(176, 227, 237);
    background: linear-gradient(45deg, rgba(176, 227, 237, 1) 0%, rgba(236, 232, 230, 1) 50%, rgba(246, 220, 185, 1) 100%); */
}

@media only screen and (max-width : 1040px) {
    #wrap-inner {
        position: relative;
        min-width: 780px;
        width: 100%;
        margin: 0 0 0 0;

    }
}


@media only screen and (max-width : 1080px) {}

#foot-fix {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
}

.breadcrumb_list {
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 50px 0;
}

.breadcrumb_list li {
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    line-height: 23px;
    padding: 0 2px;
    transform: skewX(-6deg);
}

.breadcrumb_list li a {
    display: block;
    font-size: 14px;
    line-height: 23px;
    padding: 0 2px;
    transform: skewX(-6deg);
}

.breadcrumb_list li span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 0 2px;
}

#footerWrap {
    position: relative;
    text-align: center;
    width: calc(100% - 20px);
    margin-left: 20px;
    z-index: 8998;
}

#footer-inner {
    position: relative;
}

#footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
    padding: 0 0 80px 0;
}

#footer dt {
    width: 200px;
    position: relative;
    margin: 0 auto 15px auto;
}

#footer dt img {
    width: 100%;
}

#footer dd {
    padding: 20px;
}

#footer dd ul.sicon {
    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; */
    background: #000;
    margin: 0 10px;
    transition: 0.3s ease;
    padding: 5px;
}

#footer dd ul.sicon li a:hover i {}

#footer dd ul.sicon li a i {
    color: #fff;
    font-size: 28px;
    transition: 0.3s ease;
    transform: scale(1);
}

#footer dd ul.sicon li a:hover i {
    transform: scale(1.4);
    color: #ec4b7d;

}

#footer dd ul.sicon li a span {
    display: inline-block;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    padding-left: 6px;
    vertical-align: top;
    line-height: 50px;
    display: none;
}

#footer dd ul.footerMenu {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

#footer dd ul.footerMenu li {
    position: relative;
    text-align: center;
    display: inline-block;
}

#footer dd ul.footerMenu li a {
    display: inline-block;
    padding: 0 12px;
}

#footer dd ul.footerMenu li:last-child a {
    border: none;
}

#footer dd ul.footerMenu li b {
    color: #fff;
    font-weight: normal;
    line-height: 28px;
    font-size: 28px;
}


#footer dd ul.footerMenu li a.active span {
    /* color: #fff; */
    text-decoration: underline;
    color: rgba(245, 122, 143, 0);
    background: linear-gradient(90deg, rgba(245, 122, 143, 1) 0%, rgba(255, 96, 137, 1) 30%, rgba(255, 152, 86, 1) 70%, rgba(255, 192, 77, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#footer dd ul.footerMenu li a span {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0;
    display: inline-block
}

#footer dd ul.footerMenu li a span:hover {
    /* color: #ec4b7d; */
    color: rgba(245, 122, 143, 0);
    background: linear-gradient(90deg, rgba(245, 122, 143, 1) 0%, rgba(255, 96, 137, 1) 30%, rgba(255, 152, 86, 1) 70%, rgba(255, 192, 77, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#footer dd.footerBorder {
    background-image: url(/img/footer_border.png);
    background-repeat: repeat;
    height: 4px;
    width: 100%;
    margin: 30px 0;
    display: none;
}

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

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

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

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

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

#footerBottom {
    position: relative;
    padding: 10px 6px;
    text-align: center;
    max-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;
}

.back {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.foot-fixArea {
    position: fixed;
    width: 100%;
    z-index: 8998;
    overflow: hidden;
}

.foot-fix {
    position: relative;
}

.foot-fixArea .foot-fix a.pageTopBtn {
    display: block;
    transition: 0.3s ease;
    position: absolute;
    top: -13px;
    right: 0;
    text-align: center;
    height: 70px;
    width: 70px;
    background-color: #000;
}

.foot-fixArea .foot-fix a.pageTopBtn i {
    font-size: 30px;
    line-height: 70px;
    transition: 0.3s ease;
    color: #fff;
}

.foot-fixArea .foot-fix a.pageTopBtn img {
    width: 100%;
}

.foot-fixArea a.pageTopBtn:hover {
    background-color: #fff;
}

.foot-fixArea a.pageTopBtn:hover i {
    color: #000;
}

.foot-fixArea .fix-icon {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 15px 15px;
}

.foot-fixArea .fix-icon li {
    text-align: center;
}

.foot-fixArea .fix-icon li a {
    display: block;
    margin: 0 5px;
    background: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.foot-fixArea .fix-icon li a:hover {
    background: #000;
}

.foot-fixArea .fix-icon li a i {
    font-size: 24px;
    line-height: 40px;
    transition: 0.3s ease;
    color: #000;
    -webkit-text-stroke-width: 0;
    -moz-osx-font-smoothing: none;
}

.foot-fixArea .fix-icon li a:hover i {
    color: #fff;
}

.pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background: url(/img/pattern.png) repeat;
    top: 0;
    left: 0;
    opacity: 0.2;
    display: block;
    transition-timing-function: ease;
}

@media all {
    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        text-align: center;
        cursor: pointer;
        overflow: auto;
    }

    .featherlight:last-of-type {
        background: rgba(0, 0, 0, 0.9);
        z-index: 10001;
        cursor: default;
    }

    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .login-triangle {
        width: 0;
        margin-left: auto;
        border: 12px solid transparent;
        border-bottom-color: #28d;
    }

    .featherlight .featherlight-content {
        position: relative;
        vertical-align: middle;
        display: inline-block;
        padding: 25px;
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        /* background: #f9f9f9; */
        cursor: auto;
        border-radius: 5px;
        margin: 50px 0;
        padding: 100px 80px;
    }

    .featherlight .featherlight-inner {
        display: block;
    }

    .featherlight .featherlight-close-icon {
        position: absolute;
        top: 5px;
        right: 5px;
        line-height: 60px;
        width: 60px;
        font-size: 40px;
        cursor: pointer;
        text-align: center;
        font: Arial, sans-serif;
        background: none;
        color: #aaa;
        z-index: 2000;
    }

    .featherlight .featherlight-image {
        width: 100%
    }

    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0;
    }

    .featherlight iframe {
        border: 0;
    }
}