@font-face {
    font-family: 'gothic';
    src: url('/fonts/gothic.eot');
    src: local('gothic'), url('/fonts/gothic.woff') format('woff'), url('/fonts/gothic.ttf') format('truetype');
}

@font-face {
    font-family: "tsukua";
    src: url("/fonts/tsukua_web.eot?") format('eot'),
        url("/fonts/tsukua_web.woff2") format('woff2'),
        url("/fonts/tsukua_web.woff") format('woff');
}

* {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    /*    font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;*/
    font-family: "tsukua", "メイリオ", Meiryo, sans-serif;
    font-weight: normal;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
font-family: "Noto Sans JP", sans-serif;
*/

a {
    text-decoration: none;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
    overflow: hidden;
}

.clearfix {
    display: block;
}

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

html,
body {
    height: 100%;
    width: 100%;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    border: none;

}

.list_effect {
    opacity: 0;
    filter: alpha(opacity=0);
    margin-bottom: 100px;
    transition: 1.2s ease-in-out;
}

.list_effect:hover {
    position: relative;
    z-index: 1;
}

.list_move {
    opacity: 1.0;
    filter: alpha(opacity=100);
    transition: 1.2s ease-in-out;
    margin-bottom: 0;
}

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 1;
    }
}

body {
    animation-name: bodyFadeIn;
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0.8s;
    animation-timing-function: ease;
    background-color: #fff;
}

/*
.topBG {
    background: url(/pc/img/bg2.jpg) repeat;
}

.contentsBG {
    background: url(/pc/img/bg2.jpg) repeat;
}

.companionBG {
    background: url(/pc/img/bg2.jpg) repeat;
}

.profileBG {
    background: url(/pc/img/bg2.jpg) repeat;
}

.gravureBG {}

.systemBG {
    background: url(/pc/img/bg2.jpg) repeat;
}

.mailBG {
    background: url(/pc/img/bg2.jpg) repeat;
}
*/
#allWrap {
    position: relative;
    min-width: 320px;
    width: 100%;
    overflow: hidden;

}

#wrap-inner {
    transition: 0.3s ease;
}

.fixed-hidden #wrap-inner {
    /* filter: blur(4px); */
    /* opacity: 0.6; */
}

.fixed-hidden #p-cover {
    /* filter: blur(4px); */
    /* opacity: 0.6; */
}

.fixed-hidden #topHeaderWrap {
    /* filter: blur(4px); */
    /* opacity: 0.6; */
}

.visible#wrap-inner {
    /*    opacity: 0.6;*/
}

#inner {}

#wrap {
    width: 100%;
    height: 100%;
}

#contents {
    position: relative;
    min-height: 1080px;
    padding: 20px 0 100px 0;
}

.fixed-hidden #mobile-head {
    position: fixed;
    left: 5px;
    top: 5px;
    z-index: 9800;
    height: 69px;
    width: 69px;
    visibility: visible;
}

#mobile-head {
    position: fixed;
    left: 5px;
    top: 5px;
    z-index: 9800;
    height: 69px;
    width: 69px;
    background: #f4c1c4;
    border: 2px solid #fff;
    border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
}

#mobile-head.smh {
    background: #f4c1c4;
    border: 2px solid #fff;
    border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
}

body#profileBody.fixed-hidden #mobile-head {
    background: #fff;
}

body#profileBody.fixed-hidden #mobile-head:hover {}

#mobile-head #menuToggle .HeadeMenuText::before {
    content: "OPEN";
    display: block;
    position: absolute;
    text-align: center;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-family: 'gothic', sans-serif;
    font-size: 12px;
    transition: .35s ease-in-out;
}

#mobile-head.smh #menuToggle .HeadeMenuText::before {
    content: "OPEN";
    display: block;
    position: absolute;
    text-align: center;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-family: 'gothic', sans-serif;
    font-size: 12px;
    transition: .35s ease-in-out;
}

#mobile-head #menuToggle .HeadeMenuText::after {
    content: "";
}

#mobile-head #menuToggle.t-open .HeadeMenuText::before {
    content: "CLOSE";
    display: block;
    position: absolute;
    left: 50%;
    top: 44px;
    transform: translateX(-50%);
    color: #fff;
    font-family: 'gothic', sans-serif;
    font-size: 12px;
    transition: .35s ease-in-out;
}

