
.header-top {
    position: absolute;
    top: 38px;
    left: 40px;
    width: 141px;
    z-index: 10
}
.header-top a {
    display: block;
    transition: 0.4s
}
.header-top a:hover {
    text-decoration: none;
    opacity: .7;
    filter:alpha(opacity=70)
}

.globalmenu__inner {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
@media screen and  (max-width: 767px) {
.globalmenu__inner {
    display: none;
}
}
.globalmenu__item {
    padding: 0 20px
}
.globalmenu__item--parent:before {
    content: none;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 131px;
    left: 0;
    z-index: 1900;
    pointer-events: none
}
.globalmenu__item--parent:hover:before {
    content: ""
}
.globalmenu__item--parent:hover .globalmenu__link--parent:after {
    border-top: none;
    border-bottom: 4px solid #2C2C2C
}
.globalmenu__item--parent:hover .globalmenu__children {
    display: block
}
.globalmenu__link {
    height: 90px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.075em;
    cursor: pointer
}
.globalmenu__link--parent:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #2C2C2C;
    margin-left: 6px
}
.globalmenu__children {
    display: none;
    background: #F7F8FA;
    width: 100%;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 2000
}
.globalmenu__children__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1240px;
    margin: 0 auto;
    padding: 48px 20px;
    box-sizing: border-box
}
.globalmenu__children__heading {
    margin-bottom: 30px;
    padding-top: 35px
}
.globalmenu__itemlist {
    width: 957px
}
.action-navi {
    position: absolute;
    top: 6px;
    right: 25px;
    height: 100%;
    font-size: 11px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.action-navi__mypage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.075em;
    transition: 0.4s
}
.action-navi__mypage:hover {
    text-decoration: none;
    opacity: .7;
    filter:alpha(opacity=70)
}
.action-navi__mypage:before {
    content: "";
    width: 0;
    height: 0;
    width: 24px;
    height: 24px;
    background: url("../img/icon/icon_mypage.svg") no-repeat center/contain;
    display: inline-block;
    margin-right: 5px
}
.action-navi__cart {
    display: block;
    margin-left: 9px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.075em;
    padding: 20px 15px;
    transition: 0.4s
}
.action-navi__cart:hover {
    text-decoration: none;
    opacity: .7;
    filter:alpha(opacity=70)
}
.action-navi__cart span {
    color: #FFFFFF;
    font-size: 9px;
    font-family: Helvetica, "Noto Sans Japanese", sans-serif;
    padding-top: 1px;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background: #2C2C2C;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    box-sizing: border-box
}
.action-navi__search {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px;
    padding-top: 2px;
    width: 21px;
    overflow: hidden;
    transition: 0.2s
}
.action-navi__search img {
    max-width: none;
    max-width: initial
}
.action-navi__search.is-focus {
    width: 140px;
    border-bottom: 1px solid #2C2C2C
}
.action-navi__search.is-focus .header-function__search__switch {
    pointer-events: none
}
.action-navi__search__switch {
    cursor: pointer;
    line-height: 1;
    transition: 0.4s
}
.action-navi__search__switch:hover {
    text-decoration: none;
    opacity: .7;
    filter:alpha(opacity=70)
}
.action-navi__search .searchform__input {
    width: 120px;
    height: 35px !important;
    padding: 0 8px !important;
    border: none !important
}
.action-navi__search .searchform__input:focus {
    box-shadow: unset !important
}
.action-navi__favorite {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: 0.4s
}
.action-navi__favorite:hover {
    text-decoration: none;
    opacity: .7;
    filter:alpha(opacity=70)
}
.action-navi__favorite:before {
    content: "";
    width: 0;
    height: 0;
    width: 20px;
    height: 20px;
    background: url("../img/icon/icon_fav.svg") no-repeat center/contain;
    display: inline-block;
    margin-left: 23px
}
