@import url('https://fonts.googleapis.com/css?family=Boogaloo|Libre+Baskerville:400,400i');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400i');

@font-face {
    font-family: 'gotham';
    src: url(../lib/fonts/gotham-light.otf);
}

body {
    font-family: 'ヒラギノUD明朝 W4 JIS2004', 'Hiragino UD Serif W4 JIS2004', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    overflow-x: hidden;
}

a {
    color: #000;
}

#eHeadMenu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    z-index: 10000;
    text-align: left;
}

#eHeadMenuWrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 420px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
}

body > header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 112px;
    /*background-color: rgba(255, 255, 255, 0.3);*/
    z-index: 10000;
    transition: all 0.5s;
    text-align: center;
}

#eHeadLogo {
    position: relative;
    top: 36px;
    width: 135px;
    transition: all 0.5s;
    display: inline-block;
}

#eHeadLogo img {
    width: 100%;
    height: auto;
}

#eMenuButton {
    position: absolute;


    box-sizing: border-box;
    /*border: solid #000;*/
    /*border-width: 1px 0;*/

    top: 38px;
    right: 38px;
    cursor: pointer;
    transition: all 0.5s;
    width: 30px;
    height: 30px;
}

#eMenuButton a {
    display: block;
    padding: 10px;
    /*background-color: rgba(0,0,0,0.3);*/
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-end;
}

#eMenuButton a span,
#eMenuButton a::before,
#eMenuButton a::after {
    content: '';
    display: block;
    /*position: absolute;*/
    height: 1px;
    background-color: #FFFFFF;
    width: 100%;

}

#eMenuButton a span {
    width: 60%;
}

#eMenuButton a::before {

}

#eMenuButton a::after {
    width: 30%;
}

/*#eMenuButton > div {*/
/*width: 40px;*/
/*}*/
/*#eMenuButton svg {
    width: 30px !important;
    height: 30px !important;
}*/
body > footer {
    /*max-width: 1600px;*/
    padding: 60px 60px 140px;
    position: relative;
    overflow: hidden;
    background-color: #3B4043;
    color: #FFF;
}

#eFootLogo {
    width: 120px;
    margin-right: 100px;
    float: left;
    /*    -webkit-filter: invert(100%);
        -moz-filter: invert(100%);
        -o-filter: invert(100%);
        -ms-filter: invert(100%);
        filter: invert(100%);*/
}

#eFootMenu {
    margin-right: 100px;
    float: left;
    font-size: 12px;
    line-height: 2.6;
    overflow: hidden;

}

#eFootMenu .menu {
    font-family: SilkSerif-Regular;

    letter-spacing: 1px;
}

#eFootMenu a {
    color: #FFF;
}

#eFootMenu > div {
    float: left;
    margin-right: 100px;
}

#eFootSNS {
    padding-top: 60px;
    clear: both;
    text-align: right;
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: invert(100%);
    filter: invert(100%);
}

#eFootSNS > div {
    display: inline-block;
    width: 26px;
    margin-left: 13px;
}

#eHeadMenuPost .eArchListHead {
    text-align: center;
    padding-top: 5px;
    padding-right: 40px;
    height: 70px;
}

#eHeadMenuPost .eArchListHead time span {
    display: inline-block;
    margin-left: 5px;
}

#eMainMenu {
    font-size: 12px;
    line-height: 36px;
    margin-bottom: 2em;
    padding-left: 50px;
    padding-top: 60px;
}

#eSubMenu {
    font-size: 11px;
    line-height: 35px;
    margin-bottom: 2em;
    padding-left: 50px;
}

#eMainMenu a,
#eSubMenu a {
    color: #000;
}


#eSNSMenu {
    padding-left: 50px;
    margin-bottom: 3em;
}

#eSNSMenu > div {
    display: inline-block;
    width: 26px;
    margin-right: 11px;
}

#eHeadCopy {
    padding-left: 50px;
    font-size: 10px;
}

#ePostTagBack {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

#ePostTagWrap {
    width: 1200px;
    height: 660px;
    background-color: #FFF;
    position: relative;
    margin-top: -20px;
}

#ePostTagWrap:after {
    content: '';
    display: block;
    clear: both;
}

#ePostTagImg {
    float: left;
    height: 100%;
    margin-right: 100px;
}


#ePostTagImg img {
    height: 100%;
    background: no-repeat center /cover;
}

#ePostTagCont {
    padding: 100px;
}

#ePostTagCont h3 {
    font-size: 20px;
    font-weight: bold;
    font-family: SilkSerif-Regular;
    margin-bottom: 75px;
}

#aSalonhairArchivePage #ePostTagCont h3,
#aCollectionArchivePage #ePostTagCont h3 {
    margin-bottom: 100px;
}

