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

.fontA {
    font-family: 'gothic' !important;
}

/*
@font-face {
    font-family: "Coral W00 Black";
    src: url("/shops/milkhole/fonts/coral.eot");
    src: url("/shops/milkhole/fonts/coral%EF%B9%96.eot#iefix") format("embedded-opentype"),
        url("/shops/milkhole/fonts/coral.woff2") format("woff2"),
        url("/shops/milkhole/fonts/coral.woff") format("woff"),
        url("/shops/milkhole/fonts/coral.ttf") format("truetype"),
        url("/shops/milkhole/fonts/coral.svg#Coral%20W00%20Black") format("svg");
}

.fontB {
    font-family: 'Coral W00 Black',"Fredericka the Great" !important;
}
*/

* {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    /*    font-family: "M PLUS Rounded 1c", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;*/
    font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    color: #5b5b5b;
    -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: url(/shops/milkhole/img/login_bg.jpg) repeat;
}

.contentsBG {}

.companionBG {}

.profileBG {
    background: url(/shops/milkhole/img/login_bg.jpg) repeat;
}

.gravureBG {}

.systemBG {
    background: url(/shops/milkhole/img/login_bg.jpg) 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 a {
    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 {}

.contentsTitle {
    text-align: center;
    margin: 100px auto 0 auto;
    background: url(../../index.html);
    width: 800px;
    height: 107px;
    display: none;
}

.contentsTitle span {
    font-family: 'Fredericka the Great', sans-serif;
    color: #231815;
    font-size: 60px;
    line-height: 1;
    display: block;
    font-weight: 200;
    letter-spacing: -1px;
    padding-top: 30px;
}

.contentsTitle h1 {
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    background: #4d4d4d;
    color: #fff;
    padding: 1px;
    display: inline-block;
}

.contentsTitleProf {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
}

.contentsTitleProf span {
    font-family: "Pacifico", sans-serif;
    color: #4d4d4d;
    font-size: 30px;
    line-height: 1;
    display: block;
    font-weight: 400;
    letter-spacing: -1px;
}

.contentsTitleProf h1 {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #e41378;
    padding: 5px 0 0 0;
}

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

#contents {
    position: relative;
    min-height: 1080px;
    padding: 70px 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 #mobile-head {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9800;
    height: 89px;
    width: 100px;
    background: #000;
    visibility: visible;
}

#mobile-head {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9800;
    /*    background: url(../../index.html);*/
    height: 89px;
    width: 100px;
    background: #FF7BA0;
}

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: 40px;
    top: 50px;
    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: 28px;
    top: 64px;
    color: #fff;
    font-family: 'gothic', sans-serif;
    font-size: 12px;
    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: 30px 22px 22px 22px;
}

#menuToggle p {
    position: relative;
}

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

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

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

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

#menuToggle {
    display: block;
}

#menuToggle.t-open {
    margin-top: 0 !important;
    background: #FF7BA0;
    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: #fafafa;
}

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

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

#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.3s;
    transition-timing-function: ease-in-out;
    opacity: 0;
    /*    background: url(../../index.html) repeat;*/
    background: rgba(248, 92, 130, 1);
    padding-top: 150px;
}

#m-wrap.open {
    visibility: visible;
    opacity: 1;
    position: fixed;
    z-index: 8000;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;

}

#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;
    border-bottom: 1px solid #e41378;
}

#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;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    opacity: 1;
    filter: blur(0);
}

.menu-list li a:hover span.en {
    opacity: 0;
    filter: blur(4px);
}

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

.menu-list li a span.ja {
    display: block;
    position: absolute;
    font-size: 18px;
    line-height: 1;
    opacity: 0;
    overflow: hidden;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    top: 14px;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: "Noto sans JP", serif;
    font-weight: 700;
    color: #e41378;
    filter: blur(4px);
}

.menu-list li a:hover span.ja {
    opacity: 1;
    color: #fff;
    left: 0;
    filter: blur(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;
}

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: #ffffff;
    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: #ffffff;
    letter-spacing: 0;
    display: inline-block;
}


/***************************トップヘッダー***********************************/
@media only screen and (max-width:1260px) {
    #topMenu-inner {
        display: none;
        visibility: hidden;
    }

    .fix-menu-inner {
        display: none;
        visibility: hidden;
    }

    .fixed-hidden #topHeaderWrap {
        display: none;
        visibility: hidden;
    }
}