#mobile-head #menuToggle.t-open .HeadeMenuText::after {
    content: "";
}

.open .HeadeMenuText {
    color: #fff;
}

#mobile-head #menuToggle {
    height: 69px;
    cursor: pointer;
    padding: 18px 12px 12px 12px;
}

#mobile-head #menuToggle p {
    position: relative;
}

#mobile-head #menuToggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 1px;
}

#mobile-head.smh #menuToggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 1px;
}

#mobile-head #menuToggle span:nth-child(1) {
    top: 0;
}

#mobile-head #menuToggle span:nth-child(2) {
    top: 8px;
    width: 70%;
}

#mobile-head #menuToggle span:nth-child(3) {
    top: 16px;
}

#mobile-head #menuToggle {
    display: block;
}

#mobile-head #menuToggle.t-open {
    margin-top: 0 !important;
    height: 69px;
    width: 69px;
    overflow: hidden;
    background: transparent;
}

#mobile-head #menuToggle.t-open span {
    width: 100%;
}

#mobile-head #menuToggle.t-open span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

#mobile-head #menuToggle.t-open span:nth-child(2) {
    width: 0;
    left: 50%;
    background: #fff;
    opacity: 0;
}

#mobile-head #menuToggle.t-open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
}

#mobile-head #menuToggle.t-open:hover p span:nth-child(1) {
    top: 8px;
}

#mobile-head #menuToggle.t-open:hover p span:nth-child(3) {
    top: 8px;
}

.menu_wrap_effect {
    opacity: 0;
    visibility: hidden;
}

.menu_wrap_move {
    opacity: 1;
    visibility: visible;
}

#m-wrap {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: visible;
    overflow-x: hidden;
    overflow-y: auto;
    transition-delay: 0.2s;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    opacity: 1;
    padding: 100px 0;
    transform: translate3d(0, -100%, 0);

    /* background-image: url(/sp/img/footer_bg.jpg);
    background-position: 50% 0;
    background-repeat: repeat; */
    background-color: rgba(255,255,255,0.95);
    z-index: 9500;
    -webkit-overflow-scrolling: touch
}

#m-wrap.open {
    visibility: visible;
    opacity: 1;
    position: fixed;
    height: 100vh;
    width: 100%;
    transform: translate3d(0, 0, 0);
    left: 0;
    bottom: 0;
}

#m-wrap.open .m-inner {
    max-width: 100%;
    height: 100vh;
    margin: 0 auto 50px auto;
}

.m-logo {
    width: 240px;
    margin: 0 auto;
}

.m-logo img {
    width: 100%
}

#m-wrap.open .mc {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    height: 100%;
}

#m-wrap.open .m-inner table.header-tel {
    margin: 0 auto 10px auto;
    border-collapse: collapse;

}

#m-wrap.open .m-inner table.header-tel {}

#m-wrap.open .m-inner table.header-tel tr th {
    width: 30px;
}

#m-wrap.open .m-inner table.header-tel tr th img {
    width: 100%;
}

#m-wrap.open .m-inner table.header-tel tr td {
    padding: 0 0 2px 6px;

}

#m-wrap.open .m-inner table.header-tel tr td a {
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
}

#m-wrap.open .m-inner table.header-tel tr td span.openTime {
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-align: left;
    padding-left: 2px;
    display: block;
}

#m-wrap.open .menu-list {}

.menu-list {
    position: relative;
    width: 90%;
    margin: 20px auto 20px auto;
    padding-bottom: 10px;
    height: 100%;
    /* border-bottom: 1px dashed #fff; */
}

.menu-list li {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 2px 0;
}

.menu-list li a {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    padding: 2px 20px;
    margin: 0 2px;
}

.menu-list li a span.en {
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #93777a;
    font-family: "Alice", sans-serif;
    font-weight: 500;
    font-size: 24px;
    opacity: 1;
    padding: 5px 0px;
    letter-spacing: 0;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    transform: skewX(-8deg);
}

.menu-list li a.active span.en::before {
    content: "★";
    line-height: 1;
    vertical-align: middle;
    font-size: 16px;
}