#ePostTagCont input[type="text"] {
    width: 500px;
    height: 60px;
    line-height: 60px;
    border: 0 none;
    color: #FFF;
    font-size: 17px;
    text-indent: 50px;
    background: #000 url(../img/parts/searchIcon.png) no-repeat 22px center /15px auto;
}

#ePostTagCont form {
    margin-bottom: 75px;
}

#ePostTagCont h4 {
    font-size: 13px;
    font-weight: bold;
    font-family: SilkSerif-Regular;
    margin-bottom: 20px;
}

#ePostTagCont .ePostTagList {
    font-size: 12px;
    line-height: 2.4;
    margin-bottom: 30px;
}

#ePostTagCont .ePostTagList a {
    margin-right: 1em;
}

#ePostTagClose {
    position: absolute;
    right: 0;
    top: -40px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

#ePostTagClose:before,
#ePostTagClose:after {
    width: 30px;
    height: 1px;
    background-color: #FFF;
    content: '';
    position: absolute;
    display: block;
    transform-origin: center;
    top: 50%;
}

#ePostTagClose:before {
    transform: rotate(45deg);
}

#ePostTagClose:after {
    transform: rotate(-45deg);
}

header svg g {
    background-color: #000;
}

.eInvert {
    /*background-color: rgba(0, 0, 0, 0.3);*/
    color: #FFF;
}

.eNotInvert {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: invert(100%);
    filter: invert(100%);
}

.eInvertColor {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: invert(100%);
    filter: invert(100%);
}


.eZoomImg {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.eZoomImg img {
    -webkit-transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
}

.eZoomImg:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*
.eLazyLoad,
.eLazyLoadIn {
    position: relative;
    overflow: hidden;
}

.eLazyLoad::before,
.eLazyLoadIn::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.eLazyLoadIn::before {
    opacity: 0;
}*/

.eLazySlide,
.eLazySlideIn {
    position: relative;
    overflow: hidden;
}

.eLazySlide::before,
.eLazySlideIn::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.eLazySlideIn::before {

    left: 100%;

}

.eIconImg {
    position: relative;
    display: block;
}

.eIconImg::after {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.8s;
    background: rgba(0, 0, 0, 0.3) url(../img/parts/searchIcon.png) no-repeat center /26px 26px;
    opacity: 0;
}

.eIconImg:hover:after {
    opacity: 1;


}

.eLazyLoad {
    transition: all 1s;
}

.eLazyLoadWait {
    transform: translateY(-10px);
    opacity: 0;
    transition: all 0s;
}

/*

.eTopIndexImgLoad3 .eTopIndexImg div {
    transform: translateY(0px);
    opacity: 1;
    transition: all 1s;
}
*/
#eComment {
    margin-bottom: 100px;
}

#eComment .star-rating {
    margin: 0;
    padding: 0;
}

#eComment .star-rating .star {
    color: #912022;
    font-size: 14px;
    height: 16px;
    width: 16px;
}

#eComment .star-rating .star-empty:before {
    color: #FFF;
}

#eComment #input-type-star .star-on-png, #input-type-star .star-off-png, #input-type-star .star-half-png {
    color: #912022;
}

#eComment #input-type-star .star-off-png {
    color: #E3E7EB !important;
}

.eCommentMeta {
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.eCommentAvatar {
    width: 55px;

}

.eCommentAvatar img {
    border-radius: 50%;
}

.eCommentData {
    padding-top: 3px;
}

.eCommentData > div {
    font-size: 14px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 1.6;

}

.eCommentData > time {
    font-size: 10px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.4;
    display: block;
}

.eCommentData > span {
    /*position: absolute;*/
    /*top: 5px;*/
    /*right: 100px;*/
}

.eCommentMeta {
    margin-bottom: 20px;
}

.eCommentText {
    font-size: 15px;
    line-height: 2;
}

.eCommentWait {
    margin-bottom: 1em;
}

.eCommentReply {
    text-align: right;
}

.eCommentReply a {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    display: inline-block;
    background-color: #912022;
    color: #FFFFFF;
    font-size: 12px;
    padding: 0.5em 1em;
}

.eCommentList {
    border-bottom: 1px solid #E3E7EB;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.eCommentWrapper {
    border-top: 1px solid #E3E7EB;
    padding-top: 20px;
    padding-bottom: 20px;
}

.eCommentList > li:first-of-type .eCommentWrapper {
    border: 0 none;
}

#eCommentWrap {

}

#eCommentWrap label {
    font-size: 13px;
    display: block;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin-bottom: 5px;

}

.eCommentCont {
    margin-bottom: 20px;
}

#input-type-star {
    margin-bottom: 20px;
}

#eCommentWrap input[type="text"],
#eCommentWrap textarea {
    border: 1px solid #E3E7EB;
}

