body {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #000;
    /*    overflow: auto;*/
    /*    animation: fadeInBody 2s ease 0s 1 normal !important;*/
    /*
    background-color: #eee;
    background: linear-gradient(-45deg, #FFB080, #FFB1CA, #CFBAFF, #89E5F8, #98eb8a, #FFE279) fixed;
    background-size: cover cover;
    animation: gradation 10s infinite;
*/
}

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

#allWrap.topBody {
    position: relative;
    background-image: url(/pc/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(/pc/img/bg.jpg);
    background-repeat: repeat;
}

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

#allWrap.gravurePageBody {
    position: relative;
}

#allWrap.gravureBody {
    position: relative;
}

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

#allWrap.movieBody {
    position: relative;
}

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

#content-wrap {}

#content-wrap.out {}


#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;
/*    box-shadow: 0 6px 8px rgba(0,0,0,0.5);*/
}

/*

#header-bg-Wrap.change {
    top: -90px;
}
*/


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

    #header-bg-Wrap .logo {
        max-width: 270px;
        min-width: 230px;
        width: 100%;
        overflow: hidden;
        opacity: 1;
            position: absolute;
    top: 50%;
    left: 2%;
    transform: translate(0,-50%);
    }

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

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

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

#header.open {}

.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;
    transition: 0.3s ease;
    opacity: 1;
}

#contents {
    position: relative;
    padding: 150px 0 100px 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;
}

#footerTop {
    width: 100%;
    padding: 5px 0 5px 5px;
}

.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;
    text-align: center;
    width: 100%;
    z-index: 8998;
    background: #000;
    padding: 10px 0 0 0;
    /*border-top: 10px solid rgba(255, 192, 203, 1);*/
}

/*
#footerWrap:before{
    content: "";
    position: absolute;
    height: 4px;
    width: 100vw;
    top: -4px;
    left: 0;
    background: #ff7ba0;
}
*/
/*
#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: 100px;
    width: 100%;
    background: url(/pc/img/footer_frame.svg) no-repeat 50% 0;
    position: relative;
    background-size: cover;
    z-index: 8997;
    display: none;
}

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

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

#footer dt {
    width: 400px;
    margin: 0 auto;
}

#footer dt img {
    width: 100%;
}

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

#footer dd.footInfo {
    font-size: 16px;
    display: inline-block;
    text-align: center;
    line-height: 26px
}

#footer dd span.infomationTitle {
    font-family: 'FunctionsPro', serif;
    display: inline-block;
    background: #ccc;
    color: #000;
    font-size: 20px;
    line-height: 1;
    padding: 1px 4px;
    margin: 0 5px 0 20px;
}

#footer dd.footInfo a {
    font-family: 'FunctionsPro', serif;
    color: #ccc;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
}

#footer dd ul.footerMenu {
    position: relative;
    margin: 20px 20px 0 0;
    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: #ccc;
    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: #ccc;

}

#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 {
    color: #ccc;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: 'FunctionsPro', serif;
    text-align: right;
    padding: 0 40px 0 0;
}

.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: #e5e5e5;*/
    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;
}

.foot-fix {
    position: relative;
}

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

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

.foot-fixArea a.pageTopBtn:hover {
    padding-bottom: 10px;
}
.foot-fixArea .fix-tel {
    display: block;
    width: 280px;
    margin: 10px 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: 900px;
        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;
    }
}

.lightbox dl {}

.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: 40px;
    color: #000;
    display: inline-block;
}

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

.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%;
    font-size: 14px;
}

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: 26%;
    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 span {
    /* font-family: "Alice", "Noto sans JP", sans-serif; */
    font-size: 20px;
    display: block;
    line-height: 120%;
    letter-spacing: 0;
}

table.disTable tr td.td1,
table.disTable tr td.td3 {
    text-align: center;
    font-size: 24px;
    padding: 15px 0 15px 0;
    line-height: 140%;
    width: 35%;
    border-bottom: 1px solid #ccc;
}

table.disTable tr td.td1 span {
    display: inline-block;
    font-size: 20px;
}

table.disTable tr td.td3 {
    border-right: 1px solid #ccc;
}

table.disTable tr td.td3 span {
    display: inline-block;
    color: red;
    font-size: 24px;
}

table.disTable tr td.td3 span b{
    display: block;
    font-size: 13px;
    text-align: left;
}
table.disTable tr td.td2 {
    text-align: center;
    font-size: 20px;
    padding: 15px 0 15px 0;
    line-height: 140%;
    width: 4%;
    border-bottom: 1px solid #ccc;
}

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: 20px;
}

table.disTable tr td span {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 120%;
    letter-spacing: 0;
}

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

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