.menu-list li a.active span.en,
.menu-list li a.active span.ja {
    color: #685456;
}

.menu-list li a span.ja {
    display: block;
    font-size: 13px;
    line-height: 1;
    overflow: hidden;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
    font-weight: 500;
    color: #e41378;
    transform: translateY(-50%);
    margin-top: 2px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

/***************************fixMenu***********************************/

.fix-headerWrap {
    height: 77px;
    margin-top: -77px;
    top: 0;
    left: 0;
    background-color: #FF7BA0;
    width: 100%;
    position: fixed;
    border-bottom: 4px solid #E2B999;
}

.fix-headerWrap .fix-header {
    position: relative;
    height: 73px;
    border-bottom: 4px solid #fff;
}

.fixMenu {
    top: 77px;
    left: 0;
    height: 77px;
    z-index: 9001;
    width: 100%;
    transition-delay: 0;
    transition-duration: 0.6s;
    transition-timing-function: ease;
    transform: translateY(-100%);
    display: block;
}

.fix-headerWrap .fix-header .fixHeadVisual {
    background-image: url(/pc/img/header_visual.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover 100%;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 120px;
    width: 300px;
}

.showHeader {
    transform: translateY(0);
}

.fixed-hidden .fix-headerWrap {
    transform: translateY(0);
}

.fix-headerWrap .fix-header .fix-logo {
    position: absolute;
    bottom: 26px;
    left: 50%;
    width: 190px;
    transform: translateX(-50%);
}

.fix-headerWrap .fix-header .fix-logo img {
    width: 100%;
}

.fix-menuWrap {
    position: relative;
    height: 89px;
}

@media print {
    .hide-from-print {
        display: none;
    }
}

.header {}

.header--fixed {
    position: fixed;
    z-index: 9999;
    right: 0;
    left: 0;
    top: 0px;
}

.headroom {
    transition: transform 0.3s ease;
    will-change: transform;
}

.headroom--pinned {
    transform: translateY(0);
}

.headroom--unpinned {
    /*    transform: translateY(-69px);*/
    transform: translateY(-100%);

}

[hidden] {
    display: none
}

.header header--fixed hide-from-print {
    position: absolute;
    height: 100%;
}

/*
#contentsHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1240px;
    height: 135px;
    z-index: 9000;
    transition: 0.6s ease;
    opacity: 1;
    background-image: url(/pc/img/contents_header_bg.svg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 1920px auto;
}
*/
#menu-inner {}

#contentsHeader {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9000;
    transition: 0.5s ease;
    opacity: 1;
}

#ribbon {
    position: absolute;
    width: 160px;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}

#ribbon img {
    width: 100%;
}

#ribbon2 {
    position: absolute;
    width: 160px;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
}

#ribbon2 img {
    width: 100%;
}

.fixed-hidden #contentsHeader {
    margin-top: -0;
}

#contentsHeader.is-animation {}

#header {
    position: relative;
}

#logo {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 180px;
}

#menuWrap {
    width: 100%;
    overflow: auto;
    height: 73px;
}

.menu_list_effect {
    opacity: 0;
    transform: scale(0.2);
}

