@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: cubic-bezier(0.550, 0.055, 0.675, 0.190);

    /*
    -webkit-animation: bodyFadeIn 0.8s ease-in-out 0s 1 normal;
    -moz-transition: bodyFadeIn 0.8s ease-in-out 0s 1 normal;
    -o-transition: bodyFadeIn 0.8s ease-in-out 0s 1 normal;
*/

    /*
    animation: bodyFadeIn 0.8s ease-in-out 0s 1 normal;
    -webkit-animation: bodyFadeIn 0.8s ease-in-out 0s 1 normal;
    -moz-transition: bodyFadeIn 0.8s ease-in-out 0s 1 normal;
    -o-transition: bodyFadeIn 0.8s ease-in-out 0s 1 normal;
*/
}

.topBG {
    background-color: #fff;

}

.contentsBG {}

.companionBG {
    background-color: #fff;
    background-position: 50% 0;
    /* background-image: url(/pc/img/bg2.jpg); */
    /* background-image: url(/pc/img/sample_bg.jpg); */
    /* background: #fde0e4;
background: -moz-linear-gradient(top,  #fde0e4 0%, #ec9190 100%);
background: -webkit-linear-gradient(top,  #fde0e4 0%,#ec9190 100%);
background: linear-gradient(to bottom,  #fde0e4 0%,#ec9190 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde0e4', endColorstr='#ec9190',GradientType=0 ); */

    background-size: 100px auto;
    background-repeat: repeat;
}

.profileBG {
    background-color: #fff;
    background-position: 50% 0;
    background-image: url(/pc/img/bg2.jpg);
    background-repeat: repeat;
}

.gravureBG {
    background-color: #fff;
    background-position: 50% 0;
    background-image: url(/pc/img/bg2.jpg);
    background-repeat: repeat;
}

.movieBG {
    background-color: #fff;
    background-position: 50% 0;
    background-image: url(/pc/img/bg2.jpg);
    background-repeat: repeat;
}

.systemBG {
    background-color: #fff;
    background-position: 50% 0;
    background-image: url(/pc/img/bg2.jpg);
    background-repeat: repeat;
}

.mailBG {
    background-color: #fff;
    background-position: 50% 0;
    background-image: url(/pc/img/bg2.jpg);
    background-repeat: repeat;
}

dl.prof-headerTel {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-top: 20px;
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
}

dl.prof-headerTel dt span {
    font-family: "gothic", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    background: #00001f;
    margin: 0 5px 0 0;
    display: inline-block;
    padding: 2px;
}

dl.prof-headerTel dt b {
    font-family: "gothic", sans-serif;
    font-weight: 400;
    font-size: 27px;
    line-height: 1;
    color: #00001f;
    letter-spacing: 0;
    display: inline-block;
}

dl.prof-headerTel dd {
    text-align: center;
    margin-top: -5px;
    padding-left: 48px;
}

dl.prof-headerTel dd span {
    font-family: "gothic", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #00001f;
    margin: 0 5px 0 0;
    display: inline-block;
    padding: 2px;
    letter-spacing: 0;
}

dl.prof-headerTel dd b {
    font-family: "gothic", sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1;
    color: #00001f;
    letter-spacing: 0;
    display: inline-block;
}

#allWrap {
    position: relative;
    opacity: 1;
    min-width: 1000px;
    /*
    animation-name: bodyFadeIn;
    animation-delay: 0;
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
*/

    /*
    animation: bodyFadeIn 0.8s ease-in-out 0s 1 normal;
    -webkit-animation: bodyFadeIn 0.8s ease-in-out 0s 1 normal;
    -moz-transition: bodyFadeIn 0.8s ease-in-out 0s 1 normal;
    -o-transition: bodyFadeIn 0.8s ease-in-out 0s 1 normal;
*/

}

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

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

#inner {}

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

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

@media only screen and (min-width:1260px) {
    #mobile-head.resMenu {
        /*        display: none;*/
        visibility: hidden;
    }

    #m-wrap {
        display: none;
        visibility: hidden;
    }
}

/*
.fixed-hidden #wrap-inner {
    filter: blur(4px);
    opacity: 0.6;
}
*/
.fixed-hidden #mobile-head {
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 9800;
    height: 69px;
    width: 80px;
    visibility: visible;
}

