@charset "utf-8";

.header {
  width: 100%;
  position: fixed;
  top: 0;
  margin: 0;
  z-index: 10000;
}

@media only screen and (max-width: 869px) {
  .header {
    width: 100%;
    /* position: fixed; */
    top: 0;
    margin: 0;
    z-index: 10000;
  }
}

@media only screen and (min-width: 870px) {
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 10002;
  }
}

@media only screen and (min-width: 1024px) {
  .header:has(~.step_1) .header_inner {
    border-bottom: none;
  }
}

.header h1,
.header .logo {
  display: block;
  text-align: center;
  height: 100%;
  padding-top: 11px;
  padding-bottom: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header h1 img,
.header .logo img {
  height: auto;
  margin: 0 auto;
  transform: translateX(5%);
}

.header a.nohover:hover {
  opacity: 1 !important;
}

.header nav ul {
  text-align: center;
  letter-spacing: -0.4em;
}

.header nav ul li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}

.header nav ul li a {
  font-size: 11.5px;
  letter-spacing: 0.025em;
}

.header nav ul li span {
  margin: 0 5px 0;
}

.header nav ul li:hover:after {
  content: " ";
  display: block;
  width: 53px;
  height: 1px;
  background: #000;
  bottom: -28px;
  left: calc(50% - 26.5px);
  position: absolute;
}

.header .search {
  position: absolute;
  text-align: center;
  width: fit-content;
  top: 50%;
  transform: translateY(-50%);
}

.header .search-icon {
  opacity: 1;
  pointer-events: initial;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.header .search-icon.is-open {
  opacity: 0;
  pointer-events: none;
}

.header .search_dropdown_toggle {
  display: block;
  width: 17px;
  height: 17px;
}

.header .search_dropdown_toggle svg {
  fill: #000;
  stroke-width: 2px;
}

@media only screen and (min-width: 1024px) {

  .header h1 img,
  .header .logo img {
    width: 150px;
  }

  .header .logo a {
    margin-right: 2px;
  }

  .header .search {
    left: 40px;
    padding-left: 55px;
  }
}

@media only screen and (max-width: 1023px) {

  .header h1 img,
  .header .logo img {
    width: 120px;
  }

  .header .search {
    left: 0px;
    padding-left: 48px;
  }
}

/* header 言語バー */
.header .language {
  position: absolute;
  top: -2px;
  left: 39px;
  top: 50%;
  transform: translate(113px, -50%);
  text-align: center;
  z-index: 100000;
}

.header .language_sort {
  font-family: "HelveticaNeueLTPro-Md", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-weight: 500;
  font-size: 11px;
}

.header .language_current {
  font-family: "HelveticaNeueLTPro-Md", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-weight: 600;
  font-size: 11px;
  position: inherit;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  margin-top: 2px;
}

.header .drawer-lang-select .language_current {
  font-weight: 500;
}

.header .language_current::after {
  display: block;
  content: "";
  width: 9px;
  height: 7px;
  right: 0;
  bottom: 3px;
  background-image: url(../img/ico_arrow_bottom.svg);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  margin-left: 11px;
}

.header nav ul li.language:hover:after {
  display: none;
}

.drawer-search-unvariable .language_sort {
  margin-top: 57px;
}

.language_icon {
  display: none;
}

.language_sort .header_language_sort {
  position: absolute;
  left: 0;
  top: 34px;
  display: none;
  font-weight: 500;
  font-size: 11px;
  overflow: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #f4f4f5;
  border-radius: 13px;
  width: 250px;
  -webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, .08);
  box-shadow: 5px 5px 14px rgba(0, 0, 0, .08);
}

.language_sort .header_language_sort.open {
  display: block;
}