.menu_list_move {
    opacity: 1;
    transition-delay: 0.8s;
    transform: scale(1);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(1) {
    transition-duration: 0.1s;
}

li.menu_list_move:nth-child(2) {
    transition-duration: 0.2s;
}

li.menu_list_move:nth-child(3) {
    transition-duration: 0.3s;
}

li.menu_list_move:nth-child(4) {
    transition-duration: 0.4s;
}

li.menu_list_move:nth-child(5) {
    transition-duration: 0.4s;
}

li.menu_list_move:nth-child(6) {
    transition-duration: 0.3s;
}

li.menu_list_move:nth-child(7) {
    transition-duration: 0.2s;
}

li.menu_list_move:nth-child(8) {
    transition-duration: 0.1s;
}

li.menu_list_move:nth-child(9) {
    transition-duration: 0.9s;
}

li.menu_list_move:nth-child(10) {
    transition-duration: 1s;
}

.loginOpenBtn2 {
    position: absolute;
    top: 83px;
    right: 7px;
    cursor: pointer;
}

.loginOpenBtn2 a {
    display: block;
    position: relative;
    text-align: center;
    padding: 5px 8px;
    background-color: #fff;
    border: 2px solid #FF7BA0;
    transition: 0.3s ease;
}


.loginOpenBtn2 a span b {
    display: block;
    color: #FF7BA0;
    font-size: 12px;
    position: relative;
    font-weight: 600;
    transition: 0.3s ease;
}

.loginOpenBtn {
    position: absolute;
    top: 82px;
    right: 5px;
    cursor: pointer;
}

.loginOpenBtn a {
    display: block;
    position: relative;
    text-align: center;
    padding: 5px 8px;
    background-color: #fff;
    border: 2px solid #FF7BA0;
    transition: 0.3s ease;
}

.loginOpenBtn span {
    display: block;
    color: #FF7BA0;
    font-size: 12px;
    position: relative;
    font-weight: 600;
    transition: 0.3s ease;
}

.loginOpenBtn a:hover span {
    color: #fff;
}

/*
.loginOpenBtn a:after {
	content: '';
	width: 100%;
	transition: all 0.3s ease;
	background-color: #FF7BA0;
	display: block;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.loginOpenBtn a:hover:after {
	width: 100%;
    height: 100%;
	background-color: #FF7BA0;
}
*/
#loginFormArea {
    position: relative;
}

dl.loginForm {
    position: relative;
    text-align: center;
    padding: 80px 20px;
}

dl.loginForm dt {
    font-family: "Fredericka the Great", "Noto Sans JP", sans-serif;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 3px double #ffcdd5;
    color: #ff6d96;
}

.loginTxtWrap {
    max-width: 480px;
    margin: 0 auto;
    display: block;
}

dl.loginForm dd {
    margin-bottom: 10px;
}

dl.loginForm dd.formTxtArea input[type="text"] {
    width: 80%;
    margin: 0 auto;
    padding: 14px 20px;
    background: #fff;
    border: 2px solid #ffcdd5;
    text-align: center;
    font-size: 16px;
    color: #87100c;
    border-radius: 24px;
}

dl.loginForm dd.formTxtArea input[placeholder="ID"],
dl.loginForm dd.formTxtArea input[placeholder="PASSWORD"] {
    color: #555;
}

dl.loginForm dd.formTxtArea input[placeholder="ID"]:focus,
dl.loginForm dd.formTxtArea input[placeholder="PASSWORD"]:focus {
    border-color: #ffb8c2;
}

dl.loginForm dd.formTxtArea span {
    font-size: 20px;
    color: #87100c;
}

dl.loginForm dd.formBtnArea {
    text-align: right;
    margin-right: 10%;
}

dl.loginForm dd.formBtnArea input.button {
    background: #E2B999;
    width: 120px;
    padding: 14px 20px;
    cursor: pointer;
    color: #fff;
    font-family: "gothic", "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease-in-out;
    border-radius: 22px;

}

dl.loginForm dd.formBtnArea input.button:hover {
    background: #ff6d96;
    color: #fff;
}

dl.loginForm b.formNotice {
    position: relative;
    display: block;
    font-weight: normal;
    font-size: 10px;
    margin-top: 20px;
    color: #ff6d96;
}

.return {
    position: absolute;
    top: 10px;
    right: 10px;
}

input.returnButton {
    display: block;
    position: relative;
    text-align: center;
    padding: 5px 8px;
    background-color: #fff;
    border: 2px solid #FF7BA0;
    transition: 0.3s ease;
    color: #FF7BA0;
    font-size: 12px;
}

#footerWrap {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1000;
    /* background-image: url(/sp/img/footer_bg.jpg);
    background-position: 50% 0;
    background-repeat: repeat; */
    z-index: 7999;
    background: #FDE1E6;
}

#footerContainer {
    position: relative;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0 0 20px 0;
    text-align: center;
}

#footer {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 10px;
}

#footer dl {}

#footer dl dt {
    width: 240px;
    margin: 0 auto 20px auto;
}

#footer dl dt img {
    width: 100%;
}

#footer dl dd.info {
    font-family: "gothic", "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #93777a;
    overflow: hidden;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    padding: 5px 0;
}

#footer dl dd.fb {
    width: 80%;
    height: 1px;
    background: #93777a;
    margin: 20px auto;
}

