  .header.header-common {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
    transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  }
  .header.header-common.is-no-transition {
    -webkit-transition: none;
    transition: none;
  }
  .header.header-common.is-hide {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  .header.header-common.is-fixed {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  }
  .header.header-common.is-fixed .lineup .child-nav {
    display: block;
  }
  .header.header-common .lineup .child-nav {
    display: none;
  }
  .header.header-common {
    z-index: 1000;
    height: 60px;
    background: #fff;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    /* グローバルメニューの?調整 */
  }
  .header.header-common .jpn {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
  }
  .header.header-common a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
  }
  .header.header-common .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .header.header-common .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    left: 30px;
    width: 150px;
    height: 100%;
    font-size: 0;
  }
  .header.header-common .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 150px;
    height: 14px;
    background: url(../images/common/logo_kashiyama_black.svg) no-repeat center center;
    background-size: contain;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header.header-common .user-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    right: 30px;
    height: 100%;
    font-size: 0;
  }
  .header.header-common .user-items a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2px;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: auto;
  }
  .header.header-common .user-items a:hover {
    opacity: 0.5;
  }
  .header.header-common .user-items a::before {
    content: "";
    display: block;
  }
  .header.header-common .user-items .cart {
    width: 20px;
    margin-right: 24px;
  }
  .header.header-common .user-items .cart::before {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-image: url(../images/common/icon-header-cart.svg);
    background-size: 20px 20px;
  }
  .header.header-common .user-items .mypage {
    width: 20px;
    margin-right: 0;
  }
  .header.header-common .user-items .mypage::before {
    width: 20px;
    height: 19px;
    min-width: 20px;
    background-image: url(../images/common/icon-header-mypage.svg);
    background-size: 20px 19px;
  }
  .header.header-common .user-items.logged-in .mypage::before {
    background-image: url(../images/common/icon-header-mypage-logged-in.svg);
  }
  .header.header-common .user-items.logged-in .cart::before {
    background-image: url(../images/common/icon-header-cart-logged-in.svg);
  }
  .header.header-common .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    margin-left: 70px;
  }
  .header.header-common .nav-list li {
    height: 60px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    padding: 0 15px;
  }
  .header.header-common .nav-list li.corporate-u, .header.header-common .nav-list li .corporate-g {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .header.header-common .nav-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header.header-common .nav-list li a::before, .header.header-common .nav-list li a::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
  }
  .header.header-common .nav-list li a::before {
    opacity: 0;
  }
  .header.header-common .nav-list li a::after {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header.header-common .nav-list li a:hover {
    color: #997e5d;
  }
  .header.header-common .nav-list li a:hover::before {
    opacity: 0;
  }
  .header.header-common .nav-list li a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .header.header-common .nav-list li span {
    position: relative;
  }
  .header.header-common .nav-list li .ico-badge {
    display: none;
    position: absolute;
    top: -1px;
    right: -18px;
    width: 15px;
    height: 15px;
    border-radius: 7.5px;
    background: #997e5d;
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0;
  }
  .header.header-common .nav-list li.is-active > a {
    -webkit-transition: none;
    transition: none;
    border-bottom: 2px solid #222;
  }
  .header.header-common .nav-list li.is-active > a::after {
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
  }
  .header.header-common .nav-list li.is-active > a:hover::before {
    opacity: 0;
  }
  .header.header-common .nav-list li.spacer {
    width: 1px;
    height: 12px;
    margin: 0 21px;
    background: #ccc;
  }
  .header.header-common .nav-list li.reserve-shop, .header.header-common .nav-list li.reserve-home {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 13px;
  }
  .header.header-common .nav-list li.corporate:hover > a {
    color: inherit;
  }
  .header.header-common .nav-list li.corporate > a {
    pointer-events: none;
  }
  .header.header-common .nav-list li.corporate .gray-btn {
    background-color: #e5e5e5;
    padding: 12px 14px 13px;
    border-radius: 20px;
    font-size: 12px;
  }
  .header.header-common .nav-list li.corporate .child-nav {
    margin-left: -24px;
    padding: 16px 30px 10px 30px;
  }
  .header.header-common .nav-list li.corporate .child-nav li {
    margin-bottom: 9px;
  }
  .header.header-common .nav-list li.corporate .child-nav li a span {
    line-height: 23px;
    display: block;
    padding-right: 12px;
  }
  .header.header-common .nav-list .menu-line {
    border-right: 1px solid #888;
    height: 13px;
    margin: 0 15px -4px 15px;
    padding: 0;
  }
  .header.header-common[data-active=top] .nav-list li .ico-badge {
    display: block;
  }
  .header.header-common[data-active=men], .header.header-common[data-active=women] {
    background: #fff;
  }
  .header.header-common .sp-menu,
  .header.header-common .sp-menu-btn {
    display: none;
  }
  .header.header-common .is-active > a span {
    margin-bottom: -2px;
  }
  .header.header-common .expand-nav > a {
    pointer-events: auto;
  }
  .header.header-common .expand-nav.is-active > a::before, .header.header-common .expand-nav.is-active > a::after {
    opacity: 0;
  }
  .header.header-common .expand-nav:hover > a {
    color: #997e5d;
  }
  .header.header-common .expand-nav:hover > a::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .header.header-common .expand-nav:hover .child-nav {
    opacity: 1;
    pointer-events: all;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: opacity 0.3s, height 0s 0s;
    transition: opacity 0.3s, height 0s 0s;
  }
  .header.header-common .child-nav {
    position: absolute;
    margin-left: -30px;
    padding: 20px 29px 10px 30px;
    top: 60px;
    background: #fff;
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.07);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s, height 0s 0.5s;
    transition: opacity 0.3s, height 0s 0.5s;
    height: 0;
    z-index: 100;
  }
  .header.header-common .child-nav::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 3px;
    z-index: 2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0));
    opacity: 0.15;
  }
  .header.header-common .child-nav .child-list li {
    padding: 0;
    margin-bottom: 20px;
    height: auto;
  }
  .header.header-common .child-nav .child-list li.is-active > a {
    border: none;
  }
  .header.header-common .child-nav .child-list li a {
    display: block;
  }
  .header.header-common .child-nav .child-list li a span {
    padding-right: 15px;
  }
  .header.header-common .child-nav .child-list li a span::before {
    content: "";
    background-image: url(../images/common/arrow-gold5.svg);
    width: 8px;
    height: 11px;
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
  }
  .header.header-common .child-nav .child-list li a span::after {
    content: "";
    background-image: url(../images/common/arrow-black5.svg);
    width: 8px;
    height: 11px;
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header.header-common .child-nav .child-list li a span:hover::before {
    opacity: 1;
  }
  .header.header-common .child-nav .child-list li a span:hover::after {
    opacity: 0;
  }
  .header.header-common .child-nav .child-list a {
    color: #222;
  }
  .header.header-common .child-nav .child-list .child-ttl {
    font-size: 11px;
    line-height: 26px;
    color: #888;
    margin-bottom: 0;
    height: auto;
    pointer-events: none;
  }
  .header.header-common .child-nav .child-list .child-ttl::after {
    content: unset;
    display: none;
  }
  /* =============================
    MARK: SUB HEADER
  ============================== */

@media (min-width: 751px) and (max-width: 1140px) {
  .header.header-common .nav-list li {
    padding: 0 13px;
  }
}
@media (min-width: 751px) and (max-width: 1080px) {
  .header.header-common .nav-list li {
    font-size: 13px;
  }
}
@media (min-width: 751px) and (max-width: 1080px) and (min-width: 931px) {
  .header.header-common .nav-list li {
    padding: 0 12px;
  }
}
@media (min-width: 751px) and (max-width: 1071px) {
  .header.header-common .logo {
    width: 130px;
  }
  .header.header-common .user-items .cart {
    margin-right: 18px;
  }
  .header.header-common .user-items .mypage {
    margin-right: 0;
  }
}
@media (min-width: 751px) and (max-width: 1020px) {
  .header.header-common .logo {
    width: 110px;
  }
  .header.header-common .nav-list {
    padding-left: 30px;
  }
}
@media (min-width: 751px) and (max-width: 1020px) and (min-width: 921px) {
  .header.header-common .nav-list {
    margin-left: 30px;
  }
}
@media (min-width: 751px) and (max-width: 970px) {
  .header.header-common .logo {
    width: 90px;
  }
  .header.header-common .user-items {
    right: 15px;
  }
  .header.header-common .user-items .cart {
    margin-right: 15px;
  }
  .header.header-common .user-items .mypage {
    margin-right: 0;
  }
  .header.header-common .nav-list {
    padding-left: 30px;
  }
}
@media (min-width: 751px) and (max-width: 930px) {
  .header.header-common .nav-list li {
    padding: 0 10px;
  }
}
@media (min-width: 751px) and (max-width: 920px) {
  .header.header-common .nav-list {
    padding-left: 40px;
  }
  .header.header-common .nav-list li {
    padding: 0 6px;
  }
}
@media (min-width: 751px) and (max-width: 920px) and (min-width: 901px) {
  .header.header-common .nav-list li {
    padding: 0 10px;
  }
}
@media (min-width: 751px) and (max-width: 920px) and (min-width: 771px) {
  .header.header-common .nav-list {
    margin-left: 10px;
  }
}
@media (min-width: 751px) and (max-width: 820px) {
  .header.header-common .nav-list .menu-line {
    margin: 0 10px -4px 10px;
  }
  .header.header-common .nav-list li.corporate .gray-btn {
    padding: 13px 10px;
  }
}
@media (min-width: 751px) and (max-width: 800px) {
  .header.header-common .nav-list li {
    font-size: 12px;
    padding: 0 5px;
  }
}
@media (min-width: 751px) and (max-width: 770px) {
  .header.header-common .nav-list {
    margin-left: 10px;
  }
}
@media (min-width: 751px) {
  .global-nav {
    display: none;
  }
  .header.header-common.nav-25ss {
    z-index: 1000;
    height: 60px;
    background: #fff;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    /* グローバルメニューの?調整 */
  }
  .header.header-common.nav-25ss .jpn {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
  }
  .header.header-common.nav-25ss a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
  }
  .header.header-common.nav-25ss .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .header.header-common.nav-25ss .logo {
    display: unset;
    position: absolute;
    top: 0;
    left: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    font-size: 0;
  }
  .header.header-common.nav-25ss .logo a {
    display: block;
    width: 152px;
    height: 100%;
    background: url(../images/common/logo_kashiyama_black.svg) no-repeat center center;
    background-size: contain;
  }
  .header.header-common.nav-25ss .user-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    right: 30px;
    height: 100%;
    font-size: 0;
  }
  .header.header-common.nav-25ss .user-items a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2px;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: auto;
  }
  .header.header-common.nav-25ss .user-items a:hover {
    opacity: 0.5;
  }
  .header.header-common.nav-25ss .user-items a::before {
    content: "";
    display: block;
  }
  .header.header-common.nav-25ss .user-items .cart {
    width: 20px;
    margin-right: 15px;
  }
  .header.header-common.nav-25ss .user-items .cart::before {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-image: url(../images/common/icon-header-cart.svg);
    background-size: 20px 20px;
  }
  .header.header-common.nav-25ss .user-items .mypage {
    width: 20px;
    margin-right: 0;
  }
  .header.header-common.nav-25ss .user-items .mypage::before {
    width: 20px;
    height: 19px;
    min-width: 20px;
    background-image: url(../images/common/icon-header-mypage.svg);
    background-size: 20px 19px;
  }
  .header.header-common.nav-25ss .user-items.logged-in .mypage::before {
    background-image: url(../images/common/icon-header-mypage-logged-in.svg);
  }
  .header.header-common.nav-25ss .user-items.logged-in .cart::before {
    background-image: url(../images/common/icon-header-cart-logged-in.svg);
  }
  .header.header-common.nav-25ss .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .header.header-common.nav-25ss .nav-list li {
    height: 60px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.56px;
    padding: 0 13px;
  }
  .header.header-common.nav-25ss .nav-list li a::before, .header.header-common.nav-25ss .nav-list li a::after {
    content: unset;
  }
  .header.header-common.nav-25ss .nav-list li a:hover {
    color: #997e5d;
  }
  .header.header-common.nav-25ss .nav-list li span {
    position: relative;
  }
  .header.header-common.nav-25ss .nav-list li.is-active > a {
    -webkit-transition: none;
    transition: none;
    border-bottom: unset;
  }
  .header.header-common.nav-25ss .nav-list li.is-active > a::after {
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
  }
  .header.header-common.nav-25ss .nav-list li.is-active > a:hover::before {
    opacity: 0;
  }
  .header.header-common.nav-25ss[data-active=top] .nav-list li .ico-badge {
    display: block;
  }
  .header.header-common.nav-25ss[data-active=men], .header.header-common.nav-25ss[data-active=women] {
    background: #fff;
  }
  .header.header-common.nav-25ss .is-active > a span {
    margin-bottom: 0;
  }
  .header.header-common.nav-25ss .expand-nav > a {
    pointer-events: auto;
  }
  .header.header-common.nav-25ss .expand-nav.is-active > a::before, .header.header-common.nav-25ss .expand-nav.is-active > a::after {
    opacity: 0;
  }
  .header.header-common.nav-25ss .expand-nav:hover > a {
    color: #997e5d;
  }
  .header.header-common.nav-25ss .expand-nav:hover > a::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .header.header-common.nav-25ss .expand-nav:hover .child-nav {
    opacity: 1;
    pointer-events: all;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: opacity 0.3s, height 0s 0s;
    transition: opacity 0.3s, height 0s 0s;
  }
  .header.header-common.nav-25ss .child-nav {
    position: absolute;
    top: 60px;
    left: 0;
    margin-left: 0;
    padding: 20px 30px 40px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.07);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s, height 0s 0.5s;
    transition: opacity 0.3s, height 0s 0.5s;
    height: 0;
    z-index: 100;
    border-radius: 0 0 8px 8px;
  }
  .header.header-common.nav-25ss .child-nav::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 3px;
    z-index: 2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0));
    opacity: 0.15;
  }
  .header.header-common.nav-25ss .child-nav .child-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1px;
  }
  .header.header-common.nav-25ss .child-nav .child-list li {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    padding: 0;
    margin-bottom: 0;
    height: auto;
    max-width: 182px;
  }
  .header.header-common.nav-25ss .child-nav .child-list li:first-child img {
    border-radius: 8px 0 0 8px;
  }
  .header.header-common.nav-25ss .child-nav .child-list li:last-child img {
    border-radius: 0 8px 8px 0;
  }
  .header.header-common.nav-25ss .child-nav .child-list li.is-active > a {
    border: none;
  }
  .header.header-common.nav-25ss .child-nav .child-list li a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header.header-common.nav-25ss .child-nav .child-list li a picture {
    margin-bottom: 12px;
  }
  .header.header-common.nav-25ss .child-nav .child-list li a img {
    width: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header.header-common.nav-25ss .child-nav .child-list li a span {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    padding-right: 15px;
  }
  .header.header-common.nav-25ss .child-nav .child-list li a span::before {
    content: unset;
  }
  .header.header-common.nav-25ss .child-nav .child-list li a span::after {
    content: unset;
  }
  .header.header-common.nav-25ss .child-nav .child-list li a:hover img {
    opacity: 0.5;
  }
  .header.header-common.nav-25ss .first-btn-pc {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 12px;
    right: 100px;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    width: 146px;
    height: 36px;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header.header-common.nav-25ss .first-btn-pc a {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #222;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .header.header-common.nav-25ss .first-btn-pc span {
    position: relative;
    padding-right: 13px;
  }
  .header.header-common.nav-25ss .first-btn-pc span::after {
    background-image: url(../images/common/icon-first-mark.svg);
    position: absolute;
    right: -2px;
    top: -1px;
    display: block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
  }
  .header.header-common.nav-25ss .first-btn-pc:hover {
    border: 1px solid #222;
    background-color: #222;
  }
  .header.header-common.nav-25ss .first-btn-pc:hover span {
    color: #fff;
  }
  .header.header-common.nav-25ss .first-btn-pc:hover span::after {
    background-image: url(../images/common/icon-first-mark_white.svg);
  }
  .header.header-common.nav-25ss .first-btn-pc.btn-add {
    opacity: 1;
    visibility: visible;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
  }
  .header.header-common.nav-25ss .headerBtnReserve {
    position: absolute;
    top: 13px;
    right: 100px;
    width: 105px;
    height: 34px;
    border-radius: 30px;
    border: 1px solid #222;
    background: #222;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header.header-common.nav-25ss .headerBtnReserve a {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 1px;
  }
  .header.header-common.nav-25ss .headerBtnReserve span {
    position: relative;
    font-size: 12px;
    line-height: 141%;
    letter-spacing: 0.24px;
    padding-right: 12px;
    margin: 0 auto;
  }
  .header.header-common.nav-25ss .headerBtnReserve span::before, .header.header-common.nav-25ss .headerBtnReserve span::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: absolute;
    top: 50.5%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 11px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .header.header-common.nav-25ss .headerBtnReserve span::before {
    background-image: url(../images/common/arrow-white6.svg);
    opacity: 1;
  }
  .header.header-common.nav-25ss .headerBtnReserve span::after {
    background-image: url(../images/common/arrow-black6.svg);
    opacity: 0;
  }
  .header.header-common.nav-25ss .headerBtnReserve:hover {
    border-color: #ccc;
    background: #fff;
    color: #222;
  }
  .header.header-common.nav-25ss .headerBtnReserve:hover a {
    color: #222;
  }
  .header.header-common.nav-25ss .headerBtnReserve:hover span::before {
    opacity: 0;
  }
  .header.header-common.nav-25ss .headerBtnReserve:hover span::after {
    opacity: 1;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .header.header-common.nav-25ss .nav-list {
    margin: 0 0 0 7%;
  }
  .header.header-common.nav-25ss .nav-list:has(+ .first-btn-pc.btn-add) {
    margin: 0 7% 0 0;
  }
}
@media (min-width: 751px) {
  .header-sub {
    position: relative;
    top: 60px;
    z-index: 999;
    width: 100%;
    height: 60px;
    background: #f0f0f0;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
  }
  .header-sub a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
  }
  .header-sub .inner {
    height: 100%;
  }
  .header-sub .ttl {
    display: none;
  }
  .header-sub .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .header-sub .nav-list li {
    height: 100%;
    color: #222;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
  }
  .header-sub .nav-list li a::before, .header-sub .nav-list li a::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
  }
  .header-sub .nav-list li a::before {
    opacity: 0;
  }
  .header-sub .nav-list li a::after {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header-sub .nav-list li:hover > a {
    color: #997e5d;
  }
  .header-sub .nav-list li:hover > a::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .header-sub .nav-list li.is-active {
    color: #997e5d;
  }
  .header-sub .nav-list li.is-active:hover {
    color: #aaa;
  }
  .header-sub .nav-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 22px;
    color: inherit;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header-sub .header-select-box {
    display: none;
  }
  .header-sub .btn-order {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 107px;
    height: 38px;
    border: 1px solid #222;
    border-radius: 3px;
    background: #222;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
  }
  .header-sub .btn-order.is-show {
    opacity: 1;
    pointer-events: all;
  }
  .header-sub .btn-order a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .header-sub .btn-order span {
    position: relative;
    -webkit-transform: translate(0, -1px);
            transform: translate(0, -1px);
    padding-right: 11px;
    font-size: 12px;
    line-height: 1;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
  }
  .header-sub .btn-order span::before, .header-sub .btn-order span::after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header-sub .btn-order span::after {
    background-image: url(../images/common/arrow-white7.svg);
  }
  .header-sub .btn-order span::before {
    background-image: url(../images/common/arrow-black7.svg);
    opacity: 0;
  }
  .header-sub .btn-order:hover {
    border-color: #ccc;
    background: transparent;
    color: #222;
  }
  .header-sub .btn-order:hover span::after {
    opacity: 0;
  }
  .header-sub .btn-order:hover span::before {
    opacity: 1;
  }
  .header-sub[data-active=top] .nav-list li {
    color: #222;
  }
  .header-sub[data-active=top] .nav-list li:hover {
    color: #aaa;
  }
}
@media (min-width: 751px) and (max-width: 970px) {
  .header-sub .nav-list a {
    padding: 0 19px;
  }
}
@media (min-width: 751px) {
  .header-sp-sub {
    display: none;
  }
  body[data-sp-header-menu-id=top] .header.header-common.nav-25ss {
    margin-top: 28px;
  }
  body[data-sp-header-menu-id=top] .header.header-common.nav-25ss.is-fixed {
    margin-top: 0;
  }
}
/*========================================================================
    MARK: [SP] HEADER
======================================================================= */
@media (max-width: 750px) {
  .header-mobile-divider {
    height: 1px;
    background-color: #cccccc;
    margin: 8px -16px;
    width: calc(100% + 32px);
  }

  .header_menu {
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
  }

  .header_menu h1 {
    order: 1;
    width: auto;
    margin-left: 15px;
  }

  .user-items {
    order: 2;
    width: auto;
    margin-right: 15px;
  }

  .header_menu::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    order: 3;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .header_menu ul {
    order: 4;
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
  }

  .headerBtnReserve {
    order: 5;
    width: 100%;
    text-align: center;
    padding: 0 15px;
  }
  
  .header.header-common {
    height: auto;
    padding-bottom: 20px;
  }

  .header.header-common a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
  }
  .header.header-common .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .header.header-common .logo {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 0;
  }
  .header.header-common .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 163px;
    height: 15px;
    background: url(../images/common/logo_kashiyama_black.svg) no-repeat center center;
    background-size: contain;
  }
  .header.header-common .logo a img {
    width: 32px;
    height: auto;
  }
  .header.header-common .user-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    right: 17px;
    height: 100%;
    font-size: 0;
  }
  .header.header-common .user-items a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2px;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: auto;
  }
  .header.header-common .user-items a:hover {
    opacity: 0.5;
  }
  .header.header-common .user-items a::before {
    content: "";
    display: block;
  }
  .header.header-common .user-items a span {
    display: none;
  }
  .header.header-common .user-items .cart {
    margin-right: 14px;
  }
  .header.header-common .user-items .cart::before {
    width: 20px;
    height: 20px;
    background-image: url(../images/common/icon-header-cart.svg);
    background-size: 20px 20px;
  }
  .header.header-common .user-items .mypage {
    margin-right: 0;
  }
  .header.header-common .user-items .mypage::before {
    width: 20px;
    height: 19px;
    background-image: url(../images/common/icon-header-mypage.svg);
    background-size: 20px 19px;
  }
  .header.header-common .user-items.logged-in .mypage::before {
    background-image: url(../images/common/icon-header-mypage-logged-in.svg);
  }
  .header.header-common .user-items.logged-in .cart::before {
    background-image: url(../images/common/icon-header-cart-logged-in.svg);
  }
  .header.header-common .nav-list {
    display: none;
  }
  .header.header-common[data-active=top] .sp-menu.is-show {
    padding-bottom: 80px;
  }
  .header.header-common.nav-24ss {
    height: 44px;
    border-bottom: 1px solid #efefef;
  }
  .header.header-common.nav-24ss .user-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    right: 42px;
    height: 100%;
    font-size: 0;
  }
  .header.header-common.nav-24ss .user-items a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2px;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: auto;
  }
  .header.header-common.nav-24ss .user-items a:hover {
    opacity: 0.5;
  }
  .header.header-common.nav-24ss .user-items a::before {
    content: "";
    display: block;
  }
  .header.header-common.nav-24ss .user-items a span {
    display: none;
  }
  .header.header-common.nav-24ss .user-items .cart {
    position: relative;
    margin-right: 0px;
    width: 35px;
    height: 44px;
  }
  .header.header-common.nav-24ss .user-items .cart::before {
    position: absolute;
    top: 12px;
    left: 7px;
    width: 19px;
    height: 19px;
    background-image: url(../images/common/icon-header-cart.svg);
    background-size: 19px 19px;
  }
  .header.header-common.nav-24ss .user-items .mypage {
    position: relative;
    margin-right: 0;
    width: 35px;
    height: 44px;
  }
  .header.header-common.nav-24ss .user-items .mypage::before {
    position: absolute;
    left: 8px;
    width: 19px;
    height: 18px;
    background-image: url(../images/common/icon-header-mypage.svg);
    background-size: 19px 18px;
  }
  .header.header-common.nav-24ss .user-items.logged-in .mypage::before {
    background-image: url(../images/common/icon-header-mypage-logged-in.svg);
  }
  .header.header-common.nav-24ss .user-items.logged-in .cart::before {
    background-image: url(../images/common/icon-header-cart-logged-in.svg);
  }
  .header.header-common.nav-25ss {
    border-bottom: unset;
    z-index: 100;
    width: 100%;
    height: unset;
  }
  .header.header-common.nav-25ss .inner {
    height: 45px;
  }
  .header.header-common.nav-25ss .user-items {
    height: 45px;
  }
  .header.header-common.nav-25ss .first-btn-pc {
    display: none;
  }
  .header.header-common.nav-25ss .headerBtnReserve {
    display: none;
  }
  .header.header-common.nav-25ss .header-sp-sub {
    border: none;
  }
  .header.header-common.nav-25ss .header-sp-sub .inner {
    height: 58px;
  }
  .global-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 50px;
    min-height: 50px;
    pointer-events: none;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    overflow: hidden;
  }
  .global-nav.on {
    position: absolute;
    overflow-y: auto;
    pointer-events: all;
    background: #fff;
  }
  .global-nav.on .content {
    height: 100%;
    opacity: 1;
    pointer-events: all;
    z-index: 1;
  }
  .global-nav.on .menu span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .global-nav.on .menu span:nth-child(2) {
    bottom: 15px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .global-nav.on.smooth-scroll {
    -webkit-overflow-scrolling: touch;
  }
  .global-nav .inner {
    padding: 0;
    border-top: 1px solid #ddd;
    background: #fff;
  }
  .global-nav a {
    color: inherit;
    text-decoration: none;
  }
  .global-nav .menu {
    position: absolute;
    top: 10px;
    left: 14px;
    z-index: 200;
    width: 32px;
    height: 32px;
    pointer-events: all;
  }
  .global-nav .menu span {
    display: block;
    position: absolute;
    left: 6px;
    width: 20px;
    height: 2px;
    background: #222;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .global-nav .menu span:nth-child(1) {
    top: 11px;
  }
  .global-nav .menu span:nth-child(2) {
    bottom: 11px;
  }
  .global-nav .logo {
    position: absolute;
    top: 25px;
    left: 50%;
    -webkit-transform: translate(-50%, -52%);
            transform: translate(-50%, -52%);
    font-size: 0;
    z-index: 5;
    pointer-events: all;
  }
  .global-nav .logo a {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 163px;
    height: 15px;
    background: url(../images/common/logo_kashiyama_black.svg) no-repeat center center;
    background-size: contain;
  }
  .global-nav .logo a img {
    width: 32px;
    height: auto;
  }
  .global-nav .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
    width: 100%;
    height: 0;
    padding: 50px 0 0;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .global-nav .content .inner {
    background: #f2f2f2;
  }
  .global-nav .content .menu-list {
    padding: 0px 20px;
    width: 100%;
    margin: 0 auto;
  }
  .global-nav .content .menu-list li {
    font-size: 12px;
    line-height: 37px;
    letter-spacing: 0;
  }
  .global-nav .content .menu-list li.gender {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
  }
  .global-nav .content .menu-list li.login {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    margin: 15px auto 23px;
    position: relative;
  }
  .global-nav .content .menu-list li.login a {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 15px;
    text-align: left;
    padding: 18px 20px 18px 50px;
    display: block;
  }
  .global-nav .content .menu-list li.login::before {
    position: absolute;
    content: "";
    top: 16px;
    left: 20px;
    width: 18px;
    height: 17px;
    background-image: url(../images/common/icon-header-mypage.svg);
    background-size: 18px 17px;
  }
  .global-nav .content .menu-list li.login::after {
    position: absolute;
    content: "";
    top: 20px;
    right: 20px;
    display: inline-block;
    background: url(../images/common/arrow-black7.svg) no-repeat center center;
    width: 7px;
    height: 12px;
    margin-left: 10px;
  }
  .global-nav .content .menu-list li.login.logged-in {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
  }
  .global-nav .content .menu-list li.sub {
    position: relative;
    background: #fff;
    margin-bottom: 2px;
  }
  .global-nav .content .menu-list li.sub.easy {
    border-radius: 3px;
    margin-bottom: 10px !important;
  }
  .global-nav .content .menu-list li.sub.shoes {
    border-radius: 3px;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
  }
  .global-nav .content .menu-list li.sub.title {
    line-height: 15px !important;
    padding: 18px 20px;
    display: block;
  }
  .global-nav .content .menu-list li.sub.title::after {
    content: unset;
  }
  .global-nav .content .menu-list li.sub::after {
    position: absolute;
    content: "";
    top: 20px;
    right: 20px;
    display: inline-block;
    background: url(../images/common/arrow-black7.svg) no-repeat center center;
    width: 7px;
    height: 12px;
    margin-left: 10px;
  }
  .global-nav .content .menu-list li.sub a {
    line-height: 14px;
    padding: 18px 20px;
    display: block;
  }
  .global-nav .content .menu-list li.sub span {
    font-size: 11px;
    color: #888;
    margin-left: 10px;
    letter-spacing: 1px;
  }
  .global-nav .content .menu-list li.ja {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
  }
  .global-nav .content .menu-list-sub {
    margin-top: 7px;
  }
  .global-nav .content .menu-list-sub.suitpedia {
    margin-bottom: 15px;
  }
  .global-nav .content .menu-list-sub li {
    width: 100%;
    font-size: 13px;
    line-height: 32px;
    letter-spacing: 0;
  }
  .global-nav .content .menu-list-sub li::before {
    display: inline;
    margin-right: 5px;
    content: "-";
  }
  .global-nav .content .menu-list-login {
    width: 100%;
  }
  .global-nav .content .menu-list-login .user {
    position: relative;
    display: none;
    background: #fff;
    border-radius: 3px;
    margin: 15px auto 27px;
  }
  .global-nav .content .menu-list-login .user::before {
    position: absolute;
    content: "";
    top: 16px;
    left: 20px;
    width: 18px;
    height: 17px;
    background-image: url(../images/common/icon-header-mypage.svg);
    background-size: 18px 17px;
  }
  .global-nav .content .menu-list-reserve {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 24px;
  }
  .global-nav .content .menu-list-reserve li {
    width: 100%;
  }
  .global-nav .content .menu-list-reserve li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    position: relative;
    padding: 7px 0;
    color: #fff;
    background: #222;
  }
  .global-nav .content .menu-list-reserve li a::after {
    content: "";
    display: inline-block;
    background: url(../images/common/arrow-white7.svg) no-repeat center center;
    width: 7px;
    height: 12px;
    margin-left: 10px;
  }
  .global-nav .content .menu-list-01 {
    width: 100%;
    margin-bottom: 25px;
  }
  .global-nav .content .menu-list-01 li {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
  }
  .global-nav .content .menu-list-01 li:nth-child(3) {
    border-radius: 3px 3px 0 0;
  }
  .global-nav .content .menu-list-01 li:last-child {
    border-radius: 0 0 3px 3px;
  }
  .global-nav .content .menu-list-01 li span {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
  }
  .global-nav .content .menu-list-02 {
    width: 100%;
    margin-bottom: 25px;
  }
  .global-nav .content .menu-list-02 li {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
  }
  .global-nav .content .menu-list-02 li:nth-child(3) {
    border-radius: 3px 3px 0 0;
  }
  .global-nav .content .menu-list-02 li:nth-child(5) {
    border-radius: 0 0 3px 3px;
  }
  .global-nav .content .menu-list-02 li span {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
  }
  .global-nav .content .menu-list-03 {
    width: 100%;
    margin-bottom: 35px;
  }
  .global-nav .content .menu-list-03 li {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    line-height: 30px;
    background: #fff;
    margin: 0;
  }
  .global-nav .content .menu-list-03 li:first-child {
    padding-top: 10px;
    border-radius: 3px 3px 0 0;
  }
  .global-nav .content .menu-list-03 li:last-child {
    border-radius: 0 0 3px 3px;
    padding-bottom: 15px;
  }
  .global-nav .content .menu-list-03 a {
    padding: 5px 20px;
    display: block;
  }
  .global-nav .content .menu-list-04 {
    width: 100%;
    margin-bottom: 25px;
  }
  .global-nav .content .menu-list-04 li {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    line-height: 30px;
    background: #fff;
    margin: 0;
  }
  .global-nav .content .menu-list-04 li:nth-child(2) {
    padding-top: 15px;
    border-radius: 3px 3px 0 0;
  }
  .global-nav .content .menu-list-04 li:last-child {
    padding-bottom: 15px;
    border-radius: 0 0 3px 3px;
  }
  .global-nav .content .menu-list-04 .corporate {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 15px;
    background: unset;
  }
  .global-nav .content .menu-list-04 a {
    padding: 5px 20px;
    display: block;
  }
  .global-nav .content .menu-list-sns {
    padding-bottom: 30px;
    border-bottom: none;
  }
  .global-nav .content .menu-list-sns li {
    background: #fff;
  }
  .global-nav .content .menu-list-sns li:first-child {
    border-radius: 3px 3px 0 0;
  }
  .global-nav .content .menu-list-sns li:last-child {
    border-radius: 0 0 3px 3px;
  }
  .global-nav .content .menu-list-sns li.title {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    line-height: 15px;
    color: #888;
    padding: 20px 20px 12px 20px;
  }
  .global-nav .content .menu-list-sns li.icon {
    padding: 0 20px;
  }
  .global-nav .content .menu-list-sns .sns {
    padding-bottom: 10px;
  }
  .global-nav .content .menu-list-sns .sns li {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    background: #111;
    color: #fff;
  }
  .global-nav .content .menu-list-sns .sns li:not(:last-child) {
    margin-right: 14px;
  }
  .global-nav .content .menu-list-sns .sns li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .global-nav .content .menu-list-sns .sns li a::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Brands";
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
  }
  .global-nav .content .menu-list-sns .sns li.facebook a::after {
    font-size: 16px;
    content: "\f39e";
  }
  .global-nav .content .menu-list-sns .sns li.instagram a::after {
    font-size: 16px;
    content: "\f16d";
  }
  .global-nav .content .menu-list-sns .sns li.twitter a::after {
    font-size: 15px;
    content: "\f099";
  }
  .global-nav .content .menu-list-sns .sns li.youtube a::after {
    font-size: 15px;
    content: "\f167";
  }
  .global-nav .content .menu-list .slide-toggle-btn {
    cursor: pointer;
    width: 100%;
    padding: 7px 20px 7px 50px;
    position: relative;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 36px;
  }
  .global-nav .content .menu-list .slide-toggle-btn::before, .global-nav .content .menu-list .slide-toggle-btn::after {
    content: "";
    width: 11px;
    height: 3px;
    background: #222;
    position: absolute;
    top: 24px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .global-nav .content .menu-list .slide-toggle-btn::before {
    -webkit-transform: rotate(45deg) scale(0.7);
            transform: rotate(45deg) scale(0.7);
    right: 21px;
  }
  .global-nav .content .menu-list .slide-toggle-btn::after {
    -webkit-transform: rotate(-45deg) scale(0.7);
            transform: rotate(-45deg) scale(0.7);
    right: 16px;
  }
  .global-nav .content .menu-list .slide-toggle-btn.on::before {
    -webkit-transform: rotate(-45deg) scale(0.7);
            transform: rotate(-45deg) scale(0.7);
  }
  .global-nav .content .menu-list .slide-toggle-btn.on::after {
    -webkit-transform: rotate(45deg) scale(0.7);
            transform: rotate(45deg) scale(0.7);
  }
  .global-nav .content .menu-list .slide-toggle-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
  }
  .global-nav .content .menu-list .slide-toggle-content::before {
    content: "";
    display: block;
    border-top: 2px solid #f2f2f2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  .global-nav .content .menu-list .slide-toggle-content li {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 32px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
  }
  .global-nav .content .menu-list .slide-toggle-content li:first-child {
    padding-top: 13px;
  }
  .global-nav .content .menu-list .slide-toggle-content li:last-child {
    padding-bottom: 13px;
  }
  .global-nav.nav-25ss {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 45px;
    min-height: 45px;
    pointer-events: none;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
  }
  .global-nav.nav-25ss a {
    color: inherit;
    text-decoration: none;
  }
  .global-nav.nav-25ss .logo {
    display: block;
    position: absolute;
    top: 16px;
    left: 4.8%;
    -webkit-transform: unset;
            transform: unset;
    font-size: 0;
    z-index: 5;
    pointer-events: all;
  }
  .global-nav.nav-25ss .logo a {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 140px;
    height: 12.91px;
    background: url(../images/common/logo_kashiyama_black.svg) no-repeat center center;
    background-size: contain;
  }
  .global-nav.nav-25ss .logo a img {
    width: 32px;
    height: auto;
  }
  .global-nav.nav-25ss #spMenuBtn {
    display: none;
    visibility: hidden;
  }
  .global-nav.nav-25ss .overlay {
    display: none;
    visibility: hidden;
  }
  .global-nav.nav-25ss .content {
    display: none;
    visibility: hidden;
  }
  /* =============================
    MARK: SUB HEADER
  ============================== */
  .header-sub {
    position: relative;
    top: 50px;
    z-index: 50;
    width: 100%;
    height: 50px;
    background: #fff;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
  }
  .header-sub a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
  }
  .header-sub .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .header-sub .ttl {
    display: none;
  }
  .header-sub .nav-list {
    display: none;
    position: absolute;
    top: 44px;
    left: 5px;
    width: 175px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
  }
  .header-sub .nav-list li {
    font-size: 12px;
    line-height: 36px;
    text-align: left;
    letter-spacing: 0;
  }
  .header-sub .nav-list li:first-child {
    padding-top: 15px;
  }
  .header-sub .nav-list li:last-child {
    padding-bottom: 20px;
  }
  .header-sub .nav-list li.is-active a {
    background: #ddd;
  }
  .header-sub .nav-list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 10px;
  }
  .header-sub .header-select-box {
    position: absolute;
    top: 16px;
    left: 15px;
  }
  .header-sub .header-select-box .label {
    display: inline-block;
    font-size: 12px;
    line-height: 19px;
    vertical-align: middle;
    letter-spacing: 0;
  }
  .header-sub .header-select-box::after {
    display: inline-block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 7px;
    height: 14px;
    margin-left: 4px;
    background: url(../images/common/arrow-black7.svg) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    content: "";
  }
  .header-sub .header-select-box.is-active::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-top: -2px;
  }
  .header-sub .btn-order {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 106px;
    height: 36px;
    border-radius: 3px;
    background: #222;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header-sub .btn-order.is-show {
    opacity: 1;
    pointer-events: all;
  }
  .header-sub .btn-order a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .header-sub .btn-order span {
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    font-family: "FOT-セザン? Pro DB", sans-serif;
    vertical-align: top;
    letter-spacing: 0;
  }
  .header-sub .btn-order span::after {
    display: inline-block;
    width: 6px;
    height: 11px;
    margin-left: 5px;
    background: url(../images/common/arrow-white7.svg) no-repeat center center;
    background-size: contain;
    vertical-align: top;
    content: "";
  }
  .header-sub:not([data-active=top]) .btn-order {
    display: block;
  }
  .header-sub[data-active=top] .ttl {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
  }
  .header-sub[data-active=top] .ttl a {
    display: block;
    height: 100%;
    padding: 17px 10px;
  }
  .header-sub[data-active=top] .nav-list li.top {
    display: none;
  }
  .header-sub-men[data-active=top] .header-select-box {
    display: none;
  }
  .header-sub-men[data-active=top] .btn-order {
    display: none;
  }
  .header-sub-men[data-active=top] .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
  }
  .header-sub-men[data-active=top] .nav-list li {
    padding-top: 0;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0;
  }
  .header-sub-men[data-active=top] .nav-list li:not(:last-child) {
    margin-right: 18px;
  }
  .header-sub-men[data-active=top] .nav-list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 17px 0;
  }
  .header-sub-women[data-active=women-suit] .ttl {
    display: none;
  }
  .header-sub-women[data-active=women-suit] .header-select-box {
    pointer-events: none;
  }
  .header-sub-women[data-active=women-suit] .header-select-box::after {
    display: none;
  }
}
@media (max-width: 750px) and (max-width: 370px) {
  .header-sub-men[data-active=top] .nav-list li:not(:last-child) {
    margin-right: 20px;
  }
  .header-sub-men[data-active=top] .nav-list li.setup a {
    padding: 9px 0;
  }
}
