@charset "UTF-8";
@media screen and (max-width: 600px) {
  .site-header-scroll-admin {
    top: 0px;
  }
}
@media screen and (min-width: 601px) and (max-width: 797px) {
  .site-header-scroll-admin {
    top: 46px;
  }
}
@media screen and (min-width: 798px) and (max-width: 979px) {
  .site-header-scroll-admin {
    top: 32px;
  }
}
@media screen and (min-width: 980px) {
  .site-header-scroll-admin {
    top: 32px;
  }
}

.site-header-scroll {
  top: 0px;
}

@media screen and (max-width: 979px) {
  .main-centent {
    margin-top: -53px;
    font-family: "Noto Sans JP";
    color: #464E53;
  }
  .site-header {
    /* ヘッダー */
    width: 100%;
    height: 50px !important;
    min-height: 50px;
    position: sticky;
    background-color: rgb(255, 255, 255);
    padding: 0;
    margin: 0;
    z-index: 100;
  }
  .site-header .header-content {
    position: relative;
    height: 50px;
  }
  .site-header .header-content .site-title {
    /* ブックラインナップ */
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: 700;
    line-height: 23.17px;
    text-align: center;
    color: #6F5436;
    width: 76vw;
    margin: 0 12vw;
  }
  .site-header .header-content .header-bar-item {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #6F5436;
  }
  .site-header .header-content #site-navigation {
    /* テキスト */
    display: none;
  }
  .site-header .header-content #site-navigation .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    text-align: center;
  }
  .site-header .header-content #site-navigation .menu ul {
    text-decoration: none;
    list-style: none;
    display: flex;
  }
  .site-header .header-content #site-navigation .menu li {
    padding-left: 60px;
    padding-right: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    position: relative;
  }
  .site-header .header-content #site-navigation .menu .current_page_item ::after {
    content: "　";
    position: absolute;
    width: 93px;
    border-bottom: 3px solid #333 !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -4px);
  }
  .site-header .header-content #site-navigation .menu li:not(:last-child) {
    border-right: 1px solid #333;
  }
  .site-header .header-content #site-navigation .menu li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
  }
  .site-header #modal {
    display: none;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 150;
    background: #6F5436 !important;
  }
  .site-header #modal .close-component {
    position: relative;
    padding: 0;
    margin: 0;
  }
  .site-header #modal .close-component .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 26px;
    font-weight: 100;
    color: white;
    background: transparent;
    cursor: pointer;
    border: none;
    z-index: 160;
    padding: 0;
    margin: 0;
  }
  .site-header #modal .modal-content {
    height: calc(100% - 100px) !important;
    overflow-y: scroll;
  }
  .site-header #modal .modal-content .modal-top .modal-top-text {
    padding-top: 50px;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: 700;
    color: white;
    text-align: center;
    width: 100%;
  }
  .site-header #modal .modal-content .modal-top .modal-menu-image-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
  .site-header #modal .modal-content .modal-top .modal-menu-image-parent .modal-menu-image {
    width: 90px;
    height: auto;
  }
  .site-header #modal .modal-content .menu-content {
    padding-left: 30px;
    padding-right: 20px;
  }
  .site-header #modal .modal-content .menu-content .search-form {
    position: relative;
    width: 100%;
    height: 35px;
    padding-top: 30px;
    padding-bottom: 0px;
    margin: 0;
  }
  .site-header #modal .modal-content .menu-content .search-form #search_words {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    font-size: 18px;
    border: white solid 1px;
    height: 35px !important;
    background-color: #6F5436;
    color: white;
  }
  .site-header #modal .modal-content .menu-content .search-form #search_words::placeholder {
    color: white;
  }
  .site-header #modal .modal-content .menu-content .search-form #search-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    z-index: 10;
    border: none !important;
    background-color: #6F5436 !important;
    color: white !important;
    cursor: pointer;
  }
  .site-header #modal .modal-content .menu-content .menu-item {
    position: relative;
    cursor: pointer;
    padding-top: 12px;
  }
  .site-header #modal .modal-content .menu-content .menu-item .category-header {
    padding: 10px 0px;
    border-bottom: 1px solid #fff;
    position: relative;
    color: white;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    line-height: 23.17px;
    text-align: left;
  }
  .site-header #modal .modal-content .menu-content .menu-item .category-header .arrow {
    display: block;
    clear: both;
    position: absolute;
    top: 8px;
    right: 10px;
    color: white;
  }
  .site-header #modal .modal-content .menu-content .menu-item .profile-header {
    padding: 10px 0px;
    border-bottom: 1px solid #fff;
    position: relative;
    color: white;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    line-height: 23.17px;
    text-align: left;
  }
  .site-header #modal .modal-content .menu-content .menu-item .profile-header .arrow {
    display: block;
    clear: both;
    position: absolute;
    top: 8px;
    right: 10px;
    color: white;
  }
  .site-header #modal .modal-content .menu-content .menu-item .sp-menu-bar-widget-area ul {
    text-decoration: none;
    list-style: none !important;
    padding: 0;
    margin: 0;
  }
  .site-header #modal .modal-content .menu-content .menu-item .sp-menu-bar-widget-area .menu li {
    padding: 10px 0px;
    border-bottom: 1px solid #fff;
    position: relative;
    color: white !important;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    line-height: 23.17px;
    text-align: left;
  }
  .site-header #modal .modal-content .menu-content .menu-item .sp-menu-bar-widget-area .menu li a {
    text-decoration: none;
    color: white !important;
  }
  .site-header #modal .modal-content .menu-content .category-header.active .arrow {
    transform: rotate(90deg);
  }
  .site-header #modal .modal-content .menu-content .profile-header.active .arrow {
    transform: rotate(90deg);
  }
  .site-header #modal .modal-content .menu-content .menu-item .active.submenu-category {
    display: block;
  }
  .site-header #modal .modal-content .menu-content .menu-item .active.submenu-profile {
    display: block;
  }
  .site-header #modal .modal-content .menu-content .submenu-category {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .site-header #modal .modal-content .menu-content .submenu-category li {
    padding: 10px 0px;
    color: white;
    border-bottom: #fff dashed 1px;
  }
  .site-header #modal .modal-content .menu-content .submenu-category li .li-term-count::before {
    content: "(";
    margin-left: 4px;
  }
  .site-header #modal .modal-content .menu-content .submenu-category li .li-term-count::after {
    content: ")";
  }
  .site-header #modal .modal-content .menu-content .submenu-category li:last-child {
    padding: 10px 0px;
    color: white;
    border-bottom: #fff solid 1px;
  }
  .site-header #modal .modal-content .menu-content .submenu-profile {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .site-header #modal .modal-content .menu-content .submenu-profile li {
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255, 86, 86, 0.1);
    color: white;
    border-bottom: #fff dashed 1px;
  }
  .site-header #modal .modal-content .menu-content .submenu-profile li:last-child {
    padding: 10px 0px;
    color: white;
    border-bottom: #fff solid 1px;
  }
  .site-header #modal .modal-bottom {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .site-header #modal .modal-bottom .sp-footer-menu-widget-area ul {
    text-decoration: none;
    list-style: none !important;
    padding: 0;
    margin: 0;
  }
  .site-header #modal .modal-bottom .sp-footer-menu-widget-area .menu li {
    padding: 10px;
    position: relative;
    color: white;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 500;
    line-height: 23.17px;
    text-align: center;
  }
  .site-header #modal .modal-bottom .sp-footer-menu-widget-area .menu li a {
    color: white !important;
  }
  .site-header #modal .modal-bottom .modal-bottom-text {
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-weight: 400;
    color: white;
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
  }
  .to-link-parent {
    width: 100%;
    text-align: center;
    margin-top: 28px;
    text-decoration: none !important;
  }
  .to-link {
    height: 50px;
    background: #6F5436;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none !important;
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  .main-centent {
    margin-top: -181px;
    font-family: "Noto Sans JP";
    color: #464E53;
  }
  .site-header {
    /* ヘッダー */
    width: 100%;
    height: 181px;
    position: sticky;
    background-color: rgb(255, 255, 255);
    padding: 0;
    margin: 0;
    z-index: 100;
  }
  .site-header .header-content {
    position: relative;
  }
  .site-header .header-content .header-bar-item {
    display: none;
  }
  .site-header .header-content .site-title {
    /* ブックラインナップ */
    display: flex;
    justify-content: center;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    /* ボックスの高さと同一 */
    text-align: center;
    color: #6F5436;
    padding-top: 28px;
  }
  .site-header .header-content #site-navigation {
    /* テキスト */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .site-header .header-content #site-navigation .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    text-align: center;
  }
  .site-header .header-content #site-navigation .menu ul {
    text-decoration: none;
    list-style: none;
    display: flex;
  }
  .site-header .header-content #site-navigation .menu li {
    padding-left: 60px;
    padding-right: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    position: relative;
  }
  .site-header .header-content #site-navigation .menu .current_page_item ::after {
    content: "　";
    position: absolute;
    width: 93px;
    border-bottom: 3px solid #333 !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -4px);
  }
  .site-header .header-content #site-navigation .menu li:not(:last-child) {
    border-right: 1px solid #333;
  }
  .site-header .header-content #site-navigation .menu li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
  }
  .site-header #modal {
    display: none !important;
  }
  .to-link-parent {
    width: 100%;
    text-align: left;
    text-decoration: none !important;
  }
  .to-link {
    height: 50px;
    background: #6F5436;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: left;
    text-decoration: none !important;
    text-align: center;
  }
}
.to-link {
  text-decoration: none !important;
}/*# sourceMappingURL=header.css.map */