body {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #000;
    font-size: 15px;
}

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

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

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

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

#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;
    z-index: 9000;
}

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

#header-bg-Wrap .logo {
    max-width: 100px;
    min-width: 100px;
    width: 100%;
    overflow: hidden;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 15px;
    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%;
}

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

#contents {
    position: relative;
    min-height: 500px;
}

.contentsHeader {
    position: relative;
    width: 100%;
    height: 50vh;
    max-height: 500px;
    background-position: 50%;
    background-repeat: repeat;
    background-image: url(/pc/img/page_head01.jpg);
    background-size: cover;
}

.contentsHeader .contentsTitle {
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 40px;
    line-height: 1;
    width: 100%;
    display: block;
    text-align: center;
    color: #fafafa;
    letter-spacing: -1px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
    overflow: hidden;
}

.contentsHeader .contentsTitle:first-letter {
    font-size: 60px;
}

.contentsHeader .contentsTitle h1 {
    color: #fafafa;
    font-size: 15px;
    line-height: 1;
    font-family: "Noto Serif JP", serif;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
    margin-top: -5px;
}

.subTitle {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 50px 0 20px 0;
}

.subTitle span {
    text-align: center;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 36px;
    display: inline-block;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 0;
    padding: 2px;
    position: relative;
    /*    transform: skewX(-8deg);*/
}

.subTitle span::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -70px;
    width: 60px;
    height: 41px;
    background-image: url(/pc/img/title_frame_left.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.subTitle span::after {
    content: "";
    position: absolute;
    top: -5px;
    right: -70px;
    width: 60px;
    height: 41px;
    background-image: url(/pc/img/title_frame_right.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.subTitle b {
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 15px;
    display: block;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 4px;
    line-height: 1;
    margin-top: -5px;
}

@media all and (-ms-high-contrast: none) {
    .subTitle span {
        color: #a18861;
        background: none;
    }

    .subTitle b {
        color: #a18861;
        background: none;
    }
}

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

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

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

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

#footer dt img {
    width: 100%;
}

#footer dd ul.sicon {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
}

#footer dd ul.sicon li {}

#footer dd ul.sicon li a {
    display: block;
    background: #333333;
    border-radius: 50%;
    overflow: hidden;
    width: 46px;
    height: 46px;
    margin: 3px;
    transition: 0.3s ease;
}

#footer dd ul.sicon li a:hover {
    background: #fff;
}

#footer dd ul.sicon li a i {
    color: #000;
    line-height: 46px;
    font-size: 24px;
    transition: 0.3s ease;
}

#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 {
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: italic;
}

#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;
    overflow: hidden;
}

.foot-fix {
    position: relative;
}

.foot-fixArea .foot-fix a.pageTopBtn {
    display: block;
    transition: 0.3s ease;
    position: absolute;
    top: -10px;
    right: 0;
    text-align: center;
    height: 70px;
    width: 70px;
    background: rgba(0, 0, 0, 0.6);
}

.foot-fixArea .foot-fix a.pageTopBtn i {
    font-size: 30px;
    line-height: 70px;
    transition: 0.3s ease;
}

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

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

.foot-fixArea .fix-icon {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 10px 5px;
}

.foot-fixArea .fix-icon li {
    text-align: center;
}

.foot-fixArea .fix-icon li a {
    display: block;
    margin: 0 3px;
    background: #333333;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.foot-fixArea .fix-icon li a:hover {
    background: #fff;
}

.foot-fixArea .fix-icon li a i {
    font-size: 24px;
    line-height: 50px;
    transition: 0.3s ease;
}

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

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