#footer dl dd.info span.infomationTitle {
    font-family: "gothic", "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #93777a;
    margin-left: 16px;
    font-size: 14px;
}

#footer dl dd.info a {
    font-family: "gothic", "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #93777a;
    overflow: hidden;
    font-size: 24px;
    line-height: 1;
}

#footer dl dd.footerMenu {}

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

#footer dl dd.footerMenu ul li {
    position: relative;
    width: 50%;
}

#footer dl dd.footerMenu ul li a {
    display: block;
    margin: 10px 4px;

}

#footer dl dd.footerMenu ul li:nth-child(odd) a {
    border-right: 1px solid #ccc;
}

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

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

#footer dl dd.footerMenu ul li a span {
    color: #93777a;
    line-height: 1;
    padding: 5px 0;
    display: block;
    font-family: "gothic", "Noto Sans JP", sans-serif;
    font-size: 12px;
    vertical-align: middle;
    padding: 2px;
}

#footer dl dd.footerBorder {
    height: 6px;
    width: 100%;
    margin: 60px 0;
}

#footer dl dd p#copyRight {
    color: #93777a;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: "gothic", sans-serif;
    text-align: center;
    margin-top: 20px;
    line-height: 140%;
}

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

#footerBottom {
    position: relative;
    padding: 6px;
    text-align: left;
    color: #3e2c27;
}

#footerBottom span {
    display: block;
    overflow: hidden;
}

#footerBottom span a {
    display: block;
}


#footerBottom .link {
    font-size: 8px;
    color: #fff;
    margin: 0 5px;
}

#footerBottom .link a {
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    display: inline-block;
    padding: 3px 0;
}

.breadcrumb_list {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 10px 0;
}

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

.breadcrumb_list li a {
    display: block;
    color: #93777a;
    font-size: 12px;
    padding: 0 2px;
}


.breadcrumb_list li span {
    display: block;
    color: #93777a;
    font-size: 12px;
    padding: 0 2px;
    text-decoration: none;
}

.breadcrumb_list li b {
    color: #93777a;
    font-size: 12px;
    padding: 0 2px;
    text-decoration: underline;
}

.scroll-top {
    position: fixed;
    z-index: 7998;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 60px;
    background: #FDE1E6;
}

.scrollArea {
    position: relative;
}

#foot-ribbon {
    position: absolute;
    width: 160px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

#foot-ribbon img {
    width: 100%;
}

.scroll-top a.pageTopBtn {
    display: block;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 50px;
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
}

.scroll-top a.pageTopBtn img {
    width: 100%;
}

.scroll-top a span {
    color: #fff;
    font-size: 14px;
}

dl.foot-tel {
    position: absolute;
    left: 50%;
    top: 12px;
    transform: translateX(-52%);
}

dl.foot-tel dt span {
    display: block;
    width: 260px;
}

dl.foot-tel dt span img {
    width: 100%;
}

@media all {
    .featherlight {
        display: none;
        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-image: url(/pc/img/bg2.jpg);
        background-position: 50%; */
        background-color: #fff;
        z-index: 10001;
        cursor: default;
    }

    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100vh;
        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;
        cursor: auto;
        margin: 5px;
        /* border: 4px solid #d6ebff;
        border-radius: 240px 15px 100px 15px / 18px 200px 40px 185px; */
        overflow: hidden;
        background-color: #fff;
        /* background-image: url(/pc/img/login_bg.jpg); */
        background-repeat: repeat;
        padding: 60px 0px 40px 0;
    }

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

#darlingMorning dl {}

#darlingMorning dl dt img {
    width: 100%;
}

#darlingMorning dl dd.disTit {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 40px;
}

#darlingMorning dl dd.disBody {
    padding: 10px 0 0 0;
}

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

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

table.disTable tr {}

table.disTable tr th, table.disTable tr td{
    display: block;
    width: 100%;
}
table.disTable tr th {
    padding: 10px 0;
    font-size: 24px;
    /* border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc; */
    border-left: 4px solid #ccc;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
}

table.disTable tr th.tht {
    padding: 10px 0;
    background-color: #ccc;

}

table.disTable tr th span {
    /* font-family: "Alice", "Noto sans JP", sans-serif; */
    font-size: 24px;
    display: block;
    line-height: 120%;
}

