@font-face {
    font-family: "Zen Maru Gothic";
    src: url("/shared/font/ZenMaruGothic.ttf") format("truetype");
}
@font-face {
    font-family: "Noto Sans JP";
    src: url("/shared/font/NotoSansJP.ttf") format("truetype");
}
.header {
    font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
    margin-bottom: 3px;
    -webkit-box-shadow:none !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
    position: relative;
}
.header.open .header_contents_wrapper {
    position: relative;
    z-index: 900010;
}
.header .bg {
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100vh;
    transition: all 1s;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900000;
    overscroll-behavior: contain;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: none;
}
.header .bg::before,
.header .bg::after {
    content: "";
    width: 1px;
    height: calc(100vh + 1px);
    display: flex;
}
.header .header_contents_wrapper {
    width: 100%;
}
.header .header_contents_wrapper.menu-fixed {
    position: fixed;
    top: 0;
    z-index: 900010;
}
.header .header_contents {
    background-color: #fff;
    border-bottom: 1px solid #e3dcdc;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
    /*transition:all 0.1s linear;*/
    visibility: visible;
    opacity: 1;
}
.header .header_contents.menu-hide {
    visibility: hidden;
    opacity: 0;
    height: 0;
}
.header .header_contents .container,
.header .header_menu .container {
    width: 1320px;
    margin-left: auto;
    margin-right: auto;
}
.header .header_contents .container {
    display: flex;
    justify-content: left;
    align-items: center;
}
.header .header_contents .container .link .link_b a:hover,
.header .header_contents .container .link .link_b .search:hover {
    color: #333;
    text-decoration: none;
    opacity: 0.7;
}
.header .header_contents .container .shipping_txt {
    font-size: 14px;
    background-color: #f7f3f3;
    text-align: center;
    padding: 11px 20px;
    font-weight: bold;
}
.header .header_contents .container .shipping_txt span {
    color: #e60012;
}
.header .header_contents .container .logo {
    width: 16.5%;
    margin-right: 4.1%;
}
.header .header_contents .container .logo h1 img {
    width: 100%;
}
.header .header_contents .container .link {
    margin-top: 18px;
    margin-bottom: 15px;
    width: 24%;
    margin-left: auto;
    margin-right: 0;
}
.header .header_contents .container .link .link_t,
.header .header_contents .container .link .link_b {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 24px;
}
.header .header_contents .container .link .link_t {
    font-size: 14px;
    gap: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}
.header .header_contents .container .link .link_b .search {
    cursor: pointer;
}
.header .header_contents .container .link .link_b .ico_cart {
    position: relative;
}
.header .header_contents .container .link .link_b .ico_cart .ico_quantity {
    color: #fff;
    background-color: #e60012;
    font-size: 12px;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    top: -20%;
    left: -20%;
}
.header .header_menu {
    background-color: #F6F6F6;
    width: 100%;
    border-bottom: 1px solid #E3DCDC;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
}
.header .header_menu .container {
    width: 1320px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .header_menu.menu-trans {
    opacity: 1;
}
.header .header_menu .container a,
.header .header_menu .container > span {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 18px 0;
    border-left: 1px solid #E3DCDC;
    border-right: 1px solid #E3DCDC;
}
.header .header_menu .container a span {
    font-weight: normal;
    font-size: 20px;
}
.header .header_menu .container span.menu01 {
    position: relative;
    cursor: pointer;
    width: 330px;
}
.header .header_menu .container span.menu01::after {
    content: "";
    display: flex;
    background-image: url('../img/arrow.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 12px;
    height: 6px;
    position: absolute;
    top: 44%;
    right: 29%;
}
.header .header_menu .container span.menu01:hover {
    background-color: #fff;
}
.header .header_menu .container span.menu01:hover::after {
    transition: transform 1s;
    transform: rotateX(180deg);
}
.header .header_menu .container span.menu01.open {
    background-color: #fff;
}
.header .header_menu .container span.menu01.open::after {
    transform: rotateX(180deg);
}
.header .header_menu .container a.menu02 {
    border-left: none;
    border-right: none;
    width: 330px;
}
.header .header_menu .container a.menu02:hover {
    color: #333;
    text-decoration: none;
    background-color: #fff;
}
.header .header_menu .container a.menu03 {
    width: calc( 100% - 660px );
    background-color: #fff;
    border-top: 4px solid #E60013;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .header_menu .container a.menu03::before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../img/ico_campaign.png');
    width: 43px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-right: 12px;
}
.header .header_menu .container a.menu03:hover {
    color: #333;
    text-decoration: none;
}
.header .header_menu .container a.menu03:hover::before {
    background-image: url('../img/ico_campaign_on.png');
}
.header .item_menu_wrapper {
    display: none;
    position: absolute;
    left: calc( ( 100% - 1320px ) / 2 );
    bottom: 0;
    width: 660px;
    background-color: #fff;
    z-index: 3;
    border-radius: 0 0 8px 8px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2),
    -3px 3px 5px rgba(0, 0, 0, 0.2),
    0px 5px 5px rgba(0, 0, 0, 0.3); 
}
.header .item_menu {
    position: relative;
    padding: 20px 0;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
    display: flex;
    justify-content: center;
    gap: 20px;
} 
.header .item_menu li a {
    padding: 10px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    border-radius: 50px;
    border: 1px solid #E3DCDC;
    width: 200px;
}
.header .item_menu li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #B6AFAF;
    border-color: #B6AFAF;
}
.header #search_form_box {
    display: none;
    padding: 20px 40px;
    background-color: #fff;
}
.header #search_form_box p {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 24px !important;
    gap: 16px;
}
.header #search_form_box p::before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('/shared/header/img/search_bg.png');
    width: 40px;
    height: 40px;
}
.header #search_form_box p input {
    font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
    border: none;
    background-color: #fff;
}
.header #search_form_box p input[type=search] {
    width: 90%;
} 
.header #search_form_box p input[type=submit] {
    letter-spacing: 1.25rem;
    cursor: pointer;
}
.header #search_form_box p input[type=submit]:hover {
    opacity: 0.7;
}
.header #search_form_box p .close {
    font-size: 32px;
    cursor: pointer;
}
.header #search_form_box p .close:hover {
    opacity: 0.7;
}