@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: #000;
    animation: bodyFadeIn 0.8s ease-in-out 0s 1 normal;
}

#allWrap {
    width: 100%;
    overflow: hidden;
}

#allWrap.topBody {
    position: relative;
    background-image: url(/sp/img/bg.jpg);
    background-position: 50% 0;
}

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

#allWrap.companionBody {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #1e090c;
    background-image: url(/sp/img/bg.jpg);
    background-repeat: repeat;
}

#allWrap.profileBody {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(/pc/img/comment_bg.png) repeat;
}

#allWrap.gravurePageBody {
    position: relative;
}

#allWrap.gravureBody {
    position: relative;
}

#allWrap.systemBody {
    position: relative;
    background-color: #1e090c;
    background-image: url(/sp/img/bg.jpg);
    background-repeat: repeat;
}

#allWrap.movieBody {
    position: relative;
}

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

#header-bg-Wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    height: 80px;
    background-position: 50% 0;
    background-repeat: repeat-x;
    transition: 0.3s ease;
    background-color: #000;
    z-index: 9000;
}

#header-bg-Wrap .logo {
    width: 200px;
    overflow: hidden;
    opacity: 1;
}

#header-bg-Wrap #header-bg-inner {
    position: relative;
    width: 100%;
}

#header-bg-Wrap #header-bg-inner {
    height: 100%;
}

#header-bg-Wrap .logo {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translate(0, -50%);
}

#header-bg-Wrap .logo a {
    display: block;
}

#header-bg-Wrap .logo img {
    width: 100%;
}

#wrap {
    position: relative;
    transition: 0.3s ease;
    opacity: 1;
}

#contents {
    position: relative;
    padding: 130px 0 60px 0;
    min-height: 1000px;
}

#gravurePage-wrap {
    padding: 0 0 100px 0;
    width: 100%;
    overflow: hidden;
}

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

.breadcrumb_list {
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
    background: #141414;
}

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

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

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

#footerWrap {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 8998;
    background: #000;
}

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

#footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 680px;
    padding: 60px 10px 30px 10px;
}

#footer dt {
    width: 80%;
    max-width: 320px;
    margin: 0 auto;
}

#footer dt img {
    width: 100%;
}

#footer dd {
    font-family: 'FunctionsPro', sans-serif;
    color: #9f9f9f;
    overflow: hidden;
    font-size: 12px;
}

#footer dd.footInfo {
    font-size: 16px;
    text-align: center;
    line-height: 1;
    padding-top: 15px;
}

#footer dd span.informationTitle {
    font-family: 'FunctionsPro', sans-serif;
    display: block;
    background: #141414;
    color: #9f9f9f;
    font-size: 16px;
    line-height: 1;
    padding: 4px 0;
}

#footer dd.footInfo a,
#footer dd.footInfo b {
    color: #9f9f9f;
    display: block;
    font-size: 18px;
    line-height: 1;
    margin: 6px 0 0 0;
    text-align: center;
    transform: skewX(-6deg);
}

#footer dd ul.footerMenu {
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

#footer dd ul.footerMenu li {
    position: relative;
    text-align: center;
    justify-content: center;
    justify-items: center;
    width: 50%;
}

#footer dd ul.footerMenu li a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #141414;
}

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

#footer dd ul.footerMenu li b {
    color: #9f9f9f;
    font-weight: normal;
}

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

#footer dd ul.footerMenu li.indexPage a.active span {
    color: #9f9f9f;
}

#footer dd ul.footerMenu li a span {
    color: #9f9f9f;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 2px
}

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

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

#footer dd.footerBorder {
    background: url(/pc/img/footer_border.png) repeat;
    height: 6px;
    width: 100%;
    margin: 30px 0;
}

#footer dd#copyRight {
    text-align: center;
}

#footer dd#copyRight b {
    display: inline-block;
    line-height: 140%;
    color: #9f9f9f;
    font-size: 10px;
    font-family: 'FunctionsPro', sans-serif;
}

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

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

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

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

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

#footerBottom .link {
    font-size: 8px;
    color: #808080;
    margin: 3px 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;
}

.foot-fix {
    position: relative;
}

.foot-fixArea .foot-fix a.pageTopBtn {
    display: block;
    transition: 0.3s ease;
    width: 40px;
    position: absolute;
    bottom: 3px;
    right: 20px;
}

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

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

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

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

}

@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 dt {
    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: 32px;
    color: #000;
    display: inline-block;
    line-height: 110%;
}

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

.lightbox dl dd.disBody span {
    display: block;
    text-align: center;
    padding: 10px 0;
}

.lightbox dl dd.disBody b {
    position: relative;
    display: inline-block;
    color: red;
    font-size: 24px;
    line-height: 160%;
    padding: 0 5px;
}

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

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

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

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

table.disTable tr {}

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 span b {
    display: block;
    font-size: 13px;
    color: #212121;
}

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

table.disTable tr td a {
    text-align: left;
    line-height: 1;
    transition: 0.3s ease;
    display: inline-block;
}