@charset "UTF-8";
.product_pt_header__outerwrap {
  width: 100%;
  background-color: #fff;
  max-width: unset;
  display: none;
  border-bottom: 1px solid var(--color_border_light);
  z-index: 9;
  position: relative;
}
.product_pt_header__outerwrap * {
  transition: all 0.3s;
}
.i-pt_rec .product_pt_header__outerwrap, .i-pt_sale .product_pt_header__outerwrap, .i-mail_m .product_pt_header__outerwrap, .i-mail_agmac .product_pt_header__outerwrap, .i-mail_ye .product_pt_header__outerwrap, .i-mail_upg .product_pt_header__outerwrap, .i-mail_it .product_pt_header__outerwrap, .i-mail_ii .product_pt_header__outerwrap, .i-mail_ic .product_pt_header__outerwrap, .i-mail_ft .product_pt_header__outerwrap, .i-mail_add .product_pt_header__outerwrap, .i-mail_mz .product_pt_header__outerwrap {
  display: block;
}
.i-pt-rec .product_pt_header__outerwrap, .i-pt-sale .product_pt_header__outerwrap, .i-mail-m .product_pt_header__outerwrap, .i-mail-agmac .product_pt_header__outerwrap, .i-mail-ye .product_pt_header__outerwrap, .i-mail-upg .product_pt_header__outerwrap, .i-mail-it .product_pt_header__outerwrap, .i-mail-ii .product_pt_header__outerwrap, .i-mail-ic .product_pt_header__outerwrap, .i-mail-ft .product_pt_header__outerwrap, .i-mail-add .product_pt_header__outerwrap, .i-mail-mz .product_pt_header__outerwrap {
  display: block;
}
.product_pt_header__innerwrap {
  max-width: var(--width_max_pc_l);
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 1.6rem;
  align-items: center;
}
.product_pt_header__index .index {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}
.product_pt_header__index .index__main {
  font-size: var(--size_h_s);
  font-weight: bold;
  display: flex;
  align-items: center;
  color: var(--color_font_mid);
}
.product_pt_header__index .index__main:hover {
  text-decoration: none;
  filter: brightness(1.2);
}
.product_pt_header__index .index__main::before {
  --tag_icon_size: 3.2rem;
  content: "";
  background-image: url(/~/media/img/common/icon/icon_sale_fill.svg);
  background-position: center;
  background-size: cover;
  width: var(--tag_icon_size);
  height: var(--tag_icon_size);
  margin: 0rem 0.8rem 0 0;
}
.product_pt_header__index .index__main::after {
  content: "セール・優待";
}
.product_pt_header__index .index__txt {
  font-size: var(--size_h_xxs);
  display: flex;
  align-items: center;
  padding: 0.8rem 0.4rem;
}
.product_pt_header__index .index__txt::before {
  content: "一覧でセールをチェック";
  margin-right: 0.5rem;
}
.product_pt_header__index .index__txt::after {
  margin: 0.25rem 0rem 0rem 0rem;
}
.product_pt_header__guide a {
  font-size: var(--size_h_xxs);
  display: flex;
  align-items: center;
}
.product_pt_header__guide a::before {
  --guide_icon_size: 2.1rem;
  content: "";
  background-image: url(/~/media/img/common/icon/icon_shopping-guide_o_fill.svg);
  background-position: center;
  background-size: cover;
  width: var(--guide_icon_size);
  height: var(--guide_icon_size);
  margin: 0rem 0.5rem 0 0;
}
@media screen and (min-width: 769px ) {
  .product_pt_header__guide a::after {
    content: "ご購入ガイド";
  }
}

.menu__product_list--left-search-input:focus ~ .product-list__suggest {
  display: block;
}

.product-list__suggest {
  display: none;
}

.product-list__suggest {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 2;
  display: none;
  top: 3.9rem;
  left: 0;
}
@media screen and (max-width: 768px ) {
  .product-list__suggest {
    top: 4.6rem;
  }
}
.product-list__suggest * {
  box-sizing: border-box;
}
.product-list__suggest.is_active {
  display: block;
}
.menu__product_list--left-search .product-list__suggest {
  top: 4rem;
}
@media screen and (max-width: 768px ) {
  .menu__product_list--left-search .product-list__suggest {
    width: 94vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.product-list__suggest .box {
  border: solid 1px var(--color_border_mid);
}
.product-list__suggest .box:empty {
  border: none;
}
.product-list__suggest .box .title {
  padding: 8px;
  background: var(--color_ui_surface);
  font-size: var(--size_txt_s);
  color: var(--color_font_sub);
  width: 100%;
  padding: 0.5rem 0rem 0.5rem 0.5rem;
}
.product-list__suggest .box .suggest {
  border-bottom: dashed 1px var(--color_border_light);
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--color_font_light);
}
.product-list__suggest .box .suggest.active {
  background: #e7f5fc;
  color: #00a5e3;
}
.product-list__suggest .box .suggest:last-child {
  border-bottom: none;
}
.product-list__suggest .box .suggest .word {
  padding: 8px 12px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.product-list__suggest .box .suggest .delete-button:before {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  content: "";
  background: url(/-/media/Images/Common/icon_svg/icon_x.svg) center/18px no-repeat;
  display: inline-block;
}
.product-list__suggest .box .suggest.campaign .word:before {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  content: "";
  background: url(/-/media/Images/Common/icon_svg/pageopen_icon.svg) center/18px no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.product-list__suggest .box .suggest.sale .word:before {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  content: "";
  background: url(/-/media/Images/Common/icon_svg/pageopen_icon.svg) center/18px no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.product-list__suggest .box .suggest.sale .sale-icon {
  margin-right: 8px;
  width: 36px;
  height: 16px;
  border-radius: var(--radius_max);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ee7f36;
  color: #fff;
  font-size: 10px;
}
.product-list__suggest .box .suggest.sale .end-date {
  margin-left: 16px;
  font-size: var(--size_txt_caption);
}
.product-list__suggest .box .suggest.sale .end-date:before {
  content: "(";
}
.product-list__suggest .box .suggest.sale .end-date:after {
  content: "まで)";
}
.product-list__suggest .box .suggest.history .word:before {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  content: "";
  background: url(/-/media/Images/Common/icon_svg/icon_ios-timer.svg) center/18px no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.menu__product_list--left-search-text::before {
  content: "製品を探す";
  font-size: var(--size_txt_s);
  font-weight: 400;
  line-height: 140%;
  color: #0090d1;
}
@media screen and (max-width: 768px ) {
  .menu__product_list--left-search-text::before {
    font-size: var(--size_txt_xs);
  }
}

.display__is-logout {
  display: none;
}
.is_not_login .display__is-logout {
  display: flex;
}
.is_login .display__is-logout {
  display: none;
}
.display__is-login {
  display: none;
}
.is_not_login .display__is-login {
  display: none;
}
.is_login .display__is-login {
  display: flex;
}

label[for=menu__btn-userinfo] {
  pointer-events: none;
}

@media screen and (max-width: 768px ) {
  #menu__btn-login:checked + .global-header__menu .global-header__menu__list .global-header__menu__content-small {
    display: flex;
  }
  #menu__btn-login:checked + .global-header__menu .global-header__menu__list .global-header__menu__content-small--inner {
    padding: 2rem;
  }
  #menu__btn-userinfo:checked + .global-header__menu .global-header__menu__list .global-header__menu__content {
    display: flex;
  }
  #menu__btn-userinfo:checked + .global-header__menu .global-header__menu__list .global-header__menu__content--inner {
    padding: 2rem 2rem 4rem;
  }
  #menu__btn-userinfo:checked + .global-header__menu .global-header__menu__list .global-header__menu__content::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 96vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    top: 0;
  }
}
@media screen and (max-width: 768px ) and (min-width: 769px ) {
  #menu__btn-userinfo:checked + .global-header__menu .global-header__menu__list .global-header__menu__content::after {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px ) and (max-width: 768px ) {
  #menu__btn-userinfo:checked + .global-header__menu .global-header__menu__list .global-header__menu__content::after {
    top: 4.4rem;
    display: block;
  }
}
@media screen and (max-width: 768px ) {
  body:has(.menu-trigger:checked), body:has(#menu__btn-userinfo:checked) {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px ) {
  #togglenav:checked ~ .global-header__menu .menu__userinfo .global-header__menu__content {
    display: none !important;
  }
  #togglenav:checked ~ .global-header__menu .menu__login .global-header__menu__content-small {
    display: none !important;
  }
  #togglenav:checked ~ .global-header__hamburger-outerwrap .burger-wrapper .hamburger {
    background: transparent;
  }
  #togglenav:checked ~ .global-header__hamburger-outerwrap .burger-wrapper .hamburger:after, #togglenav:checked ~ .global-header__hamburger-outerwrap .burger-wrapper .hamburger:before {
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    top: 0;
  }
  #togglenav:checked ~ .global-header__hamburger-outerwrap .burger-wrapper .hamburger:before {
    transform: rotate(45deg);
  }
  #togglenav:checked ~ .global-header__hamburger-outerwrap .burger-wrapper .hamburger:after {
    transform: rotate(-45deg);
  }
  #togglenav:checked ~ .main-menu {
    display: grid;
    height: 6rem;
    overscroll-behavior: contain;
  }
  #togglenav:checked ~ .main-menu::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 96vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    top: 0;
  }
}
@media screen and (max-width: 768px ) and (min-width: 769px ) {
  #togglenav:checked ~ .main-menu::after {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px ) and (max-width: 768px ) {
  #togglenav:checked ~ .main-menu::after {
    top: 4.4rem;
    display: block;
  }
}
.coupon__limit::after {
  content: "まで";
  font-size: var(--size_txt_xs);
}
.coupon__limit.data_coupon_days_left_0, .coupon__limit.data_coupon_days_left_1 {
  color: var(--color_sale_price);
  font-size: 0;
}
.coupon__limit.data_coupon_days_left_0::after, .coupon__limit.data_coupon_days_left_1::after {
  content: "";
}
.coupon__limit.data_coupon_days_left_1::after {
  content: "明日まで";
}
.coupon__limit.data_coupon_days_left_0::after {
  content: "本日まで";
}

