@charset "UTF-8";

/* HEADER
-------------------------------------------------- */
#header {
  font-family: YuMincho, 'Yu Mincho', serif, 'Noto Sans JP', sans-serif;
  width: 100%;
  z-index: 999;
}

.header_wrap {
  background-color: transparent !important;
  position: relative;
}

.header_nav_list {
  background-color: transparent !important;
}

.header_nav_box {
  line-height: 1 !important;
  padding-right: 30px;
}

.header_nav_box:last-child {
  padding-right: 0;
}

.header_nav_ttl {
  font-size: 22px;
  letter-spacing: 2px;
}

.header_nav_box a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.header_nav_box a:hover {
  color: #333 !important;
}

.header_nav_children {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  padding: 5px 0 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0s ease, opacity .4s ease-out, transform .4s ease-out;
  transform: translate3d(0, -15px, 0);
}

.header_nav_box:hover .header_nav_children {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  transition-delay: 0s;
  transform: translate3d(0, 0, 0);
}

#header_hamburger .header_hamburger_box span {
  background-color: #222;
}


@media print,
screen and (min-width:768px) {
  #header .header_nav_wrap.active {
    background: none;
  }

  #header_over_bg {
    display: none !important;
  }

  #header .header_nav_wrap::before {
    background: linear-gradient( 180deg, #fff, hsla(0, 0%, 96.9%, 0.99904) 10.01%, hsla(0, 0%, 96.9%, 0.99398) 19.14%, hsla(0, 0%, 96.9%, 0.98156) 27.58%, hsla(0, 0%, 96.9%, 0.95852) 35.48%, hsla(0, 0%, 96.9%, 0.92159) 43.02%, hsla(0, 0%, 96.9%, 0.8675) 50.38%, hsla(0, 0%, 96.9%, 0.793) 57.71%, hsla(0, 0%, 96.9%, 0.69481) 65.19%, hsla(0, 0%, 96.9%, 0.56969) 72.98%, hsla(0, 0%, 96.9%, 0.41435) 81.27%, hsla(0, 0%, 96.9%, 0.22554) 90.22%, hsla(0, 0%, 96.9%, 0) );
    content: "";
    width: 100%;
    height: 18%;
    transition: all .3s ease;
    position: fixed;
    top: 0;
    left: 0;
  }
  
  #header .header_nav_wrap.active::before {
    height: 30%;
  }

  .header_nav_logo {
    padding: 32px 40px 20px !important;
    z-index: 2;
  }
  #header.is_fixed .header_nav_wrap {
    position: relative;
  }
  #header.is_fixed .header_nav_wrap .header_nav_logo a {
    display: block !important;
  }

  .header_nav_right {
    right: 50px;
    position: fixed;
  }

  .header_nav_btn {
    text-align: right;
    margin-top: 15px;
    position: relative;
    z-index: 2;
  }
  
  .header_nav_btn a {
    display: inline;
    font-size: 18px;
    letter-spacing: 2px;
  }
  
  .header_nav_btn img {
    width: 17px !important;
    padding-top: 6px;
    padding-right: 7px;
  }

  .header_nav_box a::after {
    position: absolute;
    bottom: -5px !important;
    left: 0 !important;
    content: '';
    width: 100% !important;
    height: 1px !important;
    background: #333 !important;
    transform: scale(0, 1) !important;
    transform-origin: center top;
    transition: transform .3s;
  }
  
  .header_nav_box a:hover::after {
    transform: scale(1, 1) !important;
  }

  .header_nav_list {
    padding: 15px 0 0 !important;
    align-items: center;
  }

  .header_nav_link {
    padding: 0 0 5px !important;
  }

  .header_nav_search {
    padding-bottom: 5px;
    position: relative;
  }

  .header_nav_search_link {
    width: 20px;
    height: 20px;
    cursor: pointer;
  }

  .header_nav_search_link_img {
    background-image: url("/jpn/consumer/products/common/images/icon_search.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }

  .header_nav_search.active .header_nav_search_link_img {
    background-image: url("/jpn/consumer/products/common/images/icon_close.png");
  }

  .header_nav_search_children {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 45px;
    right: 0;
  }

  .header_nav_search_input,
  .mf_finder_searchBox_form .mf_finder_searchBox_query_input {
    box-sizing: content-box;
    border: 1px solid #898b89;
    background-color: #fff;
    width: 325px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 100px 0 20px;
    position: relative;
    font-size: 100%;
  }

  .header_nav_search_button,
  .mf_finder_searchBox_form .mf_finder_searchBox_submit {
    background-color: transparent;
    border: none;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .mf_finder_searchBox_form .mf_finder_searchBox_submit:before {
    content: "";
    background-image: url(/jpn/consumer/products/common/images/icon_search.png);
    background-size: contain;
    width: 15px !important;
    height: 15px;
    margin-right: 7px;
  }

  .header_nav_search_button > img {
    width: 15px !important;
    height: 15px;
    margin-right: 10px;
  }

  .header_nav_search_button > p,
  .mf_finder_searchBox_form .mf_finder_searchBox_submit > span {
    font-family: YuMincho, 'Yu Mincho', serif, 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #222;
  }

  .header_nav_search.active .header_nav_search_children {
    visibility: visible;
    opacity: 1;
  }

  .header_nav_subttl {
    padding: 15px 0 0;
  }

}

@media screen and (max-width:767px) {
  #header {
    position: absolute;
  }
  .header_sp_top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 15px;
    z-index: 1000;
  }

  #header .header_logo {
    background-color: transparent;
    padding: 25px 0;
  }

  #header_hamburger {
    position: fixed;
    left: 27px !important;
    top: 30px !important;
    mix-blend-mode: difference;
    z-index: 9999;
  }
  body.sp_nav_open #header_hamburger {
    left: 22px !important;
    transform: translateY(-10%) !important;
  }
  #header_hamburger a  {
    background-color: transparent !important;
    padding: 0 !important;
    width: auto;
  }

  #header_hamburger .header_hamburger_box span {
    width: 20px;
    height: 2px;
    margin: 0 0 5px;
  }

  #header_hamburger {
    width: 30px;
  }

  body.sp_nav_open #header_hamburger .header_hamburger03 {
    transform: translateY(-11px) rotate(44deg) !important;
  }

  body.sp_nav_open .header_hamburger_box {
    position: relative;
    padding-bottom: 12px;
    padding-top: 8px;
    padding-left: 5px;
  }

  body.sp_nav_open .header_hamburger_box:after {
    content: "CLOSE";
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .header_hamburger03 {
    margin: 0 !important;
  }

  .header_cart {
    position: fixed;
    right: 12px;
    top: 21px;
    mix-blend-mode: difference;
    z-index: 9999;
  }

  .header_cart > a {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 10px;
  }

  .header_cart > a > img {
    width: 25px;
    height: 25px;
  }

  .header_nav_wrap {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    padding: 75px 0 100px;
    background-image: url('/jpn/consumer/products/common/images/bg.jpg') !important;
    background-size: 100% auto !important;
    background-position: center !important;
    background-repeat: repeat-y !important;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    max-height: calc(100vh - 100px);
  }

  .header_nav_btn {
    display: none;
  }

  .header_nav_children {
    display: none;
  }

  #header .header_nav_ttl:after {
    content: none;
  }

  .header_nav_list {
    padding: 0 20px;
  }

  .header_nav_box {
    padding-right: 10px;
    border-bottom: 1px solid #7f8080;
    position: relative;
  }
  .header_nav_box a {
    width: 100%;
    padding: 16px 5px 13px 0;
  }
  .header_nav_box a:before {
    content: '';
    height: 5px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    transform: skew(45deg);
    position: absolute;
    top: 40%;
    right: 5px;
    transition: .3s;
    width: 20px;
  }

  .header_nav_ttl {
    font-size: 18px;
  }

  .header_nav_links {
    margin: 23px 0 8px;
  }

  .header_nav_links_ttl {
    font-size: 17px;
  }

  .header_nav_links_item {
    margin-top: 10px;
    padding-left: 20px;
    font-size: 16px;
    position: relative;
  }

  .header_nav_links_item::before {
    content:"";
    display:inline-block;
    width: 10px;
    height: 2px;
    background-color: #333;
    position:absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .header_nav_search {
    border: none;
    margin-top: 20px;
  }

  .header_nav_search::before {
    content: none;
  }

  .header_nav_search_input,
  .mf_finder_searchBox_form .mf_finder_searchBox_query_input {
    background-color: transparent;
    box-sizing: border-box;
    border: 1px solid #7f8080;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 30px 10px 10px;
    position: relative;
    width: 100%;
    font-size: 100%;
  }

  .header_nav_search_button,
  .mf_finder_searchBox_form .mf_finder_searchBox_submit {
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
  }

  .mf_finder_searchBox_form .mf_finder_searchBox_submit:before {
    content: "";
    background-image: url(/jpn/consumer/products/common/images/icon_search.png);
    background-size: contain;
    width: 20px !important;
    height: 20px;
    margin-right: 7px;
  }
  .mf_finder_searchBox_form .mf_finder_searchBox_submit > span {
    display: none;
  }

  .header_nav_search_button > img {
    width: 20px;
    height: 20px;
  }
  body.sp_nav_open #header_hamburger .header_hamburger01 {
    transform: translateY(3px) rotate(-45deg);
  }
}