@media screen and (min-width: 751px) {
  #header_renewal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  #header_renewal.open #header_modal {
    opacity: 1;
    pointer-events: visible;
  }
  #header_renewal.admin_page #nomal_menu_list {
    display: none;
  }
  #header_renewal.admin_page #admin_menu_list {
    display: flex;
  }
}
@media screen and (min-width: 751px) and (max-width: 1380px) {
  #header_renewal.admin_page #admin_menu_list {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  #header_renewal.admin_page #admin_page_link {
    display: none;
  }
  #header_renewal.admin_page #header_main .header_logo_admin_txt {
    display: block;
  }
  #header_renewal.admin_page #header_main .header_menu_item {
    width: 150px;
  }
  #header_renewal.logged_in #header_main .header_account_menu_list .login_btn {
    display: none;
  }
  #header_renewal.logged_in #header_main .header_account_menu_list .logout_btn {
    display: flex;
  }
  #header_main {
    background-color: rgba(255, 255, 255, 0.9);
  }
  #header_main.header_wrap {
    width: 100%;
    height: 130px;
  }
  #header_main .header_inner {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 18px 30px;
  }
  #header_main .logo_wrap {
    display: flex;
    align-items: center;
    justify-content: stretch;
    height: 100%;
  }
  #header_main .logo_wrap a {
    display: block;
    width: 100%;
  }
  #header_main .logo_wrap h1 {
    display: flex;
    align-items: end;
    gap: 5px;
    width: 100%;
    height: 100%;
  }
  #header_main .logo_wrap img {
    display: block;
    width: 270px;
    object-fit: contain;
    object-fit: center bottom;
  }
  #header_main .logo_wrap .header_logo_admin_txt {
    display: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  #header_main .header_menus {
    display: flex;
    align-items: end;
    justify-content: end;
    gap: 20px;
  }
  #header_main #nomal_menu_list {
    display: flex;
  }
}
@media screen and (min-width: 751px) and (max-width: 1380px) {
  #header_main #nomal_menu_list {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  #header_main #admin_menu_list {
    display: none;
  }
  #header_main .header_menu_list {
    display: flex;
    align-items: end;
    justify-content: end;
  }
}
@media screen and (min-width: 751px) and (max-width: 1380px) {
  #header_main .header_menu_list {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  #header_main .header_menu_item {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: end;
    gap: 8px;
    width: 125px;
    transition: all 0.3s ease-in-out;
  }
  #header_main .header_menu_item .header_menu_image_wrap {
    position: relative;
    overflow: hidden;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(53, 133, 164, 0.2);
    transition: all 0.3s ease-in-out;
  }
  #header_main .header_menu_item .header_menu_image_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: center;
    transition: all 0.3s ease-in-out;
  }
  #header_main .header_menu_item .header_menu_text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  #header_main .header_menu_item.header_menu_item_other .header_menu_image_wrap img:first-of-type {
    opacity: 1;
  }
  #header_main .header_menu_item.header_menu_item_other .header_menu_image_wrap img:last-of-type {
    opacity: 0;
  }
  #header_main .header_menu_item.header_menu_item_other:hover .header_menu_image_wrap.news {
    background-color: #ffeef5;
  }
  #header_main .header_menu_item.header_menu_item_other:hover .header_menu_image_wrap.movie {
    background-color: #dbf5ff;
  }
  #header_main .header_menu_item.header_menu_item_other:hover .header_menu_image_wrap.useful {
    background-color: #e7ffe2;
  }
  #header_main .header_menu_item.header_menu_item_other:hover .header_menu_image_wrap img:first-of-type {
    opacity: 0;
  }
  #header_main .header_menu_item.header_menu_item_other:hover .header_menu_image_wrap img:last-of-type {
    opacity: 1;
  }
  #header_main .header_menu_item:hover {
    text-decoration: none;
  }
  #header_main .header_menu_item:hover .header_menu_image_wrap {
    transform: scale(1.1);
  }
  #header_main .header_menu_item:hover .header_menu_image_wrap img {
    opacity: 1;
  }
  #header_main .header_menu_item:hover .header_menu_text {
    text-decoration: none;
  }
  #header_main .header_account_menu_list {
    display: flex;
    align-items: end;
    justify-content: end;
    margin-left: 10px;
  }
  #header_main .header_account_menu_list .login_btn {
    display: flex;
  }
  #header_main .header_account_menu_list .logout_btn {
    display: none;
  }
  #header_main .header_account_menu_item {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: end;
    gap: 8px;
    width: 100px;
    transition: all 0.3s ease-in-out;
  }
  #header_main .header_account_menu_item .header_menu_image_wrap {
    overflow: hidden;
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
  }
  #header_main .header_account_menu_item .header_menu_image_wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: center;
  }
  #header_main .header_account_menu_item .header_menu_image_wrap.admin {
    background-color: #d1eaf4;
  }
  #header_main .header_account_menu_item .header_menu_image_wrap.login {
    background-color: #ffe3f1;
  }
  #header_main .header_account_menu_item .header_menu_image_wrap.logout {
    background-color: #eaeaea;
  }
  #header_main .header_account_menu_item .header_menu_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  #header_main .header_account_menu_item:hover {
    opacity: 1;
    text-decoration: none;
  }
  #header_main .header_account_menu_item:hover .header_menu_image_wrap {
    transform: scale(1.1);
  }
  #header_main .header_account_menu_item:hover .header_menu_image_wrap img {
    opacity: 1;
  }
  #header_main .header_account_menu_item:hover .header_menu_text {
    text-decoration: none;
  }
  #header_main .header_menu_btn_wrap {
    padding-bottom: 22px;
  }
  #header_main .header_menu_btn {
    width: 46px;
    height: 46px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    appearance: none;
    font: inherit;
    color: inherit;
    outline: none;
    transition: all 0.3s ease-in-out;
  }
  #header_main .header_menu_btn:hover {
    opacity: 0.7;
  }
  #header_main .header_menu_btn_image_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 38px;
    height: 28px;
  }
  #header_main .header_menu_btn_image_wrap span {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 99px;
    background-color: #ff5e9d;
  }
  #header_main .header_menu_btn_image_wrap span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
  }
  #header_main .header_menu_btn_image_wrap span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
  }
  #header_main .header_menu_btn_image_wrap span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #header_main .header_menu_btn_text {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    color: #ff5e9d;
  }
  #header_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1100;
    background-color: #f8f8f8;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
  }
  #header_modal .header_modal_wrap {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #header_modal .header_modal_inner {
    overflow-y: scroll;
    margin: 130px auto 0 auto;
    padding: 0 40px;
    width: 100%;
    max-width: 1280px;
    height: calc(100% - 75px);
  }
  #header_modal .header_close_btn_inner {
    position: absolute;
    bottom: calc(100% + 40px);
    right: 40px;
  }
  #header_modal .header_close_btn {
    position: relative;
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    appearance: none;
    font: inherit;
    color: inherit;
    outline: none;
    transition: all 0.3s ease-in-out;
  }
  #header_modal .header_close_btn span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 4px;
    background-color: #ff5e9d;
    border-radius: 999px;
  }
  #header_modal .header_close_btn span:nth-child(1) {
    transform: translate3d(-50%, -50%, 0) rotate(30deg);
  }
  #header_modal .header_close_btn span:nth-child(2) {
    transform: translate3d(-50%, -50%, 0) rotate(-30deg);
  }
  #header_modal .header_close_btn:hover {
    opacity: 0.7;
  }
  #header_modal .header_inner {
    padding-bottom: 150px;
  }
  #header_modal .h_main_menu_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
    gap: 40px 20px;
  }
  #header_modal .h_main_menu_inner #h_login_logout_wrap {
    display: none;
  }
  #header_modal .h_main_menu_inner.h_main_menu_inner_left {
    max-width: 770px;
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1220px) {
  #header_modal .h_main_menu_inner.h_main_menu_inner_left {
    max-width: 100%;
  }
}
@media screen and (min-width: 751px) {
  #header_modal .h_main_menu_inner.h_main_menu_inner_right {
    max-width: 340px;
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1220px) {
  #header_modal .h_main_menu_inner.h_main_menu_inner_right {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    gap: 20px;
  }
  #header_modal .h_main_menu_inner.h_main_menu_inner_right .h_main_menu_content_inner {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  #header_modal .h_main_menu_content_ttl {
    padding-bottom: 20px;
    border-bottom: 2px solid #ff5e9d;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  #header_modal .h_main_menu_content_ttl .sp_only {
    display: none;
  }
  #header_modal .h_main_menu_content_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
    row-gap: 20px;
    margin-top: 30px;
    margin-bottom: 45px;
  }
  #header_modal .h_main_menu_content_list.h_main_menu_content_list_admin {
    column-gap: 30px;
  }
  #header_modal .h_main_menu_content_item {
    display: block;
  }
  #header_modal .h_main_menu_content_item.sp_only {
    display: none;
  }
  #header_modal .h_main_menu_content_item .h_main_menu_content_anchor {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: end;
    gap: 10px;
    width: 125px;
  }
  #header_modal .h_main_menu_content_item .h_main_menu_content_image_wrap {
    position: relative;
    overflow: clip;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(53, 133, 164, 0.2);
    transition: all 0.3s ease-in-out;
  }
  #header_modal .h_main_menu_content_item .h_main_menu_content_image_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease-in-out;
  }
  #header_modal .h_main_menu_content_item.h_main_menu_content_item_other .h_main_menu_content_image_wrap img:first-of-type {
    opacity: 1;
  }
  #header_modal .h_main_menu_content_item.h_main_menu_content_item_other .h_main_menu_content_image_wrap img:last-of-type {
    opacity: 0;
  }
  #header_modal .h_main_menu_content_item.h_main_menu_content_item_other:hover .h_main_menu_content_image_wrap.news {
    background-color: #ffeef5;
  }
  #header_modal .h_main_menu_content_item.h_main_menu_content_item_other:hover .h_main_menu_content_image_wrap.movie {
    background-color: #dbf5ff;
  }
  #header_modal .h_main_menu_content_item.h_main_menu_content_item_other:hover .h_main_menu_content_image_wrap.useful {
    background-color: #e7ffe2;
  }
  #header_modal .h_main_menu_content_item.h_main_menu_content_item_other:hover .h_main_menu_content_image_wrap img:first-of-type {
    opacity: 0;
  }
  #header_modal .h_main_menu_content_item.h_main_menu_content_item_other:hover .h_main_menu_content_image_wrap img:last-of-type {
    opacity: 1;
  }
  #header_modal .h_main_menu_content_item .h_main_menu_content_text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
  }
  #header_modal .h_main_menu_content_item .h_main_menu_content_text .sp_only {
    display: none;
  }
  #header_modal .h_main_menu_content_item.h_main_menu_content_item_catalog .h_main_menu_content_anchor {
    gap: 20px;
    width: 165px;
  }
  #header_modal .h_main_menu_content_item.h_main_menu_content_item_catalog .h_main_menu_content_image_wrap {
    display: block;
    width: 100px;
    height: 135px;
    border-radius: 0;
    box-shadow: 0 0 6px 0 rgba(53, 133, 164, 0.2);
  }
  #header_modal .h_main_menu_content_item.h_main_menu_content_item_catalog .h_main_menu_content_image_wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: center;
  }
  #header_modal .h_main_menu_content_item.h_main_menu_content_item_catalog .h_main_menu_content_text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
  }
  #header_modal .h_main_menu_content_item.h_main_menu_content_item_catalog .h_main_menu_content_text .sp_only {
    display: none;
  }
  #header_modal .h_main_menu_content_item:hover {
    text-decoration: none;
  }
  #header_modal .h_main_menu_content_item:hover .h_main_menu_content_anchor {
    text-decoration: none;
  }
  #header_modal .h_main_menu_content_item:hover .h_main_menu_content_image_wrap {
    transform: scale(1.1);
  }
  #header_modal .h_main_menu_content_item:hover .h_main_menu_content_image_wrap img {
    opacity: 1;
  }
  #header_modal .h_main_menu_content_item:hover .h_main_menu_content_text {
    text-decoration: none;
  }
  #header_modal .h_main_menu_tag_list_inner {
    margin-top: 70px;
    padding: 15px 20px 55px 20px;
    border: 2px solid #ff5e9d;
    border-radius: 14px;
    background-color: #f8f8f8;
  }
  #header_modal .h_main_menu_tag_list_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-bottom: 15px;
    border-bottom: 2px dotted #ff5e9d;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  #header_modal .h_main_menu_tag_list_ttl img {
    display: block;
    width: 26px;
    height: 26px;
    object-fit: contain;
    object-fit: center;
  }
  #header_modal .h_main_menu_tag_list {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    gap: 20px 10px;
  }
  #header_modal .h_main_menu_tag_item a {
    padding: 5px 20px;
    background-color: #FFFFFF;
    border-radius: 999px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    transition: all 0.3s ease-in-out;
  }
  #header_modal .h_main_menu_tag_item a:hover {
    text-decoration: none;
    background-color: #ff5e9d;
    color: #FFFFFF;
  }
  #header_modal .h_main_menu_content_toggle_btn_wrap {
    display: none;
  }
  #header_modal #h_login {
    display: none;
  }
  #header_modal #h_logout {
    display: none;
  }
  #header_modal .h_sub_menu_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  #header_modal .h_sub_menu_list {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 55px;
  }
  #header_modal .h_sub_menu_item .h_sub_menu_anchor {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  #header_modal .search_form_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  #header_modal .search_form_input {
    display: block;
    width: 230px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #000000;
  }
  #header_modal .search_form_input input {
    display: block;
    width: 100%;
    height: 100% !important;
    margin: 0 !important;
    padding: 10px 10px 15px 10px !important;
  }
  #header_modal .search_form_button_inner {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #000000;
    background-color: #000000;
  }
  #header_modal .search_form_button {
    background-color: transparent;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    cursor: pointer;
    appearance: none;
    font: inherit;
    color: inherit;
    outline: none;
  }
  #header_modal .search_form_button .search_form_button_icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    object-fit: center;
  }
  #header_modal .h_banners {
    margin-top: 20px;
  }
  #header_modal .h_banner_list {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    gap: 40px;
  }
  #header_modal .hbanner_anchor {
    display: block;
    width: 200px;
    height: 58px;
  }
  #header_modal .hbanner_anchor img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-fit: center;
  }
  #header_modal .hbanner_anchor.hbanner_anchor_long {
    width: 263px;
    height: 60px;
  }
}
@media screen and (max-width: 750px) {
  #header_renewal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  #header_renewal.open #header_modal {
    opacity: 1;
    pointer-events: visible;
  }
  #header_renewal.admin_page #header_main .header_logo_admin_txt {
    display: block;
  }
  #header_main {
    background-color: #fff;
  }
  #header_main.header_wrap {
    width: 100%;
    height: 75px;
  }
  #header_main .header_inner {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 20px 15px 20px;
  }
  #header_main .logo_wrap {
    display: flex;
    align-items: center;
    justify-content: stretch;
    padding-top: 15px;
    height: 100%;
  }
  #header_main .logo_wrap a {
    display: block;
    width: 100%;
  }
  #header_main .logo_wrap h1 {
    display: flex;
    align-items: end;
    gap: 0.6666666667vw;
    width: 100%;
  }
  #header_main .logo_wrap img {
    display: block;
    width: 42.6666666667vw;
  }
  #header_main .logo_wrap .header_logo_admin_txt {
    display: none;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  #header_main .header_menus {
    display: flex;
    align-items: end;
    justify-content: end;
  }
  #header_main .header_menu_list {
    display: none;
  }
  #header_main .header_account_menu_list {
    display: none;
  }
  #header_main .header_menu_btn {
    height: 35px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    appearance: none;
    font: inherit;
    color: inherit;
    outline: none;
  }
  #header_main .header_menu_btn_image_wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 35px;
    height: 22px;
  }
  #header_main .header_menu_btn_image_wrap span {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 99px;
    background-color: #ff5e9d;
  }
  #header_main .header_menu_btn_image_wrap span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
  }
  #header_main .header_menu_btn_image_wrap span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
  }
  #header_main .header_menu_btn_image_wrap span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #header_main .header_menu_btn_text {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    color: #ff5e9d;
  }
  #header_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1100;
    background-color: #f8f8f8;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
  }
  #header_modal .header_modal_wrap {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #header_modal .header_modal_inner {
    overflow-y: scroll;
    margin: 75px auto 0 auto;
    padding: 0 5.3333333333vw;
    width: 100%;
    height: calc(100% - 75px);
  }
  #header_modal .header_close_btn_inner {
    position: absolute;
    bottom: calc(100% + 2.6vw);
    right: 5.3333333333vw;
  }
  #header_modal .header_close_btn {
    position: relative;
    width: 8vw;
    height: 8vw;
    border: none;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    appearance: none;
    font: inherit;
    color: inherit;
    outline: none;
  }
  #header_modal .header_close_btn span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 0.8vw;
    background-color: #ff5e9d;
    border-radius: 999px;
  }
  #header_modal .header_close_btn span:nth-child(1) {
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
  }
  #header_modal .header_close_btn span:nth-child(2) {
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  }
  #header_modal .header_inner {
    padding-bottom: 150px;
  }
  #header_modal .h_main_menu_wrap {
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: stretch;
    gap: 5.3333333333vw;
  }
  #header_modal .h_main_menu_inner.h_main_menu_inner_left {
    width: 100%;
  }
  #header_modal .h_main_menu_inner.h_main_menu_inner_right {
    margin: 0 auto;
    width: 80vw;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: stretch;
    gap: 6.6666666667vw;
  }
  #header_modal .h_main_menu_inner.h_main_menu_inner_right .sp_order1 {
    order: 1;
  }
  #header_modal .h_main_menu_inner.h_main_menu_inner_right .sp_order2 {
    order: 2;
  }
  #header_modal .h_main_menu_inner.h_main_menu_inner_right .sp_order3 {
    order: 3;
  }
  #header_modal .h_main_menu_inner.h_main_menu_inner_right .sp_order4 {
    order: 4;
  }
  #header_modal .h_main_menu_content_inner.close .h_main_menu_content_ttl .h_main_menu_content_ttl_icon {
    background-image: url(../images/common/icon_header_plus.png);
  }
  #header_modal .h_main_menu_content_inner.close .toggle_content {
    display: none;
  }
  #header_modal .h_main_menu_content_ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2.4vw;
    border-bottom: 2px solid #333333;
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  #header_modal .h_main_menu_content_ttl.sp_only {
    display: none;
  }
  #header_modal .h_main_menu_content_ttl a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  #header_modal .h_main_menu_content_ttl a img {
    width: 4.8vw;
    height: 4.8vw;
    object-fit: contain;
    object-fit: center;
  }
  #header_modal .h_main_menu_content_ttl .h_main_menu_content_ttl_icon {
    display: block;
    width: 4.8vw;
    height: 4.8vw;
    object-fit: contain;
    object-fit: center;
    background-image: url(../images/common/icon_header_minus.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #header_modal .h_main_menu_content_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    row-gap: 4vw;
    margin-top: 4vw;
  }
  #header_modal .h_main_menu_content_list.h_main_menu_content_list_catalog {
    justify-content: center;
    gap: 0;
  }
  #header_modal .h_main_menu_content_list.h_main_menu_content_list_admin .h_main_menu_content_item {
    width: 50%;
  }
  #header_modal .h_main_menu_content_list.h_main_menu_content_list_admin .h_main_menu_content_item .h_main_menu_content_anchor .h_main_menu_content_image_wrap {
    display: none;
  }
  #header_modal .h_main_menu_content_list.h_main_menu_content_list_admin .h_main_menu_content_item .h_main_menu_content_anchor .h_main_menu_content_text {
    width: 100%;
    text-align: left;
  }
  #header_modal .h_main_menu_content_list.h_main_menu_content_list_admin .h_main_menu_content_item .h_main_menu_content_anchor .h_main_menu_content_text .pc_only {
    display: none;
  }
  #header_modal .h_main_menu_content_list.h_main_menu_content_list_admin .h_main_menu_content_item:nth-child(1) {
    order: 1;
  }
  #header_modal .h_main_menu_content_list.h_main_menu_content_list_admin .h_main_menu_content_item:nth-child(2) {
    order: 3;
  }
  #header_modal .h_main_menu_content_list.h_main_menu_content_list_admin .h_main_menu_content_item:nth-child(3) {
    order: 2;
  }
  #header_modal .h_main_menu_content_list.h_main_menu_content_list_admin .h_main_menu_content_item:nth-child(4) {
    order: 4;
  }
  #header_modal .h_main_menu_content_item {
    display: block;
    width: 33%;
  }
  #header_modal .h_main_menu_content_item .h_main_menu_content_anchor {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: end;
    gap: 1.3333333333vw;
  }
  #header_modal .h_main_menu_content_item .h_main_menu_content_image_wrap {
    position: relative;
    display: block;
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    border-radius: 50%;
    background-color: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(53, 133, 164, 0.2);
  }
  #header_modal .h_main_menu_content_item .h_main_menu_content_image_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #header_modal .h_main_menu_content_item.h_main_menu_content_item_other .h_main_menu_content_image_wrap img:last-of-type {
    display: none;
  }
  #header_modal .h_main_menu_content_item .h_main_menu_content_text {
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -0.04em;
    text-align: center;
  }
  #header_modal .h_main_menu_content_item.h_main_menu_content_item_catalog {
    width: 50%;
  }
  #header_modal .h_main_menu_content_item.h_main_menu_content_item_catalog .h_main_menu_content_image_wrap {
    display: block;
    width: 19.7333333333vw;
    height: 28.6666666667vw;
    border-radius: 0;
  }
  #header_modal .h_main_menu_content_item.h_main_menu_content_item_catalog .h_main_menu_content_image_wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: center;
  }
  #header_modal .h_main_menu_tag_list_inner {
    position: relative;
    margin-top: 7.4666666667vw;
    padding: 3.3333333333vw 4vw 14.6666666667vw 4vw;
    border: 2px solid #ff5e9d;
    border-radius: 14px;
    background-color: #f8f8f8;
  }
  #header_modal .h_main_menu_tag_list_inner.close .h_main_menu_tag_list {
    height: 17.3333333333vw;
    overflow: hidden;
  }
  #header_modal .h_main_menu_tag_list_inner.close .h_main_menu_content_toggle_btn_wrap .open {
    display: flex;
  }
  #header_modal .h_main_menu_tag_list_inner.close .h_main_menu_content_toggle_btn_wrap .close {
    display: none;
  }
  #header_modal .h_main_menu_tag_list_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.6666666667vw;
    padding-bottom: 2.4vw;
    border-bottom: 2px dotted #ff5e9d;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  #header_modal .h_main_menu_tag_list_ttl img {
    display: block;
    width: 6.4vw;
    height: 6.4vw;
    object-fit: contain;
    object-fit: center;
  }
  #header_modal .h_main_menu_tag_list {
    margin-top: 4vw;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    gap: 2.6666666667vw;
  }
  #header_modal .h_main_menu_tag_item a {
    padding: 2vw 3.3333333333vw;
    background-color: #FFFFFF;
    border-radius: 999px;
    display: inline-block;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  #header_modal .h_main_menu_content_toggle_btn_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 13.3333333333vw;
  }
  #header_modal .h_main_menu_content_toggle_btn_wrap .h_main_menu_content_toggle_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.3333333333vw;
    width: 100%;
    height: 100%;
  }
  #header_modal .h_main_menu_content_toggle_btn_wrap .open {
    display: none;
  }
  #header_modal .h_main_menu_content_toggle_btn_wrap .close {
    display: flex;
  }
  #header_modal .h_main_menu_content_toggle_btn_wrap .h_main_menu_content_toggle_btn_text {
    font-size: 3.4666666667vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #ff5e9d;
  }
  #header_modal .h_main_menu_content_toggle_btn_wrap .h_main_menu_content_toggle_btn_icon {
    position: relative;
    background-color: #ff5e9d;
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
  }
  #header_modal .h_main_menu_content_toggle_btn_wrap .h_main_menu_content_toggle_btn_icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 0.2666666667vw;
    background-color: #FFFFFF;
    transform: translate3d(-50%, -50%, 0);
  }
  #header_modal .h_main_menu_content_toggle_btn_wrap .h_main_menu_content_toggle_btn_icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 0.2666666667vw;
    background-color: #FFFFFF;
    transform: translate3d(-50%, -50%, 0) rotate(90deg);
  }
  #header_modal #h_login_logout_wrap #h_login {
    display: block;
  }
  #header_modal #h_login_logout_wrap #h_logout {
    display: none;
  }
  #header_modal #h_login_logout_wrap.login #h_login {
    display: none;
  }
  #header_modal #h_login_logout_wrap.login #h_logout {
    display: block;
  }
  #header_modal #h_login_logout_wrap .h_main_menu_content_ttl a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #header_modal #h_login_logout_wrap .h_main_menu_content_ttl a img {
    width: 4.8vw;
    height: 4.8vw;
    object-fit: contain;
    object-position: center;
  }
  #header_modal .h_sub_menu_wrap {
    margin-top: 13.3333333333vw;
  }
  #header_modal .h_sub_menu_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8vw;
  }
  #header_modal .h_sub_menu_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    gap: 3.3333333333vw 4vw;
  }
  #header_modal .h_sub_menu_item .h_sub_menu_anchor {
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  #header_modal .h_sub_menu_item.pc_only {
    display: none;
  }
  #header_modal .h_sub_menu_search {
    width: 100%;
  }
  #header_modal .search_form_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  #header_modal .search_form_input {
    flex: 1;
    display: block;
    height: 8vw;
    border-radius: 6px;
    border: 1px solid #000000;
  }
  #header_modal .search_form_input input {
    display: block;
    width: 100%;
    height: 100% !important;
    margin: 0 !important;
    padding-left: 1.3333333333vw !important;
  }
  #header_modal .search_form_button_inner {
    display: block;
    width: 8vw;
    height: 8vw;
    border-radius: 6px;
    border: 1px solid #000000;
    background-color: #000000;
  }
  #header_modal .search_form_button {
    background-color: transparent;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    cursor: pointer;
    appearance: none;
    font: inherit;
    color: inherit;
    outline: none;
  }
  #header_modal .search_form_button .search_form_button_icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    object-fit: center;
  }
  #header_modal .h_banners {
    margin-top: 10.6666666667vw;
  }
  #header_modal .h_banner_list {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
    gap: 1.3333333333vw;
  }
  #header_modal .hbanner_anchor {
    display: block;
    width: 42.6666666667vw;
  }
  #header_modal .hbanner_anchor img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-fit: center;
  }
}/*# sourceMappingURL=header_renewal.css.map */