.global-header {
  background-color: #fff;
  position: relative;
  z-index: 99999;
}
@media screen and (min-width: 769px ) {
  .global-header.global_navi_cursor_on_product_list .menu__product_list .global-header__menu__content {
    display: flex;
  }
  .global-header.global_navi_cursor_on_product_list .menu__product_list .global-header__menu__content::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 96vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    top: 0;
  }
}
@media screen and (min-width: 769px ) and (min-width: 769px ) {
  .global-header.global_navi_cursor_on_product_list .menu__product_list .global-header__menu__content::after {
    pointer-events: none;
  }
}
@media screen and (min-width: 769px ) and (max-width: 768px ) {
  .global-header.global_navi_cursor_on_product_list .menu__product_list .global-header__menu__content::after {
    top: 4.4rem;
    display: block;
  }
}
@media screen and (min-width: 769px ) {
  .global-header.global_navi_cursor_on_sale .menu__sale .global-header__menu__content {
    display: flex;
  }
  .global-header.global_navi_cursor_on_sale .menu__sale .global-header__menu__content::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 96vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    top: 0;
  }
}
@media screen and (min-width: 769px ) and (min-width: 769px ) {
  .global-header.global_navi_cursor_on_sale .menu__sale .global-header__menu__content::after {
    pointer-events: none;
  }
}
@media screen and (min-width: 769px ) and (max-width: 768px ) {
  .global-header.global_navi_cursor_on_sale .menu__sale .global-header__menu__content::after {
    top: 4.4rem;
    display: block;
  }
}
@media screen and (min-width: 769px ) {
  .global-header.global_navi_cursor_on_userinfo .menu__userinfo {
    background: #f6f7f8;
  }
  .global-header.global_navi_cursor_on_userinfo .menu__userinfo .global-header__menu__content {
    display: flex;
  }
  .global-header.global_navi_cursor_on_userinfo .menu__userinfo .global-header__menu__content::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 96vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    top: 0;
  }
}
@media screen and (min-width: 769px ) and (min-width: 769px ) {
  .global-header.global_navi_cursor_on_userinfo .menu__userinfo .global-header__menu__content::after {
    pointer-events: none;
  }
}
@media screen and (min-width: 769px ) and (max-width: 768px ) {
  .global-header.global_navi_cursor_on_userinfo .menu__userinfo .global-header__menu__content::after {
    top: 4.4rem;
    display: block;
  }
}
@media screen and (min-width: 769px ) {
  .global-header.global_navi_cursor_on_login .menu__login .global-header__menu__content-small {
    display: flex;
  }
}
.global-header input {
  display: none;
}
.global-header label:hover {
  cursor: pointer;
}
.global-header .login_btn {
  padding: 1rem 1.5rem;
  font-weight: bold;
  font-size: var(--size_txt_xs);
  margin: 0 auto;
  justify-content: center;
  background-color: var(--color_success);
  border-radius: var(--radius_max);
  align-items: center;
  border: none;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  color: var(--color_font_on);
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  display: none;
}
.is_not_login .global-header .login_btn {
  display: flex;
}
.global-header .login_btn:hover {
  color: #fff;
}
@media screen and (min-width: 769px ) {
  .global-header .login_btn::before {
    content: "";
    background-position: center;
    background-size: cover;
    width: 2rem;
    height: 2rem;
    margin: 0rem 0.5rem 0 0;
    display: flex;
    content: "";
    background-image: url(/~/media/img/common/global_nav/icon_member_w_fill_white.svg);
    width: 1.75rem;
    height: 1.75rem;
  }
  .global-header .login_btn::after {
    content: "ログインする";
    white-space: nowrap;
  }
}
.global-header > * {
  box-sizing: border-box;
}
.global-header a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
.global-header a:hover {
  filter: brightness(1.2);
  color: unset;
  text-decoration: none;
}
.global-header__hamburger-outerwrap {
  justify-content: center;
}
@media screen and (min-width: 769px ) {
  .global-header__hamburger-outerwrap {
    display: none;
  }
}
@media screen and (max-width: 768px ) {
  .global-header__hamburger-outerwrap {
    display: flex;
  }
}
.global-header__hamburger-outerwrap .burger-wrapper {
  cursor: pointer;
  margin: auto;
  height: 2.3rem;
}
.global-header__hamburger-outerwrap .burger-wrapper .hamburger {
  background: #c2c2c2;
  width: 2.5rem;
  height: 0.4rem;
  position: relative;
  transition: background 10ms 300ms ease;
  transform: translateY(0.96rem);
}
.global-header__hamburger-outerwrap .burger-wrapper .hamburger:before, .global-header__hamburger-outerwrap .burger-wrapper .hamburger:after {
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  position: absolute;
  background: #c2c2c2;
  width: 2.5rem;
  height: 0.4rem;
  content: "";
}
.global-header__hamburger-outerwrap .burger-wrapper .hamburger:before {
  top: -0.9rem;
  left: 0;
}
.global-header__hamburger-outerwrap .burger-wrapper .hamburger:after {
  top: 0.9rem;
  left: 0;
}
.global-header__innerwrap {
  grid-template-columns: 0.75fr 3fr 0.5fr 0.3fr 0.4fr;
  width: 100%;
  max-width: var(--width_max_pc_l);
  margin: auto;
  display: grid;
  grid-template-rows: auto;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0px;
  height: 6rem;
  align-items: center;
}
.is_login .global-header__innerwrap {
  grid-template-columns: 0.75fr 3fr 1.5fr 0.3fr;
}
.is_not_login .global-header__innerwrap {
  grid-template-columns: 0.66fr 3fr 0.5fr 0.3fr 0.4fr;
}
@media screen and (min-width: 769px ) {
  .global-header__innerwrap {
    padding: 0 1.6rem 0 1.1rem;
  }
}
@media screen and (max-width: 768px ) {
  .global-header__innerwrap {
    height: 4.4rem;
  }
}
@media screen and (max-width: 375px) {
  .global-header__innerwrap {
    height: 4.4rem;
  }
}
@media screen and (min-width: 376px) and (max-width: 768px) {
  .global-header__innerwrap {
    height: 4.4rem;
  }
}
.global-header__rogo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-header__rogo a {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 769px ) {
  .global-header__rogo a img {
    width: 90%;
    padding-left: 0.75rem;
    max-width: 15rem;
  }
}
@media screen and (max-width: 768px ) {
  .global-header__rogo a img {
    width: 100%;
    max-width: 13rem;
  }
}
.global-header__menu {
  height: 6rem;
  z-index: 10;
}
.global-header__menu.back-justify {
  justify-content: flex-end;
}
.global-header__menu.main-menu {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 769px ) {
  .global-header__menu.main-menu .global-header__menu__list + .global-header__menu__list {
    margin: 0 0 0 4%;
  }
}
.global-header__menu__list {
  height: 100%;
}
.global-header__menu__list .global-header__menu__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6rem;
  text-align: center;
  font-size: var(--size_txt_m);
  white-space: nowrap;
}
.global-header__menu__list .global-header__menu__item::before {
  content: "";
  background-position: center;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  margin: 0rem 0.5rem 0 0;
  display: flex;
}
.global-header__menu__list.menu__product_list {
  margin: 0 0 0 1rem;
}
@media screen and (max-width: 768px ) {
  .global-header__menu__list.menu__product_list:hover .global-header__menu__content,
.global-header__menu__list.menu__product_list:hover .global-header__menu__content-small, .global-header__menu__list.menu__product_list:active .global-header__menu__content,
.global-header__menu__list.menu__product_list:active .global-header__menu__content-small, .global-header__menu__list.menu__sale:hover .global-header__menu__content,
.global-header__menu__list.menu__sale:hover .global-header__menu__content-small, .global-header__menu__list.menu__sale:active .global-header__menu__content,
.global-header__menu__list.menu__sale:active .global-header__menu__content-small {
    display: flex;
  }
}
@media screen and (min-width: 769px ) {
  .global-header__menu__list.menu__login:hover .global-header__menu__content-small::after, .global-header__menu__list.menu__login:active .global-header__menu__content-small::after {
    content: none !important;
  }
}
.global-header__menu__content {
  display: none;
  width: 100%;
  background-color: #f6f7f8;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: center;
  box-shadow: 0px 5px 6px 0px var(--shadow_light);
  top: 6rem;
  cursor: auto;
}
@media screen and (max-width: 375px) {
  .global-header__menu__content {
    top: 6rem;
  }
}
@media screen and (min-width: 376px) and (max-width: 768px) {
  .global-header__menu__content {
    top: 6rem;
  }
}
.global-header__menu__content--inner {
  display: flex;
  max-width: var(--width_max_pc_l);
  width: 100%;
  justify-content: space-around;
}
.global-header__menu__content--inner h2 {
  background-color: #fff;
}
@media screen and (max-width: 768px ) {
  .global-header__menu__content--inner {
    flex-direction: column;
    padding: 1rem;
  }
}
.global-header__menu__content-small {
  display: none;
  width: 40rem;
  background-color: #f6f7f8;
  position: absolute;
  left: 10%;
  transform: translateX(-50%);
  justify-content: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0rem 0.4rem 0.5rem 0rem;
  top: 6rem;
  padding: 2rem 0 3rem;
  z-index: 10;
  cursor: auto;
}
@media screen and (min-width: 769px ) {
  .has_coupon .global-header__menu__content-small {
    left: 0rem;
  }
  .has_not_coupon .global-header__menu__content-small {
    left: 4rem;
  }
}
@media screen and (max-width: 768px ) {
  .global-header__menu__content-small {
    width: 100vw;
    left: -190%;
  }
}
.global-header__menu__content-small--inner {
  display: flex;
  width: 90%;
  justify-content: center;
  flex-direction: column;
}
.global-header__menu .menu__product_list > a::before {
  background-image: url(/~/media/img/common/global_nav/icon_search_w_outline.svg);
}
.global-header__menu .menu__product_list > a::after {
  content: "製品一覧";
  content: "製品一覧";
}
.global-header__menu .menu__product_list--left {
  width: 40%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
.global-header__menu .menu__product_list--left-viewall {
  order: 1;
  display: flex;
  justify-content: center;
  border-radius: var(--radius_max);
  align-items: center;
  padding: 2rem 0;
  margin-inline: auto;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1607843137);
  transition: transform 0.3s, filter 0.3s;
  max-width: unset !important;
  margin-top: 1rem;
  width: 100%;
}
@media screen and (min-width: 769px ) {
  .global-header__menu .menu__product_list--left-viewall {
    max-width: 40rem;
  }
}
@media screen and (max-width: 768px ) {
  .global-header__menu .menu__product_list--left-viewall {
    max-width: 90vw;
    width: 100%;
  }
}
.global-header__menu .menu__product_list--left-viewall img {
  width: 100%;
  max-width: 3rem;
}
.global-header__menu .menu__product_list--left-viewall-subject {
  font-weight: var(--font_weight_bold);
  font-size: var(--size_h_m);
  margin: 0 1rem;
  color: var(--color_font_mid);
}
.global-header__menu .menu__product_list--left-viewall-subject::after {
  content: "製品一覧";
}
.global-header__menu .menu__product_list--left-viewall-text::after {
  content: "すべての製品を見る";
}
.global-header__menu .menu__product_list--left-search form {
  position: relative;
}
.global-header__menu .menu__product_list--left-search-input {
  display: block;
  width: calc(100% - 1.5rem);
  padding: 1.25rem 0rem 1.25rem 1.25rem;
  margin: 1rem auto 2rem auto;
  margin-inline: auto;
  border: 1px solid #888;
  border-radius: 4px;
}
.global-header__menu .menu__product_list--left-search-input::-moz-placeholder {
  font-size: var(--size_txt_s);
}
.global-header__menu .menu__product_list--left-search-input::placeholder {
  font-size: var(--size_txt_s);
}
.global-header__menu .menu__product_list--left-search-button {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 1.5rem;
  background: rgb(255, 255, 255);
  bottom: 0;
  margin: auto;
  border: none;
  height: 3rem;
  padding: 1rem;
}
.global-header__menu .menu__product_list--right {
  width: 60%;
  background-color: #fff;
  padding: 2rem;
}
.global-header__menu .menu__product_list--right-recommend-subject {
  font-weight: var(--font_weight_bold);
  font-size: var(--size_h_m);
  text-align: left;
}
.global-header__menu .menu__product_list--right-recommend-subject::after {
  content: "おすすめ製品";
}
.global-header__menu .menu__product_list--right-product {
  display: flex;
  justify-content: space-between;
  margin: 2rem 1rem;
  gap: 1.5rem;
}
.global-header__menu .menu__product_list--right-product a {
  width: 16.6666666667%;
}
.global-header__menu .menu__product_list--right-product a img {
  width: 100%;
  box-shadow: var(--shadow_light);
}
.global-header__menu .menu__support > a::before {
  background-image: url(/~/media/img/common/global_nav/icon_support_outline.svg);
}
.global-header__menu .menu__support > a::after {
  content: "総合サポート";
}
.global-header__menu .menu__sale .global-header__menu__content {
  background-color: #fff;
}
.global-header__menu .menu__sale > a::before {
  background-image: url(/~/media/img/common/global_nav/icon_sale_w.svg);
}
.global-header__menu .menu__sale > a::after {
  content: "セール・優待一覧";
}
.global-header__menu .menu__sale--left {
  width: 70%;
}
@media screen and (min-width: 769px ) {
  .global-header__menu .menu__sale--left {
    padding: 0 1rem 0 1rem;
  }
}
.global-header__menu .menu__sale--left-recommend {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 1rem 0 0rem;
}
.global-header__menu .menu__sale--left-recommend .pt_slider_item {
  margin-right: 0;
  width: 100%;
  max-width: 100%;
  list-style: none;
}
.global-header__menu .menu__sale--left-recommend .pt_slider_item__lead {
  display: none;
}
.global-header__menu .menu__sale--left-recommend .pt_slider_item:nth-child(n+6) {
  display: none;
}
.global-header__menu .menu__sale--left-recommend .pt_slider_item__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 769px ) {
  .global-header__menu .menu__sale--left-recommend .pt_slider_item__link {
    padding: 0 2rem 0 0rem;
  }
}
.global-header__menu .menu__sale--left-recommend .pt_slider_item__imgbox {
  width: 100%;
}
.global-header__menu .menu__sale--left-recommend .pt_slider_item__imgbox img {
  width: 100%;
  height: auto;
}
.global-header__menu .menu__sale--left-recommend .pt_slider_item__deadline {
  font-size: var(--size_txt_s);
  margin-top: 1.4rem;
  margin-bottom: 1.5rem;
}
.global-header__menu .menu__sale--right {
  width: 30%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px ) {
  .global-header__menu .menu__sale--right {
    padding: 0 2rem 0 1rem;
  }
}
.global-header__menu .menu__sale--right-viewall {
  display: flex;
  justify-content: center;
  border-radius: var(--radius_max);
  align-items: center;
  padding: 2rem 0;
  margin-inline: auto;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1607843137);
  transition: transform 0.3s, filter 0.3s;
  width: 100%;
}
@media screen and (min-width: 769px ) {
  .global-header__menu .menu__sale--right-viewall {
    max-width: 40rem;
  }
}
@media screen and (max-width: 768px ) {
  .global-header__menu .menu__sale--right-viewall {
    max-width: 90vw;
    width: 100%;
  }
}
.global-header__menu .menu__sale--right-viewall-subject {
  font-weight: var(--font_weight_bold);
  font-size: var(--size_h_m);
  margin: 0 1rem;
  color: var(--color_font_mid);
}
.global-header__menu .menu__sale--right-viewall-subject::after {
  content: "セール・優待一覧";
}
.global-header__menu .menu__sale--right-text::after {
  content: "すべての優待を見る";
}
.global-header__menu .menu__sale--right::before {
  content: "";
  background-image: url(/~/media/img/common/global_nav/bunner_maijan.png);
  padding-top: 19%;
  display: block;
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto -1rem;
}
.global-header__menu .menu__login {
  justify-content: flex-end;
  margin: 0;
  position: relative;
  width: 100%;
  display: flex;
}
.global-header__menu .menu__login .login_btn {
  display: flex;
}
.global-header__menu .menu__login:hover .coupon-menu {
  background-color: #f6f7f8;
}
.global-header__menu .menu__login--innerwrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-header__menu .menu__login--innerwrap .coupon-menu {
  margin: 0 0 0 1rem;
  display: flex;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px ) {
  .global-header__menu .menu__login--innerwrap .coupon-menu {
    padding: 0 2rem;
  }
  .global-header__menu .menu__login--innerwrap .coupon-menu::after {
    content: "";
    border-top: solid 0.2rem currentColor;
    border-right: solid 0.2rem currentColor;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0 0.5rem 0.75rem;
    transform: rotate(135deg);
    margin: 0 0 0.5rem 1rem;
    display: block;
  }
}
.global-header__menu .menu__login--innerwrap .coupon-menu::before {
  background-image: url(/~/media/img/common/icon/icon_coupon.svg);
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
  font-size: var(--size_txt_xs);
}
@media screen and (min-width: 769px ) {
  .has_coupon .global-header__menu .menu__login--innerwrap .coupon-menu::before {
    content: "";
    width: 2rem;
  }
}
@media screen and (min-width: 769px ) {
  .has_not_coupon .global-header__menu .menu__login--innerwrap .coupon-menu::before {
    content: "　　　クーポン";
    width: 8.75rem;
  }
}
.global-header__menu .menu__login--innerwrap .coupon-menu span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--size_txt_m);
}
.has_not_coupon .global-header__menu .menu__login--innerwrap .coupon-menu span {
  display: none;
}
.global-header__menu .menu__login--innerwrap .coupon-menu span::after {
  font-size: var(--size_txt_xs);
}
@media screen and (min-width: 769px ) {
  .has_coupon .global-header__menu .menu__login--innerwrap .coupon-menu span::after {
    content: "枚";
  }
  .has_not_coupon .global-header__menu .menu__login--innerwrap .coupon-menu span::after {
    content: "クーポン";
  }
}
.global-header__menu .menu__login .has__coupon {
  display: none;
  width: 100%;
}
.has_coupon .global-header__menu .menu__login .has__coupon {
  display: block;
}
.global-header__menu .menu__login .has__coupon .login_btn::before {
  content: "";
  background-image: url(/~/media/img/common/icon/icon_login_outline.svg);
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 0.5rem 0 0;
  background-size: contain;
}
.global-header__menu .menu__login .has__coupon .login_btn::after {
  content: "ログインしてすべて表示";
}
.global-header__menu .menu__login .has__coupon-index::before {
  content: "お持ちのクーポン";
  font-size: var(--size_h_s);
  font-weight: bold;
  display: block;
  text-align: center;
}
.global-header__menu .menu__login .has__coupon-txt::before {
  content: "購入手続き画面でお選びください\aログインすると使えるクーポンがすべて見られます";
  display: block;
  text-align: center;
  font-size: var(--size_txt_xs);
  white-space: pre;
}
.global-header__menu .menu__login .has__coupon-list {
  padding: 2rem 0rem;
}
.global-header__menu .menu__login .has__coupon-list-item {
  padding: 1.5rem 1.5rem;
  display: grid;
  grid-template-columns: 0.1fr 1.5fr 0.1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--color_border_light);
}
.global-header__menu .menu__login .has__coupon-list-item:hover {
  filter: unset;
}
.global-header__menu .menu__login .has__coupon-list-item::after {
  content: "";
  border-top: solid 0.2rem currentColor;
  border-right: solid 0.2rem currentColor;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0 0.5rem 0.75rem;
  margin: 1.5rem 0 0 1rem;
  transform: rotate(45deg);
}
.global-header__menu .menu__login .has__coupon-list-item::before {
  content: "";
  background-image: url(/~/media/img/common/icon/icon_coupon.svg);
  width: 2rem;
  height: 2.3rem;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.5rem;
}
.global-header__menu .menu__login .has__coupon-list-item .coupon__item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  font-size: var(--size_txt_s);
}
.global-header__menu .menu__login .has__coupon-list-item .coupon__item:hover {
  filter: brightness(1.2);
}
.global-header__menu .menu__login .has__coupon-list-all {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: var(--size_txt_s);
  margin: 1rem 0 0;
}
.global-header__menu .menu__login .has__coupon-list-all a {
  display: flex;
  align-items: center;
}
.global-header__menu .menu__login .has__coupon-list-all a::before {
  content: "すべて表示";
  color: var(--color_font_mid);
  margin-right: 0.5rem;
}
.global-header__menu .menu__login .has__coupon-list-all a::after {
  content: "";
  border-top: solid 0.2rem currentColor;
  border-right: solid 0.2rem currentColor;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0 0.5rem 0.75rem;
  margin: 0;
  transform: rotate(45deg);
}
.global-header__menu .menu__login .no__coupon {
  display: none;
  text-align: center;
}
.global-header__menu .menu__login .no__coupon::before {
  content: "現在ご利用いただける\aクーポンはありません";
  white-space: pre;
  font-size: var(--size_txt_s);
  font-size: var(--size_txt_s);
  font-weight: bold;
  margin: 1.5rem 0 3rem;
  display: block;
}
.has_not_coupon .global-header__menu .menu__login .no__coupon {
  display: block;
}
.global-header__menu .menu__login .coupon__account-create {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-top: 1px solid var(--color_border_light);
  margin: 0rem 0 0;
}
.global-header__menu .menu__login .coupon__account-create--txt {
  text-align: left;
  margin: 2rem 0;
}
.global-header__menu .menu__login .coupon__account-create--txt .txt__01::before {
  content: "新規アカウント作成で、";
}
.global-header__menu .menu__login .coupon__account-create--txt .txt__02::before {
  content: "全製品300円OFF";
  color: #cc0000;
}
.global-header__menu .menu__login .coupon__account-create--txt .txt__03::before {
  content: "クーポンプレゼント";
}
.global-header__menu .menu__login .sn_btn--success {
  color: var(--color_font_on);
  font-size: var(--size_txt_xs);
  padding: 1.25rem 2rem;
  display: block;
  margin: auto;
}
.global-header__menu .menu__login .sn_btn--success::before {
  content: "アカウントを作成する";
  font-size: var(--size_txt_s);
  font-weight: bold;
}
.global-header__menu .menu__login .sn_btn--success:hover {
  filter: unset;
}
.global-header__menu .menu__userinfo {
  pointer-events: auto;
  padding: 0 1rem;
  transition: all 0.3s;
  height: 6rem;
}
.global-header__menu .menu__userinfo .global-header__menu__item::before {
  content: none;
}
.global-header__menu .menu__userinfo .global-header__menu__item-innerwrap {
  align-items: center;
  position: relative;
}
.global-header__menu .menu__userinfo .global-header__menu__item-innerwrap::after {
  content: "";
  border-top: solid 0.2rem currentColor;
  border-right: solid 0.2rem currentColor;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0 0.5rem 0.75rem;
  transform: rotate(135deg);
  width: 0.7rem;
  height: 0.7rem;
}
@media screen and (max-width: 768px ) {
  .global-header__menu .menu__userinfo .global-header__menu__item-innerwrap::after {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0 0.8rem 0.75rem;
  }
}
.global-header__menu .menu__userinfo--name {
  display: flex;
  align-items: center;
  margin: 0 0.5rem;
  font-weight: bold;
  font-size: var(--size_caption);
  font-weight: var(--font_weight_bold);
}
.global-header__menu .menu__userinfo--name::before {
  content: "";
  background-position: center;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  margin: 0rem 0.5rem 0 0;
  display: flex;
  background-image: url(/~/media/img/common/global_nav/icon_member_w_fill.svg);
  width: 1.5rem;
  height: 1.5rem;
}
.global-header__menu .menu__userinfo--name::after {
  content: "様";
  font-size: var(--size_caption);
  margin-left: 0.25rem;
}
.global-header__menu .menu__userinfo--name span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 11rem;
}
.global-header__menu .menu__userinfo--point {
  display: flex;
  align-items: center;
  margin: 0 0.5rem;
  font-size: var(--size_txt_s);
}
.global-header__menu .menu__userinfo--point::before {
  content: "";
  background-position: center;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  margin: 0rem 0.5rem 0 0;
  display: flex;
  background-image: url(/~/media/img/common/global_nav/icon_cart_epoint.svg);
  width: 1.5rem;
  height: 1.5rem;
}
.global-header__menu .menu__userinfo--point::after {
  content: "pt";
  line-height: 1em;
  margin-left: 0.25rem;
  font-size: var(--size_txt_s);
}
.global-header__menu .menu__userinfo--point span {
  font-size: var(--size_txt_s);
}
.global-header__menu .menu__userinfo--coupon .coupon-menu {
  margin: 0 0 0 0.5rem;
  display: flex;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-header__menu .menu__userinfo--coupon .coupon-menu span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--size_txt_s);
}
.global-header__menu .menu__userinfo--coupon .coupon-menu span::before {
  content: "";
  background-image: url(/~/media/img/common/icon/icon_coupon.svg);
  width: 2rem;
  height: 2rem;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0.5rem;
}
.global-header__menu .menu__userinfo--coupon .coupon-menu span::after {
  content: "枚";
  font-size: var(--size_txt_s);
  margin-bottom: 0.2rem;
}
.global-header__menu .menu__userinfo--left {
  width: 70%;
  padding: 0 3rem 0 0rem;
}
.global-header__menu .menu__userinfo--left-index {
  font-size: var(--size_h_m);
  font-weight: bold;
  margin: 2rem 0;
  display: flex;
  align-items: center;
  color: var(--color_font_mid);
}
.global-header__menu .menu__userinfo--left-index::before {
  content: "お客様専用ページ";
}
.global-header__menu .menu__userinfo--left-index::after {
  content: "";
  border-top: solid 0.2rem currentColor;
  border-right: solid 0.2rem currentColor;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0 0.5rem 0.75rem;
  margin: 0.25rem 0 0rem 1rem;
  transform: rotate(45deg);
  border-top: solid 0.3rem currentColor;
  border-right: solid 0.3rem currentColor;
}
.global-header__menu .menu__userinfo--left-abovebox {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr 0.5fr;
  grid-gap: 1.5rem 2rem;
  margin: 0 0 2rem;
}
.global-header__menu .menu__userinfo--left-abovebox .menu_index {
  font-weight: bold;
  font-size: var(--size_h_s);
  margin: 0 0 0rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.global-header__menu .menu__userinfo--left-abovebox .content__box-common {
  background-color: #fff;
  border-radius: var(--radius_l);
  display: flex;
  justify-content: flex-start;
  box-shadow: var(--shadow_light);
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
  position: relative;
  color: var(--color_font_mid);
}
.global-header__menu .menu__userinfo--left-abovebox .content__box-common .menu_txt {
  width: 95%;
  margin: 1rem 0 0;
  font-size: var(--size_txt_xs);
  text-align: center;
}
.global-header__menu .menu__userinfo--left-abovebox .content__box-productlist {
  grid-area: 1/1/2/3;
}
.global-header__menu .menu__userinfo--left-abovebox .content__box-productlist .menu_index {
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-header__menu .menu__userinfo--left-abovebox .content__box-productlist .menu_index::before {
  content: "";
  background-position: center;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  margin: 0rem 0.5rem 0 0;
  display: flex;
  background-image: url(/~/media/img/common/global_nav/icon_product-list_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 3rem;
  height: 3rem;
}
.global-header__menu .menu__userinfo--left-abovebox .content__box-productlist .menu_index::after {
  content: "お持ちの製品一覧";
}
.global-header__menu .menu__userinfo--left-abovebox .content__box-productlist .menu_txt::before {
  content: "製品のご登録、ご登録済み製品の\aインストールやアップグレードなど、\aアフターサービスはこちら";
  white-space: pre;
}
.global-header__menu .menu__userinfo--left-abovebox .content__box-userinfo {
  grid-area: 1/3/2/5;
}
.global-header__menu .menu__userinfo--left-abovebox .content__box-userinfo .menu_index {
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-header__menu .menu__userinfo--left-abovebox .content__box-userinfo .menu_index::before {
  content: "";
  background-position: center;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  margin: 0rem 0.5rem 0 0;
  display: flex;
  background-image: url(/~/media/img/common/global_nav/icon_member_w_fill.svg);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
  width: 3rem;
  height: 3rem;
}
.global-header__menu .menu__userinfo--left-abovebox .content__box-userinfo .menu_index::after {
  content: "お客様情報の確認・変更";
}
.global-header__menu .menu__userinfo--left-abovebox .content__box-userinfo .menu_txt::before {
  content: "お客様情報、メールの設定\aパスワードなどの確認・変更はこちら";
  white-space: pre;
}
.global-header__menu .menu__userinfo--left-abovebox .content__box-order {
  grid-area: 1/5/2/7;
}
.global-header__menu .menu__userinfo--left-abovebox .content__box-order .menu_index {
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-header__menu .menu__userinfo--left-abovebox .content__box-order .menu_index::before {
  content: "";
  background-position: center;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  margin: 0rem 0.5rem 0 0;
  display: flex;
  background-image: url(/~/media/img/common/global_nav/cart.svg);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
  width: 3rem;
  height: 3rem;
}
.global-header__menu .menu__userinfo--left-abovebox .content__box-order .menu_index::after {
  content: "ご注文履歴";
}
.global-header__menu .menu__userinfo--left-abovebox .content__box-order .menu_txt::before {
  content: "当サイトでのご購入履歴の確認、\a領収証の発行はこちら";
  white-space: pre;
}
.global-header__menu .menu__userinfo--left-abovebox .content__box-favorite {
  grid-area: 2/1/3/4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-header__menu .menu__userinfo--left-abovebox .content__box-favorite .menu_index::before {
  content: "お気に入りリスト";
}
@media screen and (max-width: 768px ) {
  .global-header__menu .menu__userinfo--left-abovebox .content__box-favorite .menu_index::before {
    font-size: var(--size_h_xs);
  }
}
.global-header__menu .menu__userinfo--left-abovebox .content__box-favorite .menu_index::after {
  content: "";
  border-top: solid 0.2rem currentColor;
  border-right: solid 0.2rem currentColor;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0 0.5rem 0.75rem;
  margin: 0.25rem 0 0rem 2rem;
  transform: rotate(45deg);
  border-top: solid 0.3rem currentColor;
  border-right: solid 0.3rem currentColor;
}
@media screen and (max-width: 768px ) {
  .global-header__menu .menu__userinfo--left-abovebox .content__box-favorite .menu_index::after {
    margin: 0.25rem 0 0rem 0.5rem;
  }
}
.global-header__menu .menu__userinfo--left-abovebox .content__box-maijan {
  grid-area: 2/4/3/7;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.global-header__menu .menu__userinfo--left-abovebox .content__box-maijan .menu_index::before {
  content: "本日の毎ジャン宝くじ";
}
@media screen and (max-width: 768px ) {
  .global-header__menu .menu__userinfo--left-abovebox .content__box-maijan .menu_index::before {
    white-space: pre;
    content: "本日の\a毎ジャン宝くじ";
    font-size: var(--size_h_xs);
    line-height: 1.25em;
  }
}
.global-header__menu .menu__userinfo--left-abovebox .content__box-maijan .menu_index::after {
  content: "";
  border-top: solid 0.2rem currentColor;
  border-right: solid 0.2rem currentColor;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0 0.5rem 0.75rem;
  margin: 0.25rem 0 0rem 2rem;
  transform: rotate(45deg);
  border-top: solid 0.3rem currentColor;
  border-right: solid 0.3rem currentColor;
}
@media screen and (max-width: 768px ) {
  .global-header__menu .menu__userinfo--left-abovebox .content__box-maijan .menu_index::after {
    margin: 0.25rem 0 0rem 0.5rem;
  }
}
.global-header__menu .menu__userinfo--left-abovebox .content__box-maijan .menu_index--maijanicon::before {
  content: "";
  background-position: center;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  margin: 0rem 0.5rem 0 0;
  display: flex;
  background-image: url(/~/media/img/common/global_nav/icon_garapon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 3rem;
  height: 3rem;
}
.global-header__menu .menu__userinfo--right {
  width: 25%;
  background-color: #fff;
  margin: 1.8rem 0;
  padding: 1.7rem 2.1rem 1.4rem;
  border-radius: var(--radius_l);
  box-sizing: border-box;
  font-size: var(--size_txt_m);
}
.global-header__menu .menu__userinfo--right-name {
  display: grid;
  grid-template-columns: 0.1fr 1fr 0.5fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  padding: 0.75rem 0 1.5rem;
}
.global-header__menu .menu__userinfo--right-name::before {
  content: "";
  background-position: center;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  margin: 0rem 0.5rem 0 0;
  display: flex;
  background-image: url(/~/media/img/common/global_nav/icon_member_w_fill.svg);
  width: 2.5rem;
  height: 2.5rem;
  margin: 0rem 1.25rem 0 0;
}
.global-header__menu .menu__userinfo--right-name span {
  font-weight: bold;
  margin: 0 2rem 0 0rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  text-align: left;
  font-size: 1.5rem;
}
.global-header__menu .menu__userinfo--right-name span::after {
  content: "様";
  margin-left: 0.5rem;
}
.global-header__menu .menu__userinfo--right-name a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-self: end;
}
.global-header__menu .menu__userinfo--right-name a::before {
  content: "";
  background-position: center;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  margin: 0rem 0.5rem 0 0;
  display: flex;
  background-image: url(/~/media/img/common/icon/icon_logout_outline_g.svg);
}
.global-header__menu .menu__userinfo--right-name a::after {
  content: "ログアウト";
  font-size: 1.3rem;
  white-space: nowrap;
}
.global-header__menu .menu__userinfo--right-name a:hover {
  text-decoration: underline;
}
.global-header__menu .menu__userinfo--right-point {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 4rem repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--color_border_light);
  align-items: center;
  padding: 1rem 0;
}
.global-header__menu .menu__userinfo--right-point a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.global-header__menu .menu__userinfo--right-point .has__point-index {
  text-align: left;
}
.global-header__menu .menu__userinfo--right-point .has__point-index::before {
  content: "お持ちのeポイント";
  font-size: 1.3rem;
  white-space: nowrap;
}
.global-header__menu .menu__userinfo--right-point .has__point-number {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: var(--size_txt_m);
  font-weight: var(--font_weight_bold);
  color: #ff6500;
  margin-right: 0.5rem;
}
.global-header__menu .menu__userinfo--right-point .has__point-number::before {
  content: "";
  background-position: center;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  margin: 0rem 0.5rem 0 0;
  display: flex;
  margin: 0;
  background-image: url(/~/media/img/common/global_nav/icon_cart_epoint.svg);
}
.global-header__menu .menu__userinfo--right-point .has__point-number::after {
  content: "pt";
  line-height: 1em;
}
.global-header__menu .menu__userinfo--right-point .has__point-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-header__menu .menu__userinfo--right-point .has__point-arrow::after {
  content: "";
  border-top: solid 0.2rem currentColor;
  border-right: solid 0.2rem currentColor;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0 0.5rem 0.75rem;
  margin: 0;
  transform: rotate(45deg);
  border-top: solid 0.2rem #888;
  border-right: solid 0.2rem #888;
}
.global-header__menu .menu__userinfo--right-point .has__point-birthday {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  background-color: #fff8d3;
  margin: 1rem 0 0.5rem;
  transition: all 0.3s;
  display: none;
  width: 100%;
  margin: 0 -1rem;
  padding: 0.5rem 0rem;
}
@media screen and (min-width: 769px ) {
  .global-header__menu .menu__userinfo--right-point .has__point-birthday {
    width: calc(100% + 2rem);
    margin-top: 0.5rem;
  }
}
.global-header__menu .menu__userinfo--right-point .has__point-birthday a:hover {
  filter: unset;
  text-decoration: underline;
}
.is_birthday_notregist .global-header__menu .menu__userinfo--right-point .has__point-birthday {
  display: block;
}
.is_birthday_notregist .global-header__menu .menu__userinfo--right-point .has__point-birthday .birthday__notregist {
  flex-wrap: wrap;
}
.is_birthday_notregist .global-header__menu .menu__userinfo--right-point .has__point-birthday .birthday__notregist .birthday__banner {
  background-image: url(/~/media/img/common/global_nav/img_birthday_notregist.svg);
  padding-top: 10.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  background-position: center 0.75rem;
  width: 76%;
  max-width: 25rem;
}
@media screen and (min-width: 769px ) {
  .is_birthday_notregist .global-header__menu .menu__userinfo--right-point .has__point-birthday .birthday__notregist .birthday__banner {
    padding-top: 37%;
  }
}
.is_birthday_notregist .global-header__menu .menu__userinfo--right-point .has__point-birthday .birthday__notregist .birthday__link_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem 0rem 0rem;
  width: 100%;
  justify-content: flex-end;
  line-height: 1em;
}
.is_birthday_notregist .global-header__menu .menu__userinfo--right-point .has__point-birthday .birthday__notregist .birthday__link_txt::before {
  content: "ご登録はこちら";
  color: var(--color_font_mid);
  font-size: var(--size_txt_xs);
  margin-right: 0.5rem;
}
.is_birthday_notregist .global-header__menu .menu__userinfo--right-point .has__point-birthday .birthday__notregist .birthday__link_txt::after {
  content: "";
  border-top: solid 0.2rem currentColor;
  border-right: solid 0.2rem currentColor;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0 0.5rem 0.75rem;
  margin: 0;
  transform: rotate(45deg);
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 0.2rem #888;
  border-right: solid 0.2rem #888;
}
.is_birthday .global-header__menu .menu__userinfo--right-point .has__point-birthday {
  display: none;
}
.is_birthday .global-header__menu .menu__userinfo--right-point .has__point-birthday:hover {
  filter: unset !important;
}
.is_birthday .global-header__menu .menu__userinfo--right-point .has__point-birthday .birthday__user {
  background-image: url(/~/media/img/common/global_nav/img_birthday_user.svg);
  padding-top: 10rem;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  background-position: center;
  width: 90%;
  max-width: 30rem;
}
@media screen and (min-width: 769px ) {
  .is_birthday .global-header__menu .menu__userinfo--right-point .has__point-birthday .birthday__user {
    padding-top: 30%;
  }
}
.global-header__menu .menu__userinfo--right-coupon {
  border-top: 1px solid var(--color_border_light);
  padding: 1.2rem 0 0rem;
}
.global-header__menu .menu__userinfo--right-coupon .has__coupon {
  display: none;
}
.has_coupon .global-header__menu .menu__userinfo--right-coupon .has__coupon {
  display: block;
}
.global-header__menu .menu__userinfo--right-coupon .has__coupon-innerwrap {
  display: grid;
  grid-template-columns: 1fr 0.3fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.global-header__menu .menu__userinfo--right-coupon .has__coupon-index::before {
  content: "お持ちのクーポン";
  font-size: 1.3rem;
  text-align: left;
  width: 100%;
  display: block;
}
.global-header__menu .menu__userinfo--right-coupon .has__coupon-number {
  margin: 0 0 0 0.5rem;
  display: flex;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: var(--font_weight_bold);
  color: #ff6500;
  gap: 0.5rem;
}
.global-header__menu .menu__userinfo--right-coupon .has__coupon-number::after {
  content: "";
  border-top: solid 0.2rem currentColor;
  border-right: solid 0.2rem currentColor;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0 0.5rem 0.75rem;
  margin: 0;
  transform: rotate(45deg);
  border-top: solid 0.2rem #888;
  border-right: solid 0.2rem #888;
}
.global-header__menu .menu__userinfo--right-coupon .has__coupon-number span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--size_txt_m);
}
.global-header__menu .menu__userinfo--right-coupon .has__coupon-number span::before {
  content: "";
  background-image: url(/~/media/img/common/icon/icon_coupon.svg);
  width: 2rem;
  height: 2rem;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0.5rem;
}
.global-header__menu .menu__userinfo--right-coupon .has__coupon-number span::after {
  content: "枚";
  font-size: var(--size_txt_s);
  line-height: 1em;
}
.global-header__menu .menu__userinfo--right-coupon .has__coupon-list {
  margin: 0.7rem 0 0;
  padding: 0.5rem 1rem 0.5rem 1rem;
  background-color: #fff8d3;
  display: block;
}
.global-header__menu .menu__userinfo--right-coupon .has__coupon-list:hover {
  filter: unset;
}
.global-header__menu .menu__userinfo--right-coupon .has__coupon-list:hover .coupon__link_txt {
  text-decoration: underline;
}
@media screen and (min-width: 769px ) {
  .global-header__menu .menu__userinfo--right-coupon .has__coupon-list {
    padding: 0.5rem 0rem;
    margin: 0.7rem -1rem 0 -1rem;
    width: calc(100% + 2rem);
  }
}
.global-header__menu .menu__userinfo--right-coupon .has__coupon-list-item {
  padding: 0.5rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.global-header__menu .menu__userinfo--right-coupon .has__coupon-list-item:hover {
  filter: unset;
}
.global-header__menu .menu__userinfo--right-coupon .has__coupon-list-item::after {
  margin: 1rem 0 0;
  transform: rotate(45deg);
}
.global-header__menu .menu__userinfo--right-coupon .has__coupon-list-item .coupon__item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  font-size: var(--size_txt_xs);
  text-align: left;
  line-height: 1.5em;
}
.global-header__menu .menu__userinfo--right-coupon .has__coupon-list-all {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: var(--size_txt_s);
  margin: 0rem auto 0;
}
@media screen and (min-width: 769px ) {
  .global-header__menu .menu__userinfo--right-coupon .has__coupon-list-all {
    margin: 0rem 0 0;
    width: calc(100% - 1rem);
  }
}
.global-header__menu .menu__userinfo--right-coupon .has__coupon-list-all .coupon__link_txt {
  display: flex;
  align-items: center;
  line-height: 1em;
}
.global-header__menu .menu__userinfo--right-coupon .has__coupon-list-all .coupon__link_txt::before {
  content: "詳細はこちら";
  color: var(--color_font_mid);
  font-size: var(--size_txt_xs);
  margin-right: 0.5rem;
}
.global-header__menu .menu__userinfo--right-coupon .has__coupon-list-all .coupon__link_txt::after {
  content: "";
  border-top: solid 0.2rem currentColor;
  border-right: solid 0.2rem currentColor;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0 0.5rem 0.75rem;
  margin: 0;
  transform: rotate(45deg);
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 0.2rem #888;
  border-right: solid 0.2rem #888;
}
.global-header__menu .menu__userinfo--right-coupon .no__coupon {
  display: none;
  text-align: center;
}
.global-header__menu .menu__userinfo--right-coupon .no__coupon-innerwrap {
  display: grid;
  grid-template-columns: 1fr 0.3fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.global-header__menu .menu__userinfo--right-coupon .no__coupon-index {
  text-align: left;
}
.global-header__menu .menu__userinfo--right-coupon .no__coupon-index::before {
  content: "お持ちのクーポン";
  font-size: var(--size_txt_xs);
}
.global-header__menu .menu__userinfo--right-coupon .no__coupon-number {
  margin: 0 0 0 0.5rem;
  display: flex;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: var(--font_weight_bold);
  color: #ff6500;
  gap: 0.5rem;
}
.global-header__menu .menu__userinfo--right-coupon .no__coupon-number::after {
  content: "";
  border-top: solid 0.2rem currentColor;
  border-right: solid 0.2rem currentColor;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0 0.5rem 0.75rem;
  display: block;
  margin: 0;
  transform: rotate(45deg);
  border-top: solid 0.2rem #888;
  border-right: solid 0.2rem #888;
}
.global-header__menu .menu__userinfo--right-coupon .no__coupon-number span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--size_txt_m);
}
.global-header__menu .menu__userinfo--right-coupon .no__coupon-number span::before {
  content: "";
  background-image: url(/~/media/img/common/icon/icon_coupon.svg);
  width: 2rem;
  height: 2rem;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0.5rem;
}
.global-header__menu .menu__userinfo--right-coupon .no__coupon-number span::after {
  content: "枚";
  font-size: var(--size_txt_s);
  line-height: 1em;
}
.has_not_coupon .global-header__menu .menu__userinfo--right-coupon .no__coupon {
  display: block;
}
.global-header__menu .menu__userinfo--right-coupon .no__coupon-list-all {
  display: none;
}
.global-header__menu .menu__userinfo--right-coupon .no__coupon-list-all::before {
  content: "現在ご利用いただける\aクーポンはありません";
  white-space: pre;
  font-size: var(--size_txt_s);
  margin: 1rem 0 0;
  display: block;
}
.global-header__menu .menu__userinfo--right-coupon .no__coupon-list-all a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 2rem 0 0rem;
  font-size: var(--size_txt_s);
}
.global-header__menu .menu__userinfo--right-coupon .no__coupon-list-all a:hover {
  text-decoration: none;
}
.global-header__menu .menu__userinfo--right-coupon .no__coupon-list-all a::before {
  content: "すべて表示";
}
.global-header__menu .menu__userinfo--right-coupon .no__coupon-list-all a::after {
  content: "";
  border-top: solid 0.2rem currentColor;
  border-right: solid 0.2rem currentColor;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0 0.5rem 0.75rem;
  display: block;
  margin: 0.75rem 0 0.5rem 0.75rem;
  transform: rotate(45deg);
}
.global-header__menu .menu__cart {
  position: relative;
}
.global-header__menu .menu__cart::before, .global-header__menu .menu__cart::after {
  display: none;
  --tri_width: 1.25rem;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 3rem;
  border-right: var(--tri_width) solid transparent;
  border-left: var(--tri_width) solid transparent;
}
.global-header__menu .menu__cart::before {
  bottom: 0rem;
  border-bottom: 15px solid #e8e9eb;
}
.global-header__menu .menu__cart::after {
  bottom: -0.1rem;
  border-bottom: 15px solid #f6f7f8;
}
@media screen and (min-width: 769px ) {
  .has_cart-item .global-header__menu .menu__cart:hover .menu__cart_detail {
    flex-direction: column;
    display: flex;
  }
  .has_cart-item .global-header__menu .menu__cart:hover .menu__cart_detail .menu__cart_detail--close {
    display: none;
  }
}
.has_cart-item.has_cart-item--hover .global-header__menu .menu__cart:hover .menu__cart_detail .menu__cart_detail--close {
  display: block;
}
@media screen and (min-width: 769px ) {
  .has_cart-item .global-header__menu .menu__cart:hover::before, .has_cart-item .global-header__menu .menu__cart:hover::after {
    display: block;
  }
}
.has_cart-item.has_cart-item--hover .global-header__menu .menu__cart:hover::before, .has_cart-item.has_cart-item--hover .global-header__menu .menu__cart:hover::after {
  display: block;
}
@media screen and (min-width: 769px ) {
  .has_cart-item--hover .global-header__menu .menu__cart::before, .has_cart-item--hover .global-header__menu .menu__cart::after {
    display: block;
  }
}
.global-header__menu .menu__cart_link {
  font-size: var(--size_txt_s);
  position: relative;
}
.global-header__menu .menu__cart_link::before {
  background-image: url(/~/media/img/common/global_nav/cart.svg);
  width: 1.8rem;
  height: 1.8rem;
  max-width: 1.9rem;
}
@media screen and (min-width: 769px ) {
  .global-header__menu .menu__cart_link::after {
    content: "カート";
    font-size: var(--size_txt_xs);
    white-space: nowrap;
    margin-left: 0.5rem;
  }
}
.global-header__menu .menu__cart_link--qty {
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
  background-color: #d1001c;
  border-radius: var(--radius_max);
  font-size: 1rem;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  position: absolute;
  left: 1.7rem;
  top: 1.2rem;
  display: none;
}
@media screen and (min-width: 769px ) {
  .is_not_login .global-header__menu .menu__cart_link--qty {
    left: 30%;
  }
}
.has_cart-item .global-header__menu .menu__cart_link--qty, .has_cart-item--hover .global-header__menu .menu__cart_link--qty {
  display: flex;
}
.global-header__menu .menu__cart_detail {
  display: none;
  position: absolute;
  min-width: 32rem;
  right: 0rem;
  background-color: #f6f7f8;
  box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.2392156863);
  padding: 2rem;
  border: 1px solid #e8e9eb;
}
.global-header__menu .menu__cart_detail p {
  margin: 0;
}
.has_cart-item--hover .global-header__menu .menu__cart_detail {
  display: flex;
}
@media screen and (min-width: 769px ) {
  .has_cart-item--hover .global-header__menu .menu__cart_detail {
    flex-direction: column;
  }
}
.global-header__menu .menu__cart_detail--close {
  border: none;
  background-color: unset;
}
.global-header__menu .menu__cart_detail--close .close_btn {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1.5rem;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  transform: rotate(45deg);
}
@media screen and (min-width: 769px ) {
  .global-header__menu .menu__cart_detail--close .close_btn {
    position: absolute;
    right: 1.25rem;
    top: 1.75rem;
  }
}
.global-header__menu .menu__cart_detail--close .close_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.global-header__menu .menu__cart_detail--info-index {
  text-align: center;
}
.global-header__menu .menu__cart_detail--info-index::before {
  content: "カートに商品が入っています";
  font-size: var(--size_txt_s);
  font-weight: bold;
}
.global-header__menu .menu__cart_detail--info-price {
  text-align: center;
  margin: 1.5rem 0 2rem;
}
.global-header__menu .menu__cart_detail--info-price-inner {
  font-size: var(--size_txt_s);
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.global-header__menu .menu__cart_detail--info-price-inner .priceinner__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 15rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.global-header__menu .menu__cart_detail--info-price-inner .priceinner__qty::after {
  content: "点・小計";
}
.global-header__menu .menu__cart_detail--info-price-inner .priceinner__price {
  font-weight: bold;
  color: #d1001c;
}
.global-header__menu .menu__cart_detail--info-price-inner .priceinner__price::after {
  content: "円";
}
.global-header__menu .menu__cart_detail--info-price-inner .priceinner__matomewari {
  display: none;
  width: 100%;
  color: #d1001c;
  font-size: var(--size_txt_xs);
}
.has_cart-item_mamtomewari .global-header__menu .menu__cart_detail--info-price-inner .priceinner__matomewari {
  display: block;
}
.global-header__menu .menu__cart_detail--info-price-inner .priceinner__matomewari::before {
  content: "まとめ割(-";
}
.global-header__menu .menu__cart_detail--info-price-inner .priceinner__matomewari::after {
  content: "円)割引中";
}
.global-header__menu .menu__cart_detail--info-price-inner .priceinner__cart-btn {
  font-size: var(--size_txt_xs);
  background-color: var(--color_cart_bg);
  border-radius: var(--radius_max);
  padding: 0.6rem;
  width: 8.4rem;
  display: block;
  font-weight: bold;
}
.global-header__menu .menu__cart_detail--info-price-inner .priceinner__cart-btn::before {
  content: "カートを見る";
}
.global-header__menu .menu__cart_detail--list ul {
  margin: 0;
  padding: 0;
}
.global-header__menu .menu__cart_detail--list ul li {
  list-style: none;
  border-bottom: 1px solid var(--color_border_light);
  padding: 1rem 0;
  display: none;
  grid-template-columns: 6rem 17.5rem 6.5rem;
  grid-column-gap: 1rem;
  align-items: center;
}
.global-header__menu .menu__cart_detail--list ul li:nth-child(-n+3) {
  display: grid;
}
.global-header__menu .menu__cart_detail--list ul li:first-of-type {
  border-top: 1px solid var(--color_border_light);
}
.global-header__menu .menu__cart_detail--list ul li.has_cart-sale .menu__cart_detail--list-price .pricebox__price {
  color: #d1001c;
}
.global-header__menu .menu__cart_detail--list ul li.has_cart-sale .menu__cart_detail--list-price .pricebox__price--term::after {
  content: "まで割引中";
}
.global-header__menu .menu__cart_detail--list ul li.has_not_page .menu__cart_detail--list-link {
  visibility: hidden;
}
.global-header__menu .menu__cart_detail--list-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-header__menu .menu__cart_detail--list-img img {
  max-height: 6rem;
}
.global-header__menu .menu__cart_detail--list-price .pricebox__name {
  font-size: 1.3rem;
  line-height: 1.2em;
}
.global-header__menu .menu__cart_detail--list-price .pricebox__price--price {
  font-size: 1.3rem;
  font-weight: bold;
}
.global-header__menu .menu__cart_detail--list-price .pricebox__price--price::after {
  content: "円";
}
.global-header__menu .menu__cart_detail--list-price .pricebox__price--term {
  font-size: 1.2rem;
  margin-left: 1rem;
}
.global-header__menu .menu__cart_detail--list-link a {
  color: var(--color_link);
  padding: 2rem 1rem;
  display: block;
}
.global-header__menu .menu__cart_detail--list-link a::before {
  content: "製品詳細";
  font-size: 1.1rem;
}
.global-header__menu .menu__cart_detail--show_all {
  display: none;
}
.global-header__menu .menu__cart_detail--show_all-link {
  text-align: center;
  margin: 2rem auto 0;
  display: block;
  font-size: var(--size_txt_xs);
}
.global-header__menu .menu__cart_detail--show_all-link::before {
  content: "すべて表示";
}
.global-header__menu .menu__cart_detail--show_all-link::after {
  width: 0.7em;
  height: 0.7em;
}
.has_cart-item_overthree .global-header__menu .menu__cart_detail--show_all {
  display: block;
}

@media screen and (max-width: 768px ) {
  .global-header .login_btn {
    padding: 0.5rem 1rem;
    white-space: nowrap;
  }
  .global-header .login_btn::after {
    content: "ログイン";
  }
  .global-header__rogo {
    justify-content: flex-start;
  }
  .is_login .global-header__innerwrap {
    grid-template-columns: 0.2fr 0.6fr 0.6fr 0.2fr;
  }
  .is_not_login .global-header__innerwrap {
    grid-template-columns: 0.2fr 0.7fr 0.2fr 0.2fr 0.2fr;
  }
  .global-header__menu {
    height: 4.4rem;
  }
  .global-header__menu__list {
    margin: 0rem;
  }
  .global-header__menu__list .global-header__menu__item {
    height: 4.4rem;
  }
  .global-header__menu__content--inner {
    padding: 2rem 0;
  }
  .global-header__menu.main-menu {
    display: none;
    position: absolute;
    top: 4.4rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .global-header__menu.main-menu .global-header__menu__list {
    margin: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
  }
  .global-header__menu.main-menu .global-header__menu__list > a {
    display: flex;
    flex-direction: column;
    font-size: var(--size_h_xxs);
  }
  .global-header__menu.main-menu .menu__product_list > a {
    pointer-events: none;
    height: auto;
  }
  .global-header__menu.main-menu .menu__product_list--left {
    width: 100%;
    padding: 2rem 0;
  }
  .global-header__menu.main-menu .menu__product_list--left-viewall {
    width: 90%;
  }
  .global-header__menu.main-menu .menu__product_list--left-search-input {
    margin: 0rem auto 2rem auto;
  }
  .global-header__menu.main-menu .menu__product_list--right {
    display: none;
    width: 100%;
  }
  .global-header__menu.main-menu .menu__sale > a {
    pointer-events: none;
  }
  .global-header__menu.main-menu .menu__sale--left {
    width: 100%;
    padding: 2rem 0 0;
    order: 1;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  .global-header__menu.main-menu .menu__sale--left-viewall {
    width: 80%;
  }
  .global-header__menu.main-menu .menu__sale--left-recommend {
    width: 200%;
    order: 2;
  }
  .global-header__menu.main-menu .menu__sale--right {
    order: 0;
    width: 100%;
    padding: 2rem 0 1rem;
    margin: auto;
  }
  .global-header__menu.main-menu .menu__sale--right-viewall {
    width: 100%;
  }
  .global-header__menu .menu__product_list--left-search-input {
    width: 90%;
  }
  .global-header__menu .menu__product_list--left-search-button {
    right: 3rem;
  }
  .global-header__menu .menu__sale--left-recommend .pt_slider_item__link {
    padding: 0 0rem 0 2rem;
  }
  .global-header__menu .menu__login--innerwrap .coupon-menu {
    position: relative;
    padding: 0 1rem;
    margin: 0;
  }
  .global-header__menu .menu__login--innerwrap .coupon-menu::before {
    content: "";
    background-image: url(/~/media/img/common/icon/icon_coupon.svg);
    width: 2rem;
    height: 2rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    margin: 0 0.5rem;
    display: flex;
    align-items: center;
    font-size: var(--size_txt_xs);
  }
  .global-header__menu .menu__login--innerwrap .coupon-menu span {
    position: absolute;
    right: -0.25rem;
    top: 0.5rem;
    background-color: #cc0000;
    color: #fff;
    border-radius: var(--radius_max);
    padding: 0.25rem;
    width: 1.5rem;
    height: 1.5rem;
    font-size: var(--size_txt_xs);
  }
  .global-header__menu .menu__login .global-header__menu__content-small {
    top: 4.4rem;
  }
  .global-header__menu .menu__userinfo {
    margin: 0;
    padding: 0;
    height: 4.4rem;
  }
  .global-header__menu .menu__userinfo .global-header__menu__content {
    overflow-y: scroll;
    height: calc(100dvh - 0rem);
    justify-content: flex-start;
    align-items: self-start;
    overscroll-behavior: contain;
  }
  .global-header__menu .menu__userinfo .global-header__menu__item {
    height: 4.4rem;
  }
  .global-header__menu .menu__userinfo .global-header__menu__item-innerwrap {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .global-header__menu .menu__userinfo .global-header__menu__item-innerwrap::after {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .global-header__menu .menu__userinfo .global-header__menu__content {
    top: 4.4rem;
  }
  .global-header__menu .menu__userinfo--name {
    width: 100%;
    font-size: var(--size_txt_xs);
    margin: 0 0.5rem 0.1rem;
  }
  .global-header__menu .menu__userinfo--name::after {
    font-size: var(--size_caption);
  }
  .global-header__menu .menu__userinfo--name span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 9em;
  }
  .global-header__menu .menu__userinfo--point {
    margin: 0 0 0 14%;
  }
  .global-header__menu .menu__userinfo--point span {
    font-size: var(--size_txt_xs);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 6rem;
  }
  .global-header__menu .menu__userinfo--point::before {
    margin: 0 0.2rem 0 0;
  }
  .global-header__menu .menu__userinfo--point::after {
    font-size: var(--size_caption);
  }
  .global-header__menu .menu__userinfo--coupon {
    margin: 0;
  }
  .global-header__menu .menu__userinfo--coupon .coupon-menu span {
    font-size: var(--size_txt_xs);
  }
  .global-header__menu .menu__userinfo--coupon .coupon-menu span::before {
    margin: 0 0.25rem 0 0;
  }
  .global-header__menu .menu__userinfo--coupon .coupon-menu span::after {
    font-size: var(--size_caption);
  }
  .global-header__menu .menu__userinfo--left {
    width: 100%;
    order: 1;
    padding: 0;
  }
  .global-header__menu .menu__userinfo--left-abovebox {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr) 0.5fr;
    grid-gap: 1rem 1rem;
  }
  .global-header__menu .menu__userinfo--left-abovebox .content__box-common {
    padding: 1rem 1rem;
  }
  .global-header__menu .menu__userinfo--left-abovebox .content__box-common h2 {
    font-size: var(--size_h_xs);
  }
  .global-header__menu .menu__userinfo--left-abovebox .content__box-productlist {
    grid-area: 1/1/2/3;
  }
  .global-header__menu .menu__userinfo--left-abovebox .content__box-userinfo {
    grid-area: 2/1/3/3;
  }
  .global-header__menu .menu__userinfo--left-abovebox .content__box-order {
    grid-area: 3/1/4/3;
  }
  .global-header__menu .menu__userinfo--left-abovebox .content__box-favorite {
    grid-area: 4/1/5/2;
    justify-content: center;
  }
  .global-header__menu .menu__userinfo--left-abovebox .content__box-maijan {
    grid-area: 4/2/5/3;
    justify-content: center;
  }
  .global-header__menu .menu__userinfo--left-underbox {
    display: flex;
    justify-content: space-around;
  }
  .global-header__menu .menu__userinfo--left-underbox .underbox__item {
    font-size: var(--size_h_xxs);
  }
  .global-header__menu .menu__userinfo--left-underbox .item-index::after {
    margin: 0;
    right: -1.75rem;
    height: 1.5rem;
  }
  .global-header__menu .menu__userinfo--left-underbox .item-link::after {
    margin: 0.25rem 0 0rem 0.25rem;
    width: 0.6rem;
    height: 0.6rem;
    border-top: solid 0.2rem currentColor;
    border-right: solid 0.2rem currentColor;
  }
  .global-header__menu .menu__userinfo--right {
    width: 100%;
    order: 0;
    padding: 1rem 1.5rem;
    margin: 0;
  }
  .global-header__menu .menu__userinfo--right-coupon .has__coupon-list-item {
    padding: 0.5rem 0rem;
  }
  .global-header__menu .menu__userinfo--right-coupon .has__coupon-innerwrap {
    margin: 1rem 0 2rem;
  }
  .global-header__menu .menu__userinfo--right-point .has__point-birthday {
    grid-column: span 2/span 2;
    grid-row: span 2/span 2;
    background-color: #fff8d3;
    margin: 1rem 0 0.5rem;
  }
  .global-header__menu .menu__cart {
    max-width: 4.4rem;
  }
  .global-header__menu .menu__cart::before, .global-header__menu .menu__cart::after {
    right: 1.4rem;
    --tri_width: 1rem;
  }
  .has_cart-item.has_cart-item--hover .global-header__menu .menu__cart::before, .has_cart-item.has_cart-item--hover .global-header__menu .menu__cart::after {
    display: block;
  }
  .global-header__menu .menu__cart::before {
    border-bottom: 1.5rem solid #d1d1d1;
  }
  .global-header__menu .menu__cart::after {
    border-bottom: 1.5rem solid #fff;
  }
  .global-header__menu .menu__cart_link {
    max-width: 4.4rem;
  }
  .global-header__menu .menu__cart_link--qty {
    left: 2.2rem;
    top: 0.2rem;
  }
  .global-header__menu .menu__cart_link::before {
    width: 100%;
    padding-top: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 1.8rem;
    max-width: 1.9rem;
  }
  .global-header__menu .menu__cart_detail {
    width: 62vw;
    min-width: unset;
    right: 0;
    top: 4rem;
    background-color: #fff;
    border-radius: var(--radius_l);
    flex-direction: column-reverse;
    gap: 1rem;
  }
  .has_cart-item.has_cart-item--hover .global-header__menu .menu__cart_detail, .has_cart-item--hover .global-header__menu .menu__cart_detail {
    display: flex;
  }
  .global-header__menu .menu__cart_detail > * {
    display: none !important;
  }
  .global-header__menu .menu__cart_detail--close {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
  }
  .global-header__menu .menu__cart_detail--close::after {
    content: "閉じる";
    display: block;
    width: 3.5em;
    font-size: var(--size_txt_s);
  }
  .global-header__menu .menu__cart_detail--info {
    display: block !important;
  }
  .global-header__menu .menu__cart_detail--info-index::before {
    font-weight: normal;
  }
  .global-header__menu .menu__cart_detail--info-price {
    display: none !important;
  }
}
#modal-message {
  margin: 0 !important;
}

#App__global_navi {
  height: 6rem;
}
@media screen and (max-width: 768px ) {
  #App__global_navi {
    height: 4.4rem;
  }
}