@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: #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 {
    position: relative;
    min-width: 1040px;
    width: 100%;
    height: 100%;
}

#allWrap.topBody {
    position: relative;
    background-color: #fff;
}

#allWrap.companionBody {
    position: relative;
    background-color: #fff;
}

#allWrap.profileBody {
    position: relative;
    background-color: #fff;
}

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

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

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

.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 {
    height: 24px;
    width: 61px;
}

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

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

.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: 1040px;
    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)
}

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

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

#footer dt {
    width: 220px;
    /* position: relative;
    margin: -20px auto 0 auto; */
    position: absolute;
    top: -33px;
    left: 10px;
}

#footer dt img {
    width: 100%;
}

#footer dd.footerInfo,
#footer dd.footerMenu {
    margin: 10px 0 10px auto;
    position: relative;
}

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

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

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

}

#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;
    justify-content: flex-end;
}

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

#footer dd.footerMenu ul li a {
    display: inline-block;
    padding: 0 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: #9a8a65;
    text-decoration: underline;
}

#footer dd.footerMenu ul li a span {
    color: #717171;
    font-family: 'FunctionsPro', sans-serif;
    font-size: 12px;
    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 {
    color: #717171;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: 'FunctionsPro', sans-serif;
    text-align: center;
}

.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;
    z-index: 8998;
    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: 300px;
    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: 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;
    line-height: 140%;
}

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

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

.swiper-slide span.swiper-inner {
    display: block;
    background: rgb(255, 228, 218);
    background: -moz-linear-gradient(90deg, rgba(255, 228, 218, 1) 0%, rgba(255, 220, 236, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 228, 218, 1) 0%, rgba(255, 220, 236, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 228, 218, 1) 0%, rgba(255, 220, 236, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4da", endColorstr="#ffdcec", GradientType=1);
        padding: 5px;
    position: relative;
    /* box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.4) inset; */

}

.swiper-slide span.swiper-inner a{
    display: block;
    background: #fff;
    padding: 0;
}

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