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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 1;
    }
}

html {
    min-height: 100%;
}

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

    /*
    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);
    */
}

.contentsLogo {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 22%;
    max-width: 240px;
    min-width: 200px;
    z-index: 101;
}

.contentsLogo a {
    display: block;
    position: relative;
}

.contentsLogo a img {
    width: 100%;
}

.contentsLogo a .logoH1,
.contentsLogo2 a .logoH1 {
    position: absolute;
    top: 52px;
    right: 50px;
    text-align: center;
    line-height: 1;
    font-size: 10px;
    white-space: nowrap;
    width: 220px;
    background: rgb(255, 139, 193);
    background: -moz-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(255, 167, 132, 0);
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
    overflow: hidden;
    font-family: "Noto Serif JP", serif;
    font-style: italic;
    padding: 0 0 2px 0;
}

.contentsLogo2 {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 270px;
    z-index: 101;
}

.contentsLogo2 a {
    display: block;
    position: relative;
}

.contentsLogo2 a img {
    width: 100%;
}

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

#allWrap.topBody {
    position: relative;
    background-image: url(/pc/img/bg.jpg);
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 300px auto;
    background-color: #000;
}

#allWrap.companionBody {
    position: relative;
    background-image: url(/pc/img/bg.jpg);
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 300px auto;
    background-color: #000;
}

#allWrap.profileBody {
    position: relative;
    background-image: url(/pc/img/bg.jpg);
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 300px auto;
    background-color: #000;
}

#allWrap.systemBody {
    position: relative;
    background-image: url(/pc/img/bg.jpg);
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 300px auto;
    background-color: #000;
}

@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;
    margin: 0 0 30px 0;
}

.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,
.breadcrumb_list li b {
    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;
    margin: 0 auto 0 auto;
}

#foot-frame {
    height: 140px;
    width: 140px;
    background-color: #000;
    position: absolute;
    top: -70px;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, 0);
    padding: 20px 20px 0 20px;
}

#foot-frame img {
    width: 100%;
    animation: rotate-anime 5s ease-in-out infinite;
}

@keyframes rotate-anime {
    0% {
        transform: rotateY(0);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

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

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

#footer dt {
    width: 270px;
    position: relative;
    margin: 20px auto 0 auto;
}

#footer dt img {
    width: 100%;
}

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

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

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

#footer dd.footerInfo ul li {
    font-family: 'FunctionsPro', sans-serif;
    color: #717171;
    display: block;
    margin: 10px 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-top: 40px;
}

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

#footer dd.footerMenu ul li a {
    display: block;
    padding: 0 12px;
    color: #717171;
    border-right: 1px solid #2a2a2a;
    margin: 4px 0;
}

#footer dd.footerMenu ul li:nth-of-type(3n) a {
    border-right: 0px;
}

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

#footer dd.footerMenu ul li a.active span {
    color: #9a8a65;
    text-decoration: line-through;
}

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

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

#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 b {
    color: #717171;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: 'FunctionsPro', sans-serif;
    text-align: center;
    display: inline-block;
    line-height: 140%;
}

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

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

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

#footerBottom .link i {
    font-size: 10px;
    display: inline-block;
    line-height: 1;
}

#footerBottom .link a {
    font-size: 10px;
    line-height: 1;
    color: #808080;
    display: inline-block;
    margin: 0 0 0 5px;
}

.foot-fixArea {
    position: fixed;
    z-index: 8000;
    width: 100%;
    background: #000;
    height: 60px;
    overflow: hidden;
}

.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: 20px;
    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:hover {
    background: #fff;
}

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

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

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

@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: 94%;
        margin: 0 auto;
        background: #f9f9f9;
        cursor: auto;
        border-radius: 5px;
        margin: 50px 0;
        padding: 80px 20px 30px 20px;
    }

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

.lightbox dl {
    position: relative;
}

.lightbox dl dt {
    border-radius: 20px;
    overflow: hidden;
}

.lightbox dl dt img {
    width: 100%;
}

.lightbox dl dd.disTit {
    position: relative;
    margin: 20px 0;
}

.lightbox dl dd.disTit b {
    font-family: "Noto serif JP", serif;
    font-size: 36px;
    color: #d40000;
    display: inline-block;
    line-height: 110%;
    letter-spacing: -1px;
}

.lightbox dl dd.disBody {
    padding: 10px 0 0 0;
    line-height: 140%;
    font-size: 12px;
    text-align: left;
}

.lightbox dl dd.eventBody {
    line-height: 140%;
    font-size: 18px;
    text-align: left;
    font-family: "Noto serif JP", serif;
}

table.disTable {
    position: relative;
    border-collapse: separate;
    width: 100%;
    padding: 10px 0 0 0;
}

table.disTable tbody {
    width: 100%;
    height: 100%;
}

table.disTable tr th {
    padding: 20px 0 20px 0;
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 40%;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    background-color: #ececec;
}

table.disTable tr th.tht {
    padding: 10px 0;
    border-top: 1px solid #ccc;
}

table.disTable tr th.tht span {
    display: block;
    font-size: 14px;
}

table.disTable tr th span {
    font-size: 20px;
    display: block;
    line-height: 120%;
    letter-spacing: 0;
}

table.disTable tr td {
    text-align: center;
    padding: 15px 0 15px 0;
    line-height: 140%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: block;
    width: 60%;
    display: table-cell;
}

table.disTable tr td span {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 120%;
    letter-spacing: 0;
    width: 100%;
    display: block;
    padding: 5px 0;
}

table.disTable tr td.tdt {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

table.disTable tr td.tdt span {
    font-size: 14px;
    display: block;
}


table.disTable tr td span.tdeco {
    position: relative;
    text-decoration: line-through;
}

.swiper-slide span.ss-inner {
    display: block;
    background: rgb(218, 68, 83);
    background: -moz-linear-gradient(left, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    background: linear-gradient(to right, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8bc1', endColorstr='#ffa784', GradientType=1);
    padding: 1px;
    position: relative;
    padding: 2px;
}

.swiper-slide span.tf-TL {
    background-image: url(/pc/img/name_frame_TL.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    overflow: hidden;
}

.swiper-slide span.tf-TR {
    background-image: url(/pc/img/name_frame_TR.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    right: 4px;
    display: block;
    overflow: hidden;
}

.swiper-slide span.tf-BR {
    background-image: url(/pc/img/name_frame_BR.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 4px;
    right: 4px;
    display: block;
    overflow: hidden;
}

.swiper-slide span.tf-BL {
    background-image: url(/pc/img/name_frame_BL.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 4px;
    left: 4px;
    display: block;
    overflow: hidden;
}

.swiper-slide span img {
    width: 100%;
}