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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 1;
    }
}

/*
@media screen and (max-width: 1040px) {
    html {
        scroll-behavior: smooth;
    }
}

@media screen and (min-width: 1041px) {
    html {
        --top-spacing: 90px;
        scroll-padding-top: var(--top-spacing);
        scroll-behavior: smooth;
        height: calc(100% - var(--top-spacing));
    }

    body {
        margin: var(--top-spacing) auto;
    }
}
 */

html {
    --top-spacing: 90px;
    scroll-padding-top: var(--top-spacing);
    scroll-behavior: smooth;
    height: calc(100% - var(--top-spacing));
}

body {
    margin: var(--top-spacing) auto;
    width: 100%;
    overflow-y: auto;
    background-color: #000;
    animation: bodyFadeIn 0.8s ease-in-out 0s 1 normal;
}

#allWrap {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    background: rgb(245, 122, 143);
    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%);
}

#allWrap.topBody {
    position: relative;

}

#allWrap.contentsBody {
    position: relative;
}

#wrap-inner {
    position: relative;
    min-width: 780px;
    width: 100%;
    /* 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 : 1080px) {}

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

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

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

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

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

#footerWrap {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1000;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(43, 43, 42, 1) 100%);
}

#footerWrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    height: 20px;
    width: 100%;
    background-image: url(/img/footer_visual.webp);
    background-repeat: repeat-x;
    background-size: 53px 20px;
    background-position: 50%;
    z-index: -1;
}

#footer-inner {
    position: relative;
    background-image: url(/img/header_bg.webp);
    background-repeat: repeat;
    background-size: 300px auto;
    background-position: 50%;
}

#footer-inner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

#footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
    z-index: 10;
    padding-bottom: 130px;

}

#footer dt {
    width: 340px;
    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: #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 {
    position: relative;
}

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

#footerBottomWrap {
    position: relative;
    /*    background: #e5e5e5;*/
    z-index: 11;
    padding-bottom: 130px;
    display: none;
}

#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: 5000;
    left: 0;
    bottom: 0;
}

.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 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: calc(100% - 8px);
    max-width: 480px;
    margin: 0 auto 12px auto;
}

.foot-fixArea .fix-icon li {
    position: relative;
    width: 50%;
}

.foot-fixArea .fix-icon li a {
    display: block;
    margin: 0 4px;
    border-radius: 26px;
    width: auto;
    color: #fff;
    font-size: 1em;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
}

.foot-fixArea .fix-icon li:nth-of-type(odd) a {
    background: rgb(19, 10, 13);
    background: linear-gradient(0deg, rgba(19, 10, 13, 1) 0%, rgba(47, 47, 47, 1) 100%);
    border: 1px solid #404040;
}

.foot-fixArea .fix-icon li:nth-of-type(even) a {
    background: rgb(249, 145, 123);
    background: linear-gradient(0deg, rgba(249, 145, 123, 1) 0%, rgba(255, 162, 141, 1) 100%);
    border: 1px solid #f9917b;
}

.foot-fixArea .fix-icon li a i {
    line-height: 50px;
    transition: 0.3s ease;
    color: #fff;
    -webkit-text-stroke-width: 0;
    -moz-osx-font-smoothing: none;
    width: 0.5lh;
    height: 1lh;
    display: inline-block;
}

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

.foot-fixArea .fix-icon li span.blowing {
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 50%;
    width: 100%;
    white-space: nowrap;
    transform: translate(-50%, 0);
    text-align: center;
    font-size: 0.8em;
    font-weight: 700;
}

.foot-fixArea .fix-icon li:nth-of-type(odd) span.blowing {
    color: #ffa903;
}

.foot-fixArea .fix-icon li:nth-of-type(even) span.blowing {
    color: #f9917b;
}

.foot-fixArea .fix-icon li span.blowing::before {
    content: "＼";
    display: inline-block;
}

.foot-fixArea .fix-icon li span.blowing::after {
    content: "／";
    display: inline-block;

}

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