.language_sort .header_language_sort li {
  cursor: pointer;
  height: 40px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.language_sort .header_language_sort li+li {
  border-top: 1px solid #b6b6b6;
}

.language_sort .header_language_sort li a {
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  line-height: 40px;
}

.language_sort .header_language_sort li a:hover {
  opacity: 1;
}

.language-bar-ja::before,
.language-bar-en::before,
.language-bar-ko::before,
.language-bar-zh-CN::before,
.language-bar-zh-TW::before {
  content: "";
  width: 11px;
  height: 9px;
  background-image: url(../img/ico_check_modal.svg);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0;
}

.is-active .language-bar-ja::before,
.is-active .language-bar-en::before,
.is-active .language-bar-ko::before,
.is-active .language-bar-zh-CN::before,
.is-active .language-bar-zh-TW::before {
  opacity: 1;
}

.header .dropdown_toggle {
  display: inline-block;
  position: relative;
}

.dropdown_toggle::after {
  position: absolute;
  right: -20px;
  display: inline-block;
  transform: rotate(90deg);
}

@media only screen and (max-width: 1023px) {
  .header .language_sort {
    display: none;
  }
}

/* .header .top-mypage-icon */

.header .top-mypage-icon {
  position: absolute;
  right: 40px;
  padding-right: 114px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.header .top-mypage-icon a {
  font-family: "HelveticaNeueLTPro-Bd", "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
  text-align: right;
  color: #000;
  margin-top: 5px;
  display: block;
}

.header .top-mypage-icon .a {
  fill: none;
}

.header .top-mypage-icon .b {
  clip-path: url(#a);
}

/* .header .top-favorite-icon */

.header .top-favorite-icon {
  position: absolute;
  right: 40px;
  padding-right: 59px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.header .top-favorite-icon a {
  margin-top: 4px;
  display: block;
  width: fit-content;
}

.header .top-favorite-icon a #b {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: opacity .3s ease;
}

.header .top-favorite-icon a:hover,
.header .top-favorite-icon a:hover #b {
  opacity: 1;
  transition: opacity .3s ease;
}

@media only screen and (min-width: 1024px) {
  .header .top-favorite-icon {
    display: block;
  }
}

@media only screen and (max-width: 1023px) {
  .header .top-favorite-icon {
    display: none;
  }
}

/* .header .number */

.header .number {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.header .number a {
  display: block;
  margin-top: 4px;
}

.header .number span {
  display: block;
  width: fit-content;
  position: absolute;
  left: 4.6px;
  top: 6.5px;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  z-index: 1;
}

.number-bag-container {
  width: fit-content;
  position: relative;
}

.number-bag-container .number-bag-black {
  position: absolute;
  left: 0;
  transition: opacity .3s ease;
  opacity: 0;
}

.number-bag-container .number-bag-black.is-acttive {
  opacity: 1;
  transition: opacity .3s ease;
}

.header .number .cart_icon {
  width: 45px;
  height: 45px;
}

@media only screen and (min-width: 1024px) {
  .header .number {
    right: 40px;
    padding-right: 2px;
  }
}

@media only screen and (max-width: 1023px) {
  .header .number {
    right: 0;
    padding-right: 13px;
  }
}

.header .mobile {
  position: fixed;
  top: 59px;
  left: 10%;
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: none;
  z-index: 10000;
}

@media only screen and (max-width: 869px) {
  .header .mobile {
    display: block;
    width: 40px;
    height: 40px;
    top: 22.5px;
    left: 28px;
  }
}

.header .top-header-search-btn {
  position: absolute;
  top: 59px;
  left: -7px;
  left: 3%;
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: block;
  z-index: 10000;
}

.header .search_icon {
  display: block;
}

.header .search_icon_sp {
  display: none;
}

.header #drawer-icon>.header-menu-icon {
  position: absolute;
  display: block;
  width: 2px;
  height: 24px;
  background: #000;
  left: 40%;
  top: 25%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header #drawer-icon>.right-icon {
  left: 53%;
}

@media only screen and (max-width: 869px) {
  .header .number .cart_icon {
    width: 40px;
    height: 40px;
  }

  .header .search_icon {
    display: none;
  }

  .header .search_icon_sp {
    display: block;
  }

  .header #drawer-icon>.header-menu-icon {
    display: none;
  }
}

@media only screen and (max-width: 869px) {
  .header .mobile span {
    position: absolute;
    display: block;
    width: 2px;
    height: 24px;
    background: #000;
    left: 10px;
    top: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .header .search_icon_sp span:last-child {
    left: 11px;
  }

  .header .search_icon_sp span:last-child {
    left: 11px;
  }
}

@media only screen and (max-width: 1100px) {
  .header nav ul li {
    margin: 0 10px;
  }
}

.header_inner_parent {
  width: 100%;
  background-color: white;
}

.header .header_inner {
  width: 100%;
  margin: auto;
  position: relative;
  background-color: rgba(255, 255, 255, 0.65);
  background-color: #fff;
  border-bottom: 1px solid #d3d3d3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 1024px) {
  .header .header_inner {
    height: 64px;
  }

  .header .header_inner.is-open {
    border-bottom: 1px solid #000;
  }
}

@media screen and (min-width: 868px) and (max-width: 1094px) {
  .header .number {
    right: 30px;
  }

  .header .top-header-search-btn {
    left: 17px;
  }
}

@media only screen and (max-width: 1023px) {
  .header {
    margin: 0;
  }

  .header .header_inner {
    height: 46px;
  }

  .header h1 {
    padding: 30px 0px 0px 0px;
  }

  .header h1 {
    padding: 15px 0 10px;
    display: none;
  }

  .header .logo {
    padding: 5px 0px;
  }

  .header nav {
    display: none;
  }

  .header .top-mypage-icon {
    display: none;
  }

  #menu {
    position: fixed;
    top: 0;
    right: -340px;
    /* メニューのwidth + padding */
    width: 90%;
    /* メニューのwidth */
    height: 100%;
    padding: 20px;
    transition: left 0.5s, right 0.5s;
    /* アニメーション */
    background-color: #313131;
  }

  #open {
    display: none;
  }

  /* :checked 擬似クラスを使って、#openがチェック状態になった時に、#menuが「right: 0;」になります。 */
  #open:checked+#menu {
    right: 0;
  }
}