#topHeaderWrap {
    position: relative;

}

#topHeader {
    position: absolute;
    justify-content: space-between;
    height: 97px;
    width: 100%;
    top: 0;
    left: 0;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    /*    background-color: #E41378;*/
    margin-top: -97px;
    background-color: #FF7BA0;
    border-top: 4px solid #E2B999;
    z-index: 8001;
}

.topHeadVisual {
    background-image: url(/shops/milkhole/img/top_header_visual.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover 100%;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    height: 120px;
    width: 300px;
}


#topLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 230px;
    transform: translate(-50%, -50%);
}

#topLogo img {
    width: 100%;
}

#topHeader #topMenuWrap {
    position: relative;
    border-top: 4px solid #fff;
    height: 89px;
}

#topMenu {
    position: relative;
    width: 1240px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    height: 89px;
}

#topMenu li {
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 125px;
}

#topMenu li:nth-child(5) {
    margin-left: 240px;
}

#topMenu li a {
    display: block;
    transition: all 0.3s ease;
}

#topMenu li a:hover {
    background-color: #fff;
}


#topMenu li a span.en {
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 22px;
    opacity: 1;
    line-height: 89px;
    letter-spacing: 0;
}


#topMenu li a:hover span.en {
    opacity: 0;
}

#topMenu li a.active {
    background-color: #fff;
}

#topMenu li a.active span.en {
    color: #FF7BA0;
}

#topMenu li a span.ja {
    display: block;
    position: absolute;
    font-size: 14px;
    line-height: 1;
    opacity: 0;
    overflow: hidden;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: "Noto sans JP", serif;
    font-weight: 600;
    color: #fff;
    transform: translateY(-50%);
}

#topMenu li a:hover span.ja {
    opacity: 1;
    color: #FF7BA0;
    left: 0;
}


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

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

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

.fixMenu {
    top: 97px;
    left: 0;
    height: 97px;
    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(/shops/milkhole/img/header_visual.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover 100%;
    top: 0px;
    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: 6px;
    left: 50%;
    width: 230px;
    transform: translateX(-50%);
}

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

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

.fix-menuWrap .fix-menu {
    position: relative;
    width: 1240px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.fix-menuWrap .fix-menu li {
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 125px;
}

.fix-menuWrap .fix-menu li:nth-child(5) {
    margin-left: 240px;
}

.fix-menuWrap .fix-menu li a {
    display: block;
    transition: all 0.3s ease;
}

.fix-menuWrap .fix-menu li a:hover {
    background-color: #fff;
}


.fix-menuWrap .fix-menu li a span.en {
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 22px;
    opacity: 1;
    line-height: 89px;
    letter-spacing: 0;
}


.fix-menuWrap .fix-menu li a:hover span.en {
    opacity: 0;
}

.fix-menuWrap .fix-menu li a.active {
    background-color: #fff;
}

.fix-menuWrap .fix-menu li a.active span.en {
    color: #FF7BA0;
}

.fix-menuWrap .fix-menu li a span.ja {
    display: block;
    position: absolute;
    font-size: 14px;
    line-height: 1;
    opacity: 0;
    overflow: hidden;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: "Noto sans JP", serif;
    font-weight: 600;
    color: #fff;
    transform: translateY(-50%);
}

.fix-menuWrap .fix-menu li a:hover span.ja {
    opacity: 1;
    color: #FF7BA0;
    left: 0;
}

/*************************************コンテンツヘッダー******************************************/
@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(-89px);
}

[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(/shops/milkhole/img/contents_header_bg.svg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 1920px auto;
}
*/
#menu-inner {}

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

#contentsHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 89px;
    z-index: 9000;
    transition: 0.3s ease;
    opacity: 1;
    background: #FF7BA0;
    /*    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);*/
}

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

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

#header {
    position: relative;
    border-bottom: 4px solid #E2B999;
}

.headVisual {
    background-image: url(/shops/milkhole/img/header_visual.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover 100%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 120px;
    width: 300px;
}

#logo {
    position: absolute;
    bottom: 13px;
    left: 50%;
    width: 230px;
    transform: translateX(-50%);
}

#menuWrap {
    width: 100%;
    overflow: auto;
    border-bottom: 4px solid #fff;
    height: 93px;
}

#contentsMenu {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#contentsMenu li {
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 125px;
}

