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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 1;
    }
}

body {
    width: 100%;
    height: 100%;
    background-color: #fff;

    /*
    animation-name: bodyFadeIn;
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0.8s;
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    */
}

#allWrap {
    min-width: 320px;
    width: 100%;
}

#allWrap.topBody {
    position: relative;
}

#allWrap.companionBody {
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
    position: relative;
    width: 100%;
    height: 100%;

}

#allWrap.profileBody {
    position: relative;
    width: 100%;
    height: 100%;
}

#allWrap.systemBody {
    position: relative;
    background-color: #fff;
    overflow-y: hidden;
}

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



#wrap-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

#content-wrap {}

#content-wrap.out {}


.head-fadeIn {
    opacity: 0;
    transition-duration: 0.6s;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.6s;
    -webkit-transition-timing-function: ease;
    transform-origin: center;
}

.head-fadeIn-move {
    opacity: 1;
    transform-origin: center;
}

#wrap {
    position: relative;
    height: 100%;
    width: 100%;
}

#contents {
    position: relative;
    height: 100%;
    width: 100%;
}

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

.breadcrumb_list {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.breadcrumb_list li {
    display: inline-block;
    margin: 0 5px;
}

.breadcrumb_list li.breadLogo {}

.breadcrumb_list li.breadLogo a img {
    width: 100%;
}

.breadcrumb_list li a {
    display: block;
    color: #9f9f9f;
    font-size: 12px;
    line-height: 23px;
    padding: 0 2px;
}

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

#footerWrap {
    position: relative;
    width: 100%;
    z-index: 9000;
    background: #000;
    min-width: 320px;
    padding: 80px 0 0 0;
}

#footerWrap:before {
    content: "";
    position: absolute;
    height: 80px;
    width: calc(100% - 80px);
    top: 0;
    left: 0;
    background: #000;
    transform-origin: right bottom;
    transform: skewY(1.5deg)
}

/*
#footerWrap:before{
    content: "";
    position: absolute;
    background: rgb(84, 43, 109);
    background: linear-gradient(-45deg, #00fffc, #fff, #00fffc, #fff);
    background-size: 200% 200%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 5s ease infinite;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    height: 4px;
    width: 100vw;
    top: -3px;
    left: 0;
}
*/
#foot-frame {
    height: 130px;
    width: 130px;
    background-color: #000;
    position: absolute;
    top: -65px;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, 0);
    padding: 20px;
}

#foot-frame img {
    width: 100%;
}

#footer-inner {
    position: relative;
    background: #000;
}

#footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 30px 10px 30px 10px;
    text-align: center;
}

#footer dt {
    width: 290px;
    position: relative;
    margin: 0 auto 5px auto;
}

#footer dt img {
    width: 100%;
}

#footer dd.footerInfo,
#footer dd.footerMenu {
    position: relative;
}

#footer dd.footerInfo {
    font-size: 16px;
    color: #717171;
}

#footer dd.footerInfo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#footer dd.footerInfo ul li {
    font-family: 'FunctionsPro', sans-serif;
    color: #717171;
    display: inline-block;
    margin: 3px 0;
}

#footer dd.footerInfo ul li span.infomationTitle {
    font-family: 'FunctionsPro', sans-serif;
    display: inline-block;
    background: #1c1c1c;
    color: #717171;
    font-size: 16px;
    line-height: 1;
    padding: 2px 6px;
    margin: 0 5px 0 0;
}

#footer dd.footerInfo ul li a {
    font-family: 'FunctionsPro', sans-serif;
    color: #717171;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
}

#footer dd.footerMenu ul {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
}

#footer dd.footerMenu ul li {
    position: relative;
    display: inline-block;
    color: #717171;
    width: 50%;
}

#footer dd.footerMenu ul li:nth-child(odd) {
    text-align: right;
}

#footer dd.footerMenu ul li:nth-child(even) {
    text-align: left;
}

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

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

#footer dd.footerMenu ul li b {
    color: #717171;
}

#footer dd.footerMenu ul li a.active span {
    color: #ec4b7d;
    text-decoration: underline;
}

#footer dd.footerMenu ul li a span {
    color: #717171;
    font-family: 'FunctionsPro', sans-serif;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px
}

#footer dd.footerMenu ul li a span:hover {
    color: #ec4b7d;
}

#footer span.footerBorder {
    display: block;
    height: 3px;
    background-color: #181c1d;
    border-top: 1px solid #2a2a2a;
    width: auto;
    margin: 30px auto;
}

/*
#footer span.footerBorder {
    background: url(/pc/img/footer_border.png) repeat;
    height: 6px;
    width: auto;
    margin: 30px auto;
    display: block;
}
*/

#footer dd#copyRight {
    color: #ec4b7d;
    font-size: 10px;
    font-family: 'FunctionsPro', sans-serif;
    text-align: center;
    line-height: 120%;
}

#footer dd#copyRight span {
    display: inline-block;
    color: #ec4b7d;
    font-size: 10px;
    font-family: 'FunctionsPro', sans-serif;
}

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

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

#footerBottom .link {
    font-size: 8px;
    color: #808080;
    display: block;
    margin: 0 5px;
}

#footerBottom .link a {
    font-size: 10px;
    line-height: 10px;
    color: #808080;
    display: inline-block;
    padding: 3px;
}

#footerBottom .link a:hover {
    background: #fff;
}

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

.foot-fixArea {
    position: fixed;
    z-index: 8998;
    width: 100%;
    min-width: 320px;
    background: #000;
    height: 60px;
    overflow: hidden;
    /* background: rgb(255, 139, 193);
    background: -moz-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(to right, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8bc1', endColorstr='#ffa784', GradientType=1); */
}

.foot-fix {
    position: relative;
    height: 100%;
}

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

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

.foot-fixArea .foot-fix a.pageTopBtn:active {
    background: #fff;
}

.foot-fixArea .fix-tel {
    display: block;
    width: 290px;
    padding: 10px 0 10px 10px;
}

.foot-fixArea .fix-tel a {
    display: block;
}

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

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