/*DRAWER-SERCH-FORM-PARENT */

.search-drawer-form-parent {
  width: 100%;
  height: 44px;
  background-color: #fff;
  position: relative;
  max-height: 0;
  -webkit-transition: max-height .3s ease;
  -o-transition: max-height .3s ease;
  transition: max-height .3s ease;
  overflow: hidden;
  -webkit-transition: max-height .3s ease, border .3s ease;
  -o-transition: max-height .3s ease, border .3s ease;
  transition: max-height .3s ease, border .3s ease;
}

.search-form {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 44px;
}

.search-drawer-form-parent input[type="search"] {
  /* border: 1px solid black; */
  border: none;
  width: 100%;
  height: 100% !important;
  padding: 0 80px !important;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif !important;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  text-align: left;
  color: #000;
  box-shadow: none;
  letter-spacing: -0.7px;
  --webkit-appearance: searchfield;
}

.search-drawer-form-parent input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}

.search-drawer-form-parent .search-bg {
  z-index: -1;
  background: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  --webkit-backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.search-drawer-form-parent.is-open .search-bg {
  opacity: 1;
  pointer-events: all;
}

.search-drawer-form-parent input[type="submit"] {
  border: none !important;
  position: absolute;
  top: 13px;
  width: 16px;
  height: 16px;
  background-image: url(../img/ico_header_search.svg);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  cursor: pointer;
  background-color: #fff;
}

.header .search-drawer-form-close {
  position: absolute;
  bottom: 0;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
  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;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .search-drawer-form-parent.is-open {
    max-height: 44px;
  }

  .search-drawer-form-parent input[type="submit"] {
    left: 40px;
  }

  .header .search-drawer-form-close {
    right: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .search-drawer-form-parent.is-open {
    max-height: 43px;
  }

  .search-drawer-form-parent input[type="search"] {
    padding: 0 42px !important;
  }

  .search-drawer-form-parent input[type="submit"] {
    left: 13px;
  }

  .header .search-drawer-form-close {
    right: 13px;
  }
}

/* 帯バナー */
.header .top_obi-banner {
  background-color: #000;
  width: 100%;
  position: relative;
  display: flex;
}

.header .top_obi-banner p {
  color: #EA3323;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: 11px;
}

.header .top_obi-banner p span {
  font-family: HelveticaNeueLTPro-Md, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
}

.header .top_obi-banner .banner-close {
  position: absolute;
  right: 4%;
  top: 50%;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transform: translate(0, -50%);
}

.header .top_obi-banner .banner-close span {
  position: absolute;
  display: block;
  width: 1px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
  background-color: #fff;
}

.header .top_obi-banner .banner-close span:first-of-type {
  transform: translate(0%, -4px) rotate(45deg);
}

.header .top_obi-banner .banner-close span:last-of-type {
  transform: translate(0%, -4px) rotate(-45deg);
}

.header .top_obi-banner.is-close {
  display: none;
}

@media screen and (min-width: 1024px) {
  .header .top_obi-banner {
    height: 32px;
  }
}

@media screen and (max-width: 1023px) {
  .header .top_obi-banner {
    height: 42px;
  }
  .header .top_obi-banner p {
    white-space: nowrap;
  }
}

.global_menu_body{
  margin-top: 0!important;
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 1024px) {
  .global_menu_body_list.has-banner {
    top: 96px !important;
  }

  .drawer-content.has-banner {
    margin-top: 96px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .global_menu_body_list.has-banner {
    top: 86px !important;
  }

  .drawer-content.has-banner {
    margin-top: 88px;
  }

  .drawer-content {
    margin-top: 46px;
  }

  .drawer-content.has-banner .drawer-search-tab-content-block {
    top: 87px;
  }
}

@media only screen and (max-width: 869px) {
  .drawer-content.has-banner {
    margin-top: 87px;
  }
  .drawer-content {
    margin-top: 45px;
  }


}