table.disTable tr:nth-child(1n) th {
    background: #FFE7E9;
}

table.disTable tr:nth-child(2n) th {
    background: #EBE3F5;
}

table.disTable tr:nth-child(3n) th {
    background: #fbffce;
}

table.disTable tr th.tht {
    padding: 10px 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%;
    border-left: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
    display: block;
}

table.disTable tr td.td3 {
    border-bottom: 1px dashed #ccc;
    font-size: 30px;
    color: red;
}

table.disTable tr td.td3 span{
    font-size: 36px;
    color: red;
    font-weight: bold;
    letter-spacing: -1px;
}

table.disTable tr td.td2 {
    text-align: center;
    font-size: 20px;
    border-left: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
    margin: -10px 0;

}

table.disTable tr td.tdt {
    border-bottom: 1px dashed #ccc;

    padding: 10px 0;
}

table.disTable tr td.tdt:nth-child(2) {
    background: #EBE3F5;
}

table.disTable tr td.tdt:nth-child(3) {
    background: #fbffce;
}

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

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

table.disTable tr td a:hover {
    color: #e14456;
}

#reCharge dl {
    position: relative;
    max-width: 96%;
    margin: 0 auto;
}

#reCharge dl dt img {
    width: 100%;
}

#reCharge dl dd.disTit {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    margin: 30px 0 -10px 0;
}

#reCharge dl dd.subTxt{
    text-align: left;
    font-size: 14px;
}
#reCharge dl dd.chargeBody {
    padding: 10px 0 0 0;
    text-align: left;
}

#reCharge table.chargeTable {
    position: relative;
    border-collapse: separate;
    width: 100%;
    text-align: center;
}

#reCharge table.chargeTable tbody {
    width: 100%;
    height: 100%;
}

#reCharge table.chargeTable tr {}

#reCharge table.chargeTable tr th, #reCharge table.chargeTable tr td{
    display: block;
    width: 100%;
}
#reCharge table.chargeTable tr th {
    padding: 15px 0;
    font-size: 24px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
}

#reCharge table.chargeTable tr th.tht {
    padding: 10px 0;
    background-color: #ccc;
}

#reCharge table.chargeTable tr th span {
    /* font-family: "Alice", "Noto sans JP", sans-serif; */
    font-size: 24px;
    display: block;
    line-height: 120%;
}

#reCharge table.chargeTable tr:nth-child(1n) th {
    background: #FFE7E9;
}

#reCharge table.chargeTable tr:nth-child(2n) th {
    background: #EBE3F5;
}

#reCharge table.chargeTable tr:nth-child(3n) th {
    background: #fbffce;
}

#reCharge table.chargeTable tr th.tht {
    padding: 10px 0;
}

#reCharge table.chargeTable tr td.td0{
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;

}

#reCharge table.chargeTable tr td.td0{
    padding: 15px 0 15px 0;
}

#reCharge table.chargeTable tr td.td0 span b{
    display: block;
    font-size: 14px;
}
#reCharge table.chargeTable tr td.td1,
#reCharge table.chargeTable tr td.td3 {
    text-align: center;
    font-size: 24px;
    padding: 15px 0 15px 0;
    line-height: 140%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: block;
}

#reCharge table.chargeTable tr td.td3 {
    border-bottom: 1px solid #ccc;
    font-size: 30px;
    color: red;
}

#reCharge table.chargeTable tr td.td3 span{
    font-weight: bold;
}

#reCharge table.chargeTable tr td.td2 {
    text-align: center;
    font-size: 20px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: -10px 0;

}

#reCharge table.chargeTable tr td.tdt {
    border-bottom: 1px solid #ccc;

    padding: 10px 0;
}

#reCharge table.chargeTable tr td.tdt:nth-child(2) {
    background: #EBE3F5;
}

#reCharge table.chargeTable tr td.tdt:nth-child(3) {
    background: #fbffce;
}

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

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

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

#reCharge table.chargeTable tr td a:hover {
    color: #e14456;
}

#reCharge2 dl {
    position: relative;
    max-width: 96%;
    margin: 0 auto;
}

#reCharge2 dl dt img {
    width: 100%;
}

#reCharge2 dl dd.disTit {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    margin: 30px 0 10px 0;
}