#eCommentWrap input[type="submit"] {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    background-color: #912022;
    border: 0 none;
    color: #FFFFFF;
    font-size: 13px;
    padding: 1em 4em;
}

.eCommentCont a {
    text-decoration: underline;
}

.eCommentList .children {
    padding-left: 30px;
}

#eTopIntroMask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 99999;
    display: none;
}

#eTopIntroMask img {
    width: 100%;
    height: 100%;
    background: no-repeat center /cover;
}


#eCommonPage {
    width: 640px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.8;
    padding-bottom: 100px;
}

#eCommonPage h2 {
    text-align: center;
    font-size: 20px;
    line-height: 2;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    margin-bottom: 2em;
}


#eContactPhone {
    margin-bottom: 40px;
}

#eContactPhone > div {
    background-color: #912022;
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 26px;
    /* font-weight: bold; */
    text-align: center;
    line-height: 2.3;
    margin-bottom: 2em;
}

#eContactPhone > p {
    text-align: center;
    font-size: 12px;

}

.eContactForm {
    font-size: 15px;
}

.eContactForm > p {
    margin-bottom: 40px;
    font-size: 12px;
}

.eContactForm * {
    -webkit-appearance: none;
    border-radius: 0;
}

.eContactSelect {
    position: relative;
    margin-bottom: 30px;
}

.eContactForm select {
    border: 1px solid #E3E7EB;
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    display: block;
}

.eContactSelect::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-color: #959EA7;
    border-style: solid;
    position: absolute;
    right: 24px;
    top: 37px;
    transform-origin: center;
    transform: rotate(45deg);
}

.eContactFormList {
    list-style: none;
}

.eContactFormList > li {
    margin-bottom: 10px;
    padding: 20px 0;

}
.eContactFormList > li.eContactBorder {
    border: solid #E3E7EB;
    border-width: 0 0 1px 0;
}
.eContactFormList input[type="text"] {
    border: 0 none;
    width: 100%;
    line-height: 30px;
    outline: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #767676;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #767676;
}

::placeholder {
    color: #767676;
}

.eContactFormList input[type="radio"] {
    width: 1em;
    height: 1em;
    border: 1px solid #E3E7EB;
    border-radius: 50%;
    box-sizing: border-box;
    outline: none;
    margin-left: 20px;
    margin-right: 5px;
    transition: all 0.5s;
}

.eContactFormList input[type="radio"]:checked {
    position: relative;

}

.eContactFormList input[type="radio"]::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    transition: all 0.1s;
    border-radius: 50%;
    position: absolute;
    box-sizing: border-box;
    left: 0.35em;
    top: 0.35em;
}

.eContactFormList input[type="radio"]:checked:after {

    width: 0.7em;
    height: 0.7em;

    left: 0.1em;
    top: 0.1em;
    outline: none;
    background-color: #637077;

}

.eContactFormList textarea {
    border: 1px solid #E3E7EB;
    width: 100%;
    line-height: 1.6;
    height: 244px;
    box-sizing: border-box;
    padding: 15px;
}

.eFormButton {
    text-align: center;
}

.eFormButton input[type="button"],
.eFormButton input[type="submit"],
.eFormButton button {
    border: 1px solid #912022;
    color: #912022;
    line-height: 4;
    padding: 0 4em;
    margin: 0 0.5em;
    font-size: 14px;
    box-sizing: border-box;
    background-color: transparent;
}


.eFormButton input[type="submit"] {
    background-color: #912022;
    color: #FFF;
}

.mw_wp_form_confirm .eFormReset,
.mw_wp_form_confirm .eContactSelect::after {
    display: none;
}

#eCommonPage p {
    margin-bottom: 2em;
    line-height: 2;
    font-size: 13px;
}
#eCommonPage dl dt {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0.5em;
}

#eCommonPageHead {
    padding-top: 100px;
    border-bottom: 1px solid #E3E7EB;
    margin-bottom: 40px;
}

#eCommonPageHead #eHeadTitle {
    margin-bottom: 40px;
}
/*
#eFootReserve {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
text-align: center;
    background-color: #912022;
    z-index: 10;
    display: none;
    opacity: 0.7;
}

#eFootReserve a {
    color: #FFF;
    display: block;
    width: 100%;
    height: 70px;
    font-size: 18px;
    line-height: 20px;
    box-sizing: border-box;
    padding-top: 22px;
}
#eFootReserve a span {
    opacity: 0.6;
    display: block;
    font-size: 10px;
    line-height: 20px;
}*/

#eTopHeadTitle {
    width: 360px;
}

#eFootReserve {
    position: fixed;
    bottom: 50px;
    right: 60px;
    z-index: 10;
    display: none;
    width: 56px;
}
#eFootReserve img {
    box-shadow: 0px 2px 4px #909090;
    border-radius: 50%;
}