#contentsMenu li:nth-child(5) {
    margin-left: 240px;
}

#contentsMenu li a {
    display: block;
    transition: all 0.3s ease;
    position: relative;
}

#contentsMenu li a:hover {
    background-color: #fff;
}

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

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

#contentsMenu li a:after {
    content: '';
    width: 0;
    transition: all 0.3s ease;
    border-bottom: 3px dashed #ffeaea;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

#contentsMenu li a:hover:after {
    width: 100%;
    border-bottom: 3px dashed #ffeaea;
}
*/
#contentsMenu li a.active {
    background-color: #fff;
}

#contentsMenu li a span.en {
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 22px;
    opacity: 1;
    line-height: 89px;
    letter-spacing: 0;
    /*    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);*/
}

#contentsMenu li a:hover span.en {
    opacity: 0;
}

#contentsMenu li a.active span.en {
    color: #FF7BA0;
}

#contentsMenu li a span.ja {
    display: block;
    position: absolute;
    font-size: 14px;
    line-height: 1;
    opacity: 0;
    overflow: hidden;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: "Noto sans JP", serif;
    font-weight: 600;
    color: #fff;
    transform: translateY(-50%);
}

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

#contentsHeader dl.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: 6px;
    position: absolute;
    top: 5px;
    right: 20px;
}

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

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

#contentsHeader dl.headerTel dd {
    text-align: right;
    margin-top: -5px;
}

#contentsHeader dl.headerTel dd span {
    font-family: "gothic", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    padding: 2px 4px 2px 4px;
    letter-spacing: 0;
    display: inline-block;
    background: #4d4d4d;
    letter-spacing: 2px;
}

#contentsHeader dl.headerTel dd span b {
    font-family: "gothic", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    letter-spacing: 2px;
    padding-left: 5px;

}

.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: 103px;
    right: 7px;
    cursor: pointer;
}

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

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

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

.loginOpenBtn2 a:hover span b {
    color: #fff;
}

.loginOpenBtn {
    position: absolute;
    top: 102px;
    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: 23px;

}

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

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: 21px;

}

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


/*追加　ここから*/
dl.loginForm dd.formBtnArea2 {
    text-align: center;
    margin-top: 20px;
}

dl.loginForm dd.formBtnArea2 input.button {
    background: #E2B999;
    width: 280px;
    padding: 14px 80px;
    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: 21px;

}

dl.loginForm dd.formBtnArea2 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;
}


#footerWrap {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1000;
    background: #FF7BA0;
    z-index: 7999;
}

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

}

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

.footLogo{
    width: 300px;
    margin: 0 auto;
}

#footer dl {}

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

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

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

#footer dl dd.fb {
    width: 100%;
    height: 2px;
    background: #fff;
    margin: 20px 0;
}

#footer dl dd.info span.infomationTitle {
    font-family: "gothic", "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #fff;
    margin-left: 16px;
    font-size: 14px;
}
#footer dl dd.info a{
    font-family: "gothic", "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #fff;
    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 #999;
    padding: 0 12px 0 0;
}

#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 {
    color: #fff;
}

#footer dl dd.footerMenu ul li a span {
    color: #fff;
    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.footerMenu ul li a:hover span {
    color: #fff;
}

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


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

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

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

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

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

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

.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: #fff;
    font-size: 12px;
    padding: 0 2px;
}

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

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

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

/***************************スクロールトップ***************************/
.scroll-top {
    position: fixed;
    z-index: 7998;
    width: 100%;
    border-bottom: 4px solid #fff;
}

.scrollArea {
    position: relative;
    border-bottom: 4px solid #E2B999;
}

.scroll-top .scrollVisual {
    background-image: url(/shops/milkhole/img/top_header_visual.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover 100%;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
    height: 120px;
    width: 300px;
}

.scroll-top a.pageTopBtn {
    display: block;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 50px;
    position: absolute;
    top: -60px;
    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;
    bottom: 10px;
    right: 10px;
    width: 300px;
    transform: rotate(-6deg);
    transform-origin: center center;
}

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

@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: rgba(253, 225, 230, 0.95);
        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-image: url(/shops/milkhole/img/login_bg.jpg);
        background-repeat: repeat;
        padding: 2% 10%;
    }

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

/*******************************タイトル系**********************************/
.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', "メイリオ", 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;
}