#reCharge2 dl dd.subTxt{
    text-align: left;
    font-size: 14px;
}
#reCharge2 dl dd.chargeBody {
    padding: 10px;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;

}
#reCharge2 dl dd.chargeBody span{
    display: block;
    color: #ff5357;
    font-family: inherit;
    font-weight: bold;
    font-size: 2em;
    padding: 0 0 20px 0;
}

#reCharge2 dl dd.chargeBody span b{
    display: inline;
    color: #ff5357;
    font-weight: bold;
    font-family: inherit;
    font-size: 50%;
    padding: 0 5px 3px 0;
}

#reCharge2 dl dd.chargeBody strong{
    display: block;
    font-family: inherit;
    font-weight: bold;
    font-size: 1.5em;
}

#reCharge2 dl dd.chargeBody small{
    display: block;
    font-family: inherit;
    font-weight: bold;
    font-size: 1.5em;
    color: #ff5357;
    line-height: 0.9;
}

#reCharge2 table.chargeTable {
    position: relative;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

#reCharge2 table.chargeTable tbody {
    width: 100%;
    height: 100%;
}

#reCharge2 table.chargeTable tr {}

#reCharge2 table.chargeTable tr th, #reCharge2 table.chargeTable tr td{
    display: block;
    width: 100%;
}
#reCharge2 table.chargeTable tr th {
    padding: 10px 0;
    font-size: 24px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    margin-top: 3px;
}

#reCharge2 table.chargeTable tr th.tht {
    padding: 10px 0;
    background-color: #ccc;
}

#reCharge2 table.chargeTable tr th span {
    /* font-family: "Alice", "Noto sans JP", sans-serif; */
    font-size: 24px;
    display: block;
    line-height: 120%;
}

#reCharge2 table.chargeTable tr:nth-child(1n) th {
    background: #FFE7E9;
}

#reCharge2 table.chargeTable tr:nth-child(2n) th {
    background: #EBE3F5;
}

#reCharge2 table.chargeTable tr:nth-child(3n) th {
    background: #fbffce;
}

#reCharge2 table.chargeTable tr th.tht {
    padding: 10px 0;
}

#reCharge2 table.chargeTable tr td.td0{
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;

}

#reCharge2 table.chargeTable tr td.td0{
    padding: 10px 0 10px 0;
}

#reCharge2 table.chargeTable tr td.td0 span b{
    display: block;
    font-size: 14px;
}
#reCharge2 table.chargeTable tr td.td1,
#reCharge2 table.chargeTable tr td.td3 {
    text-align: center;
    font-size: 24px;
    padding: 10px 0 10px 0;
    line-height: 140%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: block;
}

#reCharge2 table.chargeTable tr td.td3 {
    border-bottom: 1px solid #ccc;
    font-size: 30px;
    color: red;
}

#reCharge2 table.chargeTable tr td.td3 span{
    font-weight: bold;
}

#reCharge2 table.chargeTable tr td.td2 {
    text-align: center;
    font-size: 20px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: -10px 0;

}

#reCharge2 table.chargeTable tr td.tdt {
    border-bottom: 1px solid #ccc;

    padding: 10px 0;
}

#reCharge2 table.chargeTable tr td.tdt:nth-child(2) {
    background: #EBE3F5;
}

#reCharge2 table.chargeTable tr td.tdt:nth-child(3) {
    background: #fbffce;
}

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

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

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

#reCharge2 table.chargeTable tr td a:hover {
    color: #e14456;
}


.imgs {
    width: 100%;
}

.systemTitle {
    position: relative;
    width: 1000px;
    background: transparent;
    border-left: solid 5px #f0264b;
    margin: 70px auto 20px 0;
}

.systemTitle span {
    color: #f0264b;
    font-family: 'Crimson Text', "���C���I", serif;
    font-size: 54px;
    line-height: 1;
    text-align: left;
    padding: 5px 10px;
    display: block;
}

.systemTitle span:first-letter {
    color: #fafafa;
    font-size: 80px;
}

.systemTitle b {
    font-size: 14px;
    line-height: 1;
    color: #f0264b;
    text-align: left;
    vertical-align: top;
    display: block;
    padding: 0 0 0 15px;
}