#mobile-head {
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 9800;
    /*    background: url(/pc/img/menu_bg.svg);*/
    height: 69px;
    width: 80px;
    overflow: hidden;
}

body#profileBody.fixed-hidden #mobile-head {
    background: #e41378;
    /*    border-radius: 50%;*/
}

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

#menuToggle .HeadeMenuText::before {
    content: "OPEN";
    display: block;
    position: absolute;
    right: 23px;
    top: 38px;
    color: #93777a;
    font-family: 'gothic', sans-serif;
    font-size: 12px;
    transition: .35s ease-in-out;
}

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

#mobile-head.smh #menuToggle .HeadeMenuText::before {
    content: "OPEN";
    display: block;
    position: absolute;
    text-align: center;
    right: 23px;
    top: 38px;
    color: #fff;
    font-family: 'gothic', sans-serif;
    font-size: 12px;
    transition: .35s ease-in-out;
}

/**/
#menuToggle .HeadeMenuText::after {
    content: "";
}

#menuToggle.t-open .HeadeMenuText::before {
    content: "CLOSE";
    display: block;
    position: absolute;
    right: 22px;
    top: 42px;
    color: #93777a;
    font-family: 'gothic', sans-serif;
    font-size: 11px;
    transition: .35s ease-in-out;
}

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

.HeadeMenuText:hover {
    text-shadow: 0 0 4px #fafafa;
}

.open .HeadeMenuText {
    color: #fff;
}

#menuToggle {
    height: 100px;
    cursor: pointer;
    padding: 16px 22px 22px 22px;
}

#menuToggle p {
    position: relative;
}

#menuToggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #93777a;
    left: 0;
    -webkit-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;
    transition: .3s ease-in-out;
    border-radius: 1px;
}

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

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

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

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

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

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

#menuToggle:hover p span:nth-child(1) {
    /*    top: -2px;*/

}

#menuToggle:hover p span:nth-child(2) {
    /*    top: -2px;*/
    width: 100%;
}

#menuToggle:hover p span:nth-child(3) {
    /*    top: 18px;*/
}

#mobile-head.smh #menuToggle:hover p span:nth-child(1) {}

#mobile-head.smh #menuToggle:hover p span:nth-child(2) {
    width: 100%;
}

#mobile-head.smh #menuToggle:hover p span:nth-child(3) {}

#menuToggle {
    display: block;
}

#menuToggle.t-open {
    margin-top: 0 !important;
    height: 89px;
    overflow: hidden;
}

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

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

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

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

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

.menu_wrap_effect {
    opacity: 0;
    transform: scale(2);
    visibility: hidden;
}

.menu_wrap_move {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

#m-wrap {
    height: 100%;
    width: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    overflow-x: hidden;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    opacity: 1;
    background: rgba(255, 255, 255, 0.8);
    padding-top: 80px;
    transform: translateY(-100%);
}

#m-wrap.open {
    visibility: visible;
    opacity: 1;
    position: fixed;
    z-index: 8000;
    transform: translateY(0%);
}

#m-wrap.open .m-inner {
    max-width: 100%;
    margin: 0 auto 50px auto;
    transition: 0.3s ease;
}

#m-wrap.open .mc {
    width: 500px;
    margin: 0 auto;
}

#m-wrap .m-logo {
    width: 260px;
    margin: 100px auto 10px auto;
}

#m-wrap.open .m-logo {}

#m-wrap.open .m-ogo img {
    width: 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;
}

.menu-list {
    padding: 10px 20px 20px 20px;
    transform: scale(1.2);
    opacity: 0;
}

#m-wrap.open .menu-list {
    transform: scale(1);
    opacity: 1;
}

.menu-list {
    position: relative;
    width: 99.9%;
    margin: 20px auto 0 auto;
    transition: 0.3s ease;
    text-align: left;
}

.menu-list li {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 5px 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: 5px 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: 30px;
    opacity: 1;
    padding: 10px 0px;
    letter-spacing: 0;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    transform: skewX(-8deg);
}

.menu-list li a:hover span.en {}

.menu-list li a.active span.en {
    color: #D27093;
}

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

.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: -3px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.menu-list li a:hover span.ja {
    opacity: 1;
    color: #e41378;
    left: 0;
}

table.prof-headerTel {
    margin-top: 20px;
    position: relative;
    text-align: center;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    width: 470px;
    margin: 10px auto 0 auto;
    display: none;
}

table.prof-headerTel td {
    width: 50%;
}

table.prof-headerTel td span {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #e41378;
    margin: 0 5px 0 0;
    display: inline-block;
    padding: 2px;
}

table.prof-headerTel td b {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 34px;
    line-height: 1;
    color: #e41378;
    letter-spacing: 0;
    display: inline-block;
}

/*************************************コンテンツヘッダー******************************************/
@media print {
    .hide-from-print {
        display: none;
    }
}

.header {}

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

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

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

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

}

[hidden] {
    display: none
}

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

#menu-inner {}


@media only screen and (max-width:1260px) {
    #menu-inner {
        display: none;
        visibility: hidden;
    }
}

#contentsHeader2 {
    position: absolute;
    left: 0;
    top: -10px;
    text-align: center;
    width: 100%;
    z-index: 9000;
    transition: 0.5s ease;
    opacity: 1;
    background-image: url(/pc/img/header_bg2.png);
    background-repeat: repeat;
    background-position: 50% 0%;
    height: 100px;
    display: none;
}

/*
#contentsHeader {
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 9000;
    transition: 0.5s ease;
    opacity: 1;
    background-image: url(/pc/img/header_bg4.png);
    background-repeat: repeat;
    background-position: 50% 0%;
    padding: 80px 0 10px 0;
    min-width: 1000px;
}
*/

#contentsHeader {
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    z-index: 9000;
    transition: 0.5s ease;
    opacity: 1;
    background-color: #FDE1E6;
    min-width: 1000px;
    height: 80px;
    border-bottom: 3px double rgb(255, 198, 197);
    /* box-shadow: 0 0 8px rgba(0,0,0,0.3); */
}

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

#ribbon img {
    width: 100%;
}

#contentsMenu {
    position: relative;
    margin: 0 auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    /*    justify-content: flex-end;*/
    justify-content: center;
    padding-top: 12px;
}

#logo {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 200px;
    transition: 0.3s ease;
    opacity: 1;
    transform: translateX(calc(-50% - 16px));
}

#logo img {
    width: 100%;
}

.headroom--unpinned #logo {
    opacity: 0;
}

/*
@media only screen and (min-width:1261px) {
    #contentsHeader {
        position: fixed;
        left: 0;
        bottom: 0;
        text-align: center;
        width: 100%;
        z-index: 9000;
        transition: 0.5s ease;
        opacity: 1;
        background-image: url(/pc/img/header_bg3.png);
        background-repeat: repeat;
        background-position: 50% 0%;
        background-size: cover auto;
        padding: 80px 0 10px 0;
        min-width: 1000px;
    }

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

    #contentsMenu {
        position: relative;
        margin: 0 4% 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    #ribbon img {
        width: 100%;
    }

    #logo {
        position: absolute;
        bottom: 10px;
        left: 20px;
        width: 220px;
        transition: 0.3s ease;
        opacity: 1;
    }

    #logo img {
        width: 100%;
    }

    .headroom--unpinned #logo {
        opacity: 0;
    }

    #ribbon {
        position: absolute;
        width: 340px;
        top: -100px;
        left: 20px;
        transform: rotate(11deg);
        transition: 0.3s ease;
    }

    #ribbon img {
        width: 100%;
    }
}
*/

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

#contentsHeader.is-animation {
    /*    background: #FF7BA0;*/
}

#header {
    position: relative;
}

.headroom--unpinned #ribbon {}


#ribbon2 {
    position: absolute;
    width: 260px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s ease;
    transform-origin: left center;
}

@media only screen and (min-width:1261px) {
    #ribbon2 {
        position: absolute;
        width: 300px;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        transition: 0.3s ease;
        transform-origin: left center;
    }
}

#ribbon2 img {
    width: 100%;
}

#menuWrap {
    width: 100%;
}

#contentsMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#contentsMenu li {
    position: relative;
    text-align: center;
    overflow: hidden;
    display: inline-block;
}

#contentsMenu li:nth-child(1) {}

#contentsMenu li:nth-child(2) {}

#contentsMenu li:nth-child(5) {
    margin: 0 100px 0 0;
}

#contentsMenu li:nth-child(6) {
    margin: 0 0 0 100px;
}

#contentsMenu li a {
    display: block;
    transition: all 0.3s ease;
    position: relative;
    margin: 0 10px;
    padding: 0 10px;
}

#contentsMenu li:nth-child(7) {}

#contentsMenu li:nth-child(8) {}

#contentsMenu li a:hover {}

#contentsMenu li a:before {
    content: '';
    width: 80%;
    transition: all 0.3s ease;
    /*    border-top: 3px dashed #d6ebff;*/
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

#contentsMenu li a:hover:before {
    width: 80%;
    /*    border-top: 3px dashed #d6ebff;*/
}

#contentsMenu li a:after {
    content: '';
    width: 0;
    transition: all 0.3s ease;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-bottom: 1px solid #c0a5a8;
    transform: translateX(-50%);
}

#contentsMenu li a:hover:after {
    width: 80%;
    border-bottom: 1px solid #c0a5a8;
}

#contentsMenu li a.active {}

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

#contentsMenu li a:hover span.en {}

#contentsMenu li a.active span.en {
    /* text-decoration: line-through; */
}

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

#contentsMenu li a.active span.ja {
    color: #767676;
}

#contentsMenu li a span.ja {
    display: block;
    font-size: 11px;
    line-height: 1;
    overflow: hidden;
    -webkit-transition: all 0.1s ease;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
    font-weight: 500;
    color: #767676;
    transform: translateY(-50%);
    margin-top: -3px;
}

/*
#contentsMenu li a:hover span.ja {
    opacity: 1;
    color: #767676;
    left: 0;
}
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

.loginOpenBtn a:hover {
    background-color: #E2B999;
    border: 2px solid #E2B999;
}

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

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

dl.loginForm dd.formTxtArea input[type="text"] {
    width: 220px;
    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: 133px;
}

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

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

.loginOpenBtn input.returnButton:hover {
    background-color: #E2B999;
    border: 2px solid #E2B999;
    color: #fff;
}

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

.loginOpenBtn2 input.returnButton:hover {
    background-color: #E2B999;
    border: 2px solid #E2B999;
    color: #fff;
}

.fix-headerWrap {
    position: fixed;
    left: 0;
    top: -80px;
    text-align: center;
    width: 100%;
    z-index: 9000;
    transition: 0.5s ease;
    opacity: 1;
    background-color: #FDE1E6;
    min-width: 1000px;
    height: 80px;
    border-bottom: 3px double rgb(255, 198, 197);
    min-width: 1000px;
}


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

}

.showHeader {
    transform: translateY(0);
}

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

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

}

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

#footerContainer {
    position: relative;
    text-align: center;
    padding: 50px 20px 20px 20px;
}

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

#footer dl {}

#footer dl dt {
    width: 240px;
    float: left;
}

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

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

#footer dl dd.fb {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
    margin: 20px 0 20px 0;
}

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

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

#footer dl dd.footerMenu ul {
    position: relative;
    text-align: right;
    overflow: hidden;
    padding-right: 3px;
    margin-top: -10px;
}

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

#footer dl dd.footerMenu ul li a {
    display: block;
    margin: 10px 4px;
    border-right: 1px solid #ffced3;
    padding: 0 12px 0 0;
    color: #767676;
}

#footer dl dd.footerMenu ul li:last-child a {
    margin: 10px 0 10px 6px;
    padding: 0 0 0 0;
    border: none;
}

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

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

#footer dl dd.footerMenu ul li a:hover span {
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

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

#footer dl dd p#copyRight {
    color: #767676;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: "gothic", sans-serif;
    text-align: right;
    margin-top: 20px;
}

#footerBottomWrap {
    position: relative;
    background: #fff;
    margin-top: 20px;
}

#footerBottom {
    position: relative;
    padding: 6px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    color: #a6d3f4;
}

#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: #767676;
    display: inline-block;
    margin: 0 5px;
}

#footerBottom .link a {
    font-size: 11px;
    line-height: 1;
    color: #767676;
    display: inline-block;
    margin: 0 0 0 5px;
    font-weight: 600;
}

#footerBottom .link a:hover {
    color: #cea041;
}

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

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

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

.breadcrumb_list li a:hover {
    color: #767676;
}

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

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

/***************************スクロールトップ***************************/
.scroll-top {
    position: fixed;
    z-index: 7998;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 60px;
}

.scrollArea {
    position: relative;
}

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

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

.scroll-top a.pageTopBtn:hover {
    margin: 0 auto 0 auto;
}

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

dl.foot-tel {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 300px;
}

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

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

dl.foot-tel dd.loginNow {
    position: absolute;
    top: 0;
    left: 0;
}

.dbanner {
    width: 260px;
    margin: 10px 0 0 auto;
}

.dbanner 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%;
        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;
        cursor: auto;
        margin: 20px;
        border: 4px solid #d6ebff;
        border-radius: 240px 15px 100px 15px / 18px 200px 40px 185px;
        overflow: hidden;
        background-color: #fff;
        background-repeat: repeat;
        padding: 4%;
        max-width: 1000px;
    }

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

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: 4px solid #ccc;
    border-right: 1px solid #ccc;
    width: 26%;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

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%;
    width: 35%;
    border-bottom: 1px dashed #ccc;
}

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

table.disTable tr td.td2 {
    text-align: center;
    font-size: 20px;
    padding: 15px 0 15px 0;
    line-height: 140%;
    width: 4%;
    border-bottom: 1px dashed #ccc;

}

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

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 {
    width: 100%;

}

#reCharge dl {
    width: 100%;
}

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

#reCharge dl dd.disTit {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 40px;
    position: relative;
    margin: 30px 0 -10px 0;
    letter-spacing: 0;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

#reCharge dl dd.subTxt {
    text-align: right;
}

#reCharge dl dd.chargeBody {
    padding: 10px 0 0 0;
    font-size: 18px;
}

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

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

#reCharge table.chargeTable tr th {
    padding: 30px 0 30px 0;
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    border-left: 4px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 26%;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

#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 dashed #ccc;
    border-top: 1px dashed #ccc;
    border-right: 1px dashed #ccc;

}

#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%;
    width: 35%;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
}

#reCharge table.chargeTable tr td.td3 {
    border-right: 1px dashed #ccc;
}

#reCharge table.chargeTable tr td.td2 {
    text-align: center;
    font-size: 20px;
    padding: 15px 0 15px 0;
    line-height: 140%;
    width: 4%;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
}

#reCharge table.chargeTable tr td.tdt {
    border-bottom: 1px dashed #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 b {
    display: block;
    font-size: 14px;
}

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

#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 {
    width: 100%;
}

#reCharge2 dl {
    width: 100%;
}

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

#reCharge2 dl dd.disTit {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 40px;
    position: relative;
    margin: 30px 0 10px 0;
    letter-spacing: 0;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

#reCharge2 dl dd.subTxt {
    text-align: right;
}

#reCharge2 dl dd.chargeBody {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 180%;
    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;
    line-height: 140%;
}

#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: inline-block;
    font-family: inherit;
    font-weight: bold;
    font-size: 1.5em;
    padding: 10px 0 0 0;
}

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


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

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

#reCharge2 table.chargeTable tr {}

#reCharge2 table.chargeTable tr th {
    padding: 15px 0 15px 0;
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    border-left: 4px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 26%;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

#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 dashed #ccc;
    border-top: 1px dashed #ccc;
    border-right: 1px dashed #ccc;

}

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

#reCharge2 table.chargeTable tr td.td3 {
    border-right: 1px dashed #ccc;
}

#reCharge2 table.chargeTable tr td.td2 {
    text-align: center;
    font-size: 20px;
    padding: 15px 0 15px 0;
    line-height: 140%;
    width: 4%;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
}

#reCharge2 table.chargeTable tr td.tdt {
    border-bottom: 1px dashed #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 b {
    display: block;
    font-size: 14px;
}

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

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