/* _setting */
@charset "utf-8";
:root {
  --scroll-x: 0px;
  --scroll-y: 0px;
  --vh: 1vh;
  --vw: 1vw;
  --drillmenu_height: 0px;
  --header_top_sp: 0px;
  --header_search_sp: 0px;
  --globalnavi_height: 0px;
  --maker_modal_inner_height: 0px;
  --drowermenu_container_height: 0px;
  --footer_height: 0px;
}
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}
input[type="password"]::-webkit-contacts-auto-fill-button,
input[type="password"]::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  position: absolute;
  right: 0;
}
/* _reset */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
input[type="checkbox"] {
  accent-color: #014997;
}
/* _layout */
div.wrapper_ {
  margin: 0 auto;
  padding: 10px 0 50px;
  width: 1328px;
  text-align: left;
}
div.has-rightmenuframe-wrapper {
  width: 1755px;
}
div.container_ {
  width: 100%;
  overflow: visible;
  position: inherit;
}
div.has-rightmenuframe-container {
  position: relative;
  width: calc(100% - 300px);
  padding-right: 300px;
}
div.contents_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
div.leftmenuframe_ {
  width: 272px;
  overflow: hidden;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
div.rightmenuframe_ {
  width: 272px;
  overflow: visible;
  position: absolute;
  top: 0;
  right: 0;
}
div.right_goodsvariation_frame_ {
  width: 100%;
  overflow: visible;
  position: static;
  top: unset;
  left: unset;
}
div.mainframe_ {
  display: inline;
  overflow: hidden;
}
div.container_ div.contents_,
div.container_ div.mainframe_,
div.container_ div.mainframe_ .event_ .goods_:not(table),
.page-menu div.customer_ {
  width: 1328px;
}
div.container_ div.contents_ div.mainframe_,
div.container_ div.contents_ div.mainframe_ .event_ .goods_:not(table) {
  width: 996px;
}
div.container_ div.contents_ div.mainframe_ div.goodsvariationview_frame_ {
  width: 610px;
}
div.single_mainframe_ {
  overflow: hidden;
}
div.container_ div.alert_contents_ {
  width: 100%;
}
@media screen and (max-width: 1328px) {
  div.wrapper_ {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1755px) {
  div.has-rightmenuframe-wrapper {
    width: 1328px;
  }
  div.has-rightmenuframe-wrapper div.container_ div.contents_ {
    width: 1200px;
  }
  div.has-rightmenuframe-wrapper div.container_ div.contents_ div.mainframe_ {
    width: 900px;
  }
}
div.sidebox_ {
  width: 252px;
  margin: 0 0 24px;
}
#div_filter_price dd.filter_items_ {
  padding: 16px;
}
#div_filter_price dd.filter_items_ .filter_items_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #222;
}
#div_filter_price dd.filter_items_ .input_wrap input#min_price,
#div_filter_price dd.filter_items_ .input_wrap input#max_price {
  width: 98px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
div.sidebox_ h2 {
  width: 100%;
  min-height: 40px;
  padding: 0.25em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 2px;
}
#sidebox_filter_checkbox,
#sidebox_category,
#sidebox_genre,
#sidebox_maker {
  margin-top: 40px;
}
.cart_box_ {
  width: 100%;
}
div.cart_frame_,
.cart_frame_bottom_ {
  width: 100%;
  background-color: #f0f7ff;
}
.cart_frame_bottom_ {
  padding: 20px 15px;
  display: -ms-grid;
  display: grid;
  gap: 0.5em;
  border-radius: 0 0 2px 2px;
}
.cart_frame_bottom_ dl.cart_total_ {
  width: auto;
  margin-left: auto;
  padding: 0;
  font-size: 10px;
  color: #777;
}
.cart_frame_bottom_ dl.cart_total_ dt,
.cart_frame_bottom_ dl.cart_total_ dd {
  float: none;
}
.cart_frame_bottom_ dl.cart_total_ dt {
  display: inline;
  letter-spacing: unset;
  width: auto;
  text-align: unset;
  font-family: "Noto Sans JP", sans-serif;
}
.cart_frame_bottom_ dl.cart_total_ dt .small {
  font-size: 8px;
}
.cart_frame_bottom_ dl.cart_total_ dd {
  display: inline;
  text-align: unset;
  font-weight: normal;
}
.cart_frame_bottom_ dl.cart_total_ dd.price_ {
  font-size: 13px;
  font-family: "Barlow", sans-serif;
}
.cart_frame_bottom_ dl.cart_total_ dd.price_ .currency {
  font-size: 8px;
}
.cart_frame_bottom_inner {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top: 1px solid #dedede;
}
.cart_frame_bottom_note {
  font-size: 12px;
  padding-top: 0.75em;
  text-align: right;
}
.cart_frame_top_ {
  width: 100%;
  min-height: 58px;
  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;
  gap: 1em;
  margin: 0;
  padding: 0;
  background-color: #2c75c5;
  border-radius: 2px 2px 0 0;
}
.cart_frame_top_:before {
  content: '';
  display: inline-block;
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url("/img/usr/icon/icon_cart_wht.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.cart_frame_top_ .cart_title_ {
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
div.cart_add_dest_ {
  width: auto;
  padding: 0.75em 16px;
  text-align: right;
  background-color: #f0f7ff;
}
dl.cart_dest_ dd.cart_nickname_ label.icon_cart_ {
  margin: 0 auto;
}
dl.cart_dest_ dd.cart_nickname_ label.icon_cart_ input + div {
  width: 100%;
  height: 58px;
  padding: 0;
  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;
  position: relative;
  background-color: #fff;
  background-image: url("/img/usr/icon/icon_destination.png");
  border: 1px solid #014997;
  border-radius: 4px;
  font-size: 12px;
  position: relative;
}
dl.cart_dest_ dd.cart_nickname_ label.icon_cart_ input + div a {
  color: #014997;
}
dl.cart_dest_ dd.cart_nickname_ label.icon_cart_ input + div a:link {
  color: #014997;
}
dl.cart_dest_ dd.cart_nickname_ label.icon_cart_ input:checked + div {
  background-image: url("/img/usr/icon/icon_destination.png");
}
dl.cart_detail_ {
  padding: 0 16px;
  border-bottom: none;
}
dl.cart_detail_ > a {
  color: #000;
}
dl.cart_detail_ dd {
  padding: 0.5em 0;
}
dl.cart_detail_ dd.cart_name_ > a {
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
dl.cart_detail_ .cart_price_ {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
dl.cart_detail_ .cart_price_ .amount {
  padding-left: 0.25em;
  font-family: "Noto Sans JP", sans-serif;
}
dl.cart_detail_ .cart_price_ .single_plice,
dl.cart_detail_ .cart_price_ .price_,
dl.cart_detail_ .cart_price_ .jscart_qty_ {
  font-size: 16px;
  font-family: "Barlow", sans-serif;
}
dl.cart_detail_ .cart_price_ .jscart_qty_ {
  padding: 0 0.25em;
}
dl.cart_detail_ .cart_price_ .price_ {
  padding-left: 0.25em;
}
dl.cart_detail_ .cart_price_ .currency {
  font-size: 12px;
  font-family: "Barlow", sans-serif;
}
dl.cart_detail_ .cart_price_ a.delete_ {
  display: block;
  margin-left: auto;
}
dl.cart_detail_ .cart_price_ .single_plice,
dl.cart_detail_ .cart_price_ .price_ {
  white-space: nowrap;
}
.cart_null_ {
  width: 100%;
  min-height: 2lh;
  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;
  padding: 0.25em 0.5em;
}
dl.cart_total_de_ {
  margin: 15px 16px;
  padding: 15px 0;
  border-top: 1px solid #dedede;
  overflow: hidden;
  color: #222;
}
dl.cart_total_de_ dt,
dl.cart_total_de_ dd {
  text-align: right;
}
dl.cart_total_de_ dt {
  font-size: 12px;
  font-weight: normal;
}
dl.cart_total_de_ dd.price_ {
  font-family: "Barlow", sans-serif;
}
dl.cart_total_de_ dd .currency {
  font-size: 12px;
}
.cart_to_order_ .btn-medium {
  width: 100%;
  height: 32px;
  margin: 16px 0 0 0;
  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;
  overflow: visible;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #014997;
  line-height: 0.9;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.btn {
  border: none;
}
.btn-default {
  background-color: #014997;
}
.btn-large {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btn-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 14px;
}
.btn-more a:after {
  display: block;
  content: "";
  background: url("/img/usr/icon/arrow_right_blu_circle.png") 50% 50%/contain no-repeat;
  width: 48px;
  height: 48px;
}
/* _body */
body {
  margin: 0;
  color: unset;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  background: #fff;
  font-family: "Noto Sans JP", "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: break-word;
}
body.goods_search_box_open_ {
  overflow: hidden;
}
body.modal_open {
  position: fixed;
  width: 100%;
  height: 100%;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  word-break: break-word;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:link {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
h1.category_name_ {
  margin: 0 0 32px;
  padding: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
div.comment_middle_ {
  margin: 0 0 45px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
}
/* _header */
.header {
  border-bottom: 1px solid #ebebeb;
}
.header_inner {
  width: 1328px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_inner .goods_search_box_ {
  position: initial;
  width: 600px;
  margin-left: 2em;
}
.header_inner .goods_search_box_:before {
  display: none;
}
.header_inner .goods_search_box_ .search_form_ {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #014997;
  border-radius: 4px;
  overflow: hidden;
}
.header_inner .goods_search_box_ .search_form_ .header_goods_keyword_ {
  width: 100%;
  font-size: 12px;
  padding: 14px 16px;
  height: 50px;
  border: none;
  outline: none;
}
.header_inner .goods_search_box_ .search_form_ .search_button_ {
  position: relative;
  width: 51px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #014997 url("/img/usr/icon/icon_search_wht.png") 50% 50%/21px no-repeat;
  border: none;
  outline: none;
  cursor: pointer;
}
.header_inner .goods_search_box_ .detail_search_open_close_ {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  padding: 0;
  border: 0 none;
  font-size: 10px;
  line-height: 14px;
  padding-left: 24px;
  background: url("/img/usr/icon/icon_filter.png") 0 50%/18px no-repeat;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: absolute;
  right: 68px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.header_inner .goods_search_box_ .detail_search_open_close_:before,
.header_inner .goods_search_box_ .detail_search_open_close_:after {
  display: none;
}
.header_inner .goods_search_box_ .detail_search_open_close_:hover {
  color: #014997;
}
.header_inner .goods_search_box_ .detail_search_form_ {
  display: none;
  min-width: 1455px;
  position: fixed;
  inset: 0;
  margin: 0;
  background: rgba(0,0,0,0.2);
  max-height: 100vh;
  padding: 80px 0;
  z-index: 10000;
  border: 0 none;
  overflow-y: auto;
}
.header_inner .goods_search_box_ .detail_search_form_ .detail_search_form_container_ {
  position: relative;
  margin: auto;
  width: 1016px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 4px;
  padding: 40px;
}
.header_inner .goods_search_box_ .detail_search_form_ .detail_search_ttl_ {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.header_inner .goods_search_box_ .detail_search_form_ .detail_search_ttl_:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  border-radius: 16px;
  background: #f0f7ff url("/img/usr/icon/icon_filter.png") 50% 50%/18px no-repeat;
}
.header_inner .goods_search_box_ .detail_search_form_ .detail_search_close_btn_ {
  position: absolute;
  top: -60px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: auto;
  color: #fff;
  cursor: pointer;
}
.header_inner .goods_search_box_ .detail_search_form_ .detail_search_close_btn_:before {
  position: relative;
  top: 0;
  left: 0;
  content: '\f00d';
  font-family: "FontAwesome";
  width: auto;
  height: auto;
  display: block;
  background: transparent;
  line-height: 1;
  font-size: 26px;
  -webkit-transform: none;
          transform: none;
}
.header_inner .goods_search_box_ .detail_search_form_ .detail_search_close_btn_:after {
  display: none;
}
.header_inner .goods_search_box_ .detail_search_form_ .detail_search_item_ {
  margin: 0;
  padding: 0 0 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-height: initial;
}
.header_inner .goods_search_box_ .detail_search_form_ .detail_search_item_ table {
  display: table;
  width: 100%;
}
.header_inner .goods_search_box_ .detail_search_form_ .detail_search_item_ th {
  padding: 16px 0;
  font-size: 16px;
}
.header_inner .goods_search_box_ .detail_search_form_ .detail_search_item_ td {
  padding: 16px 0;
  color: #777;
}
.header_inner .goods_search_box_ .detail_search_form_ .detail_search_item_ select {
  width: 100%;
}
.header_inner .goods_search_box_ .detail_search_form_ .detail_search_item_ .genre_select_box_select_area_,
.header_inner .goods_search_box_ .detail_search_form_ .detail_search_item_ input:not([name*=price]):not([type*=date]) {
  width: 100%;
  max-width: 100%;
}
.header_inner .goods_search_box_ .detail_search_form_ .detail_search_item_ .genre_select_box_select_area_,
.header_inner .goods_search_box_ .detail_search_form_ .detail_search_item_ input,
.header_inner .goods_search_box_ .detail_search_form_ .detail_search_item_ select {
  border: 1px solid #ebebeb !important;
  padding: 16px !important;
  font-size: 12px !important;
}
.header_inner .goods_search_box_ .detail_search_form_ .detail_search_item_ .genre_select_box_select_area_ {
  position: relative;
  border-radius: 4px;
  width: 100% !important;
}
.header_inner .goods_search_box_ .detail_search_form_ .detail_search_item_ .genre_select_box_select_area_:after {
  top: 50% !important;
  -webkit-transform: translateY(-50%) rotate(135deg) !important;
          transform: translateY(-50%) rotate(135deg) !important;
  width: 7px !important;
  height: 7px !important;
  right: 5px !important;
  border-top: 2px solid currentColor !important;
  border-right: 2px solid currentColor !important;
}
.header_inner .goods_search_box_ .detail_search_form_ .detail_search_item_ .search_genre_ input[type=checkbox] {
  width: auto !important;
}
.header_inner .goods_search_box_ .detail_search_form_ .detail_search_btn_ {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0;
  text-align: center;
}
.header_inner .goods_search_box_ .detail_search_form_ .detail_search_btn_:before {
  display: none;
}
.header_inner .goods_search_box_ .detail_search_form_ .detail_search_btn_ .btn-default {
  padding: 12px 40px !important;
  background-color: #fff;
  border: 1px solid #014997;
  color: #014997;
  height: 56px;
  width: 264px;
  font-size: 16px;
  font-weight: bold;
  background: url("/img/usr/icon/icon_search.png") 92% 50%/22px no-repeat;
}
.header_catch {
  background-color: #014997;
  color: #fff;
  font-size: 10px;
  padding: 5px 0;
}
.header_catch a {
  color: #fff;
}
.header_logo {
  width: 176px;
  line-height: 1;
}
.header_nav_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
}
.header_nav_links > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.header_nav_links > ul > li {
  width: 55px;
  text-align: center;
  position: relative;
}
.header_nav_links > ul > li:hover {
  color: #014997;
}
.header_nav_links > ul > li:hover a {
  color: #014997;
}
.header_nav_links > ul > li:hover a.is-help {
  background-image: url("/img/usr/header/header_icon_help_o.png");
}
.header_nav_links > ul > li > a {
  display: block;
  padding: 30px 0 0;
  font-size: 11px;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
.header_nav_links > ul > li > a:hover {
  opacity: 1;
}
.header_nav_links > ul > li > a.is-help {
  background: url("/img/usr/header/header_icon_help.png") 50% 0/24px no-repeat;
}
.header_nav_links > ul > li > a.is-help::after {
  content: "\f107";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 5px;
  line-height: 6px;
  margin-top: -2px;
  margin-left: 4px;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
  font-family: "FontAwesome";
}
.header_nav_links > ul > li > a.is-mypage {
  background: url("/img/usr/header/header_icon_mypage.png") 50% 0/18px no-repeat;
}
.header_nav_links > ul > li > a.is-mypage:hover {
  background-image: url("/img/usr/header/header_icon_mypage_o.png");
}
.header_nav_links > ul > li.has-subnav:hover .header_subnav {
  visibility: visible;
  opacity: 1;
}
.header_subnav {
  position: absolute;
  top: calc(100% + 20px);
  left: -55px;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.25);
          box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  overflow: hidden;
  width: 157px;
  padding: 21px 24px;
  text-align: left;
  font-size: 12px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_subnav li + li {
  margin-top: 12px;
}
.header_subnav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #014997;
}
.header_subnav a::after {
  font-size: 10px;
  content: "\f061";
  font-family: "FontAwesome";
}
.header_cart a {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  text-align: center;
  padding: 5px;
  width: 148px;
  background-color: #f0f7ff;
}
.header_cart a:hover {
  opacity: 1;
}
.header_cart a:hover .header_cart_btn {
  opacity: 1;
  color: #014997;
  background: url("/img/usr/header/header_icon_cart_o.png") 50% 0/25px no-repeat;
}
.header_cart_btn {
  position: relative;
  padding: 30px 0 0;
  margin: 0 auto;
  font-size: 11px;
  width: 33px;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
  background: url("/img/usr/header/header_icon_cart.png") 50% 0/25px no-repeat;
}
.header_cart .cart_count_ {
  position: absolute;
  top: 0;
  right: -5px;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 8px;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  color: #fff;
  background-color: #014997;
  border: 1px solid #fff;
  border-radius: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_nav {
  height: 100%;
}
.header_nav .header_inner {
  height: 100%;
}
.header_nav .header_nav_links {
  height: 100%;
  margin-left: auto;
}
.header_nav .header_cart {
  height: 100%;
}
.header_nav .header_cart a {
  padding: 18px 0;
}
.page-top .header_nav_links {
  margin-left: unset;
}
/* _topiclist */
.current_category_ {
  margin: 0 0.5em;
}
/* _leftmenuframe */
.filter-wrap {
  position: relative;
  max-height: 500px;
}
.filter {
  padding: 0;
  max-height: 500px;
  overflow: auto;
  border: none;
  scrollbar-width: none;
}
.filter::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.filter-scrollbar {
  position: absolute;
  top: 0;
  right: -16px;
  width: 4px;
  height: 100%;
  pointer-events: auto;
  z-index: 1;
}
.filter-thumb {
  position: absolute;
  left: 0;
  width: 100%;
  min-height: 24px;
  border-radius: 2px;
  background: #999;
  opacity: 0.7;
  pointer-events: auto;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.filter-thumb:hover {
  opacity: 1;
}
.filter_ {
  margin: 0;
}
.filter_title_ {
  margin: 0;
  padding: 1.05em 1em;
  position: relative;
  z-index: 2;
}
.filter_title_::after {
  all: unset;
}
.filter_title_::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f068";
  position: absolute;
  top: 50%;
  right: 1em;
  display: inline-block;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transition: opacity 0.2s, color 0.2s;
  transition: opacity 0.2s, color 0.2s;
}
.block-filter--close .filter_title_::after {
  top: 50%;
  content: "\f067";
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.filter_items_ {
  padding: 0 1em;
}
.clear_filter_ {
  position: sticky;
  top: 24px;
  width: 220px;
  height: 48px;
  margin: 24px auto 0;
  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;
  font-size: 14px;
  text-align: right;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  z-index: 1000;
}
.clear_filter_ .filter_clear_link {
  color: #000;
}
.clear_filter_ .filter_clear_link:link,
.clear_filter_ .filter_clear_link:hover {
  color: #000;
}
.checkbox_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px 1fr;
  grid-template-columns: 20px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 0;
  padding: 8px 0;
}
.checkbox_container .filter_name_ {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 20px;
  height: 20px;
  display: inline-block;
  border: none;
  border-radius: 50%;
  background-color: #eee;
  background-image: url("/img/usr/icon/icon_check_wht.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
  transition: background-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.checkbox_container .filter_name_:checked {
  background-color: #222;
}
.checkbox_container .filter_name_:focus-visible {
  outline: 2px solid #222;
  outline-offset: 2px;
}
.checkbox_container .filter_name_:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.checkbox_container .checkbox_label {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
}
.category_tree_ {
  margin: 1em 0 0 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: none;
  word-break: break-all;
}
.category_tree_ li {
  position: relative;
  padding: 0;
  border-bottom: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.category_tree_ li a,
.category_tree_ li span.nolink_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px 0;
  background-color: #fff;
  color: #444;
}
.category_tree_ li a:hover {
  background-color: #eef8f5;
}
.category_tree_ li a .img_ {
  width: 40px;
  height: auto;
  padding-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  display: none;
}
.category_tree_ li.category_tree1_ a,
.category_tree_ li.category_tree1_ span.nolink_,
.category_tree_ li.category_tree2_ a,
.category_tree_ li.category_tree2_ span.nolink_,
.category_tree_ li.category_tree3_ a,
.category_tree_ li.category_tree3_ span.nolink_,
.category_tree_ li.category_tree4_ a,
.category_tree_ li.category_tree4_ span.nolink_ {
  font-size: 14px;
  width: 100%;
  padding: 8px 34px 8px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  position: relative;
}
.category_tree_ li.category_tree1_ a.arrow::after,
.category_tree_ li.category_tree1_ span.nolink::after,
.category_tree_ li.category_tree2_ a.arrow::after,
.category_tree_ li.category_tree2_ span.nolink::after,
.category_tree_ li.category_tree3_ a.arrow::after,
.category_tree_ li.category_tree3_ span.nolink::after,
.category_tree_ li.category_tree4_ a.arrow::after,
.category_tree_ li.category_tree4_ span.nolink::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #014997;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.category_tree_ li.category_tree1_ a:hover,
.category_tree_ li.category_tree2_ a:hover,
.category_tree_ li.category_tree3_ a:hover,
.category_tree_ li.category_tree4_ a:hover {
  background-position: 5px -92px;
  text-decoration: none;
}
.category_tree_ li.category_tree1_open_ a,
.category_tree_ li.category_tree2_open_ a,
.category_tree_ li.category_tree3_open_ a,
.category_tree_ li.category_tree4_open_ a {
  width: 100%;
  padding: 8px 34px 8px 0;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
}
.category_tree_ li.category_tree1_open_ a {
  font-size: 14px;
  position: relative;
  width: 100%;
}
.category_tree_ li.category_tree1_open_ a.arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  left: 213px;
  margin-top: -6px;
}
.category_tree_ li.category_tree2_open_ a {
  font-size: 14px;
  width: 100%;
}
.category_tree_ li.category_tree3_open_ a {
  font-size: 14px;
  width: 100%;
}
.category_tree_ li.category_tree4_open_ a {
  font-size: 14px;
  width: 100%;
}
.tree-image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.category_tree_ li.category_tree1_ span.nolink_,
.category_tree_ li.category_tree2_ span.nolink_,
.category_tree_ li.category_tree3_ span.nolink_,
.category_tree_ li.category_tree4_ span.nolink_ {
  color: #999;
}
.category_tree2_ {
  display: none;
}
.category_tree3_ {
  display: none;
}
.category_tree4_ {
  display: none;
}
.category_tree1_,
.category_tree1_open_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.category_tree2_,
.category_tree2_open_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.category_tree3_,
.category_tree3_open_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.category-tree1-name,
.category-tree2-name,
.category-tree3-name,
.category-tree4-name {
  position: relative;
  padding: 0 0 0 12px;
}
.category-tree1-name {
  text-indent: 0;
}
.category-tree2-name {
  text-indent: 0.5em;
}
.category-tree3-name {
  text-indent: 1em;
}
.category-tree4-name {
  text-indent: 1.5em;
}
.genre_tree_ {
  margin: 1em 0 0 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: none;
  word-break: break-all;
}
.genre_tree_ li {
  position: relative;
  padding: 0;
  border-bottom: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.genre_tree_ li a,
.genre_tree_ li span.nolink_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px 0;
  background-color: #fff;
  color: #444;
}
.genre_tree_ li a:hover {
  background-color: #eef8f5;
}
.genre_tree_ li a .img_ {
  width: 40px;
  height: auto;
  padding-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  display: none;
}
.genre_tree_ li.genre_tree1_ a,
.genre_tree_ li.genre_tree1_ span.nolink_,
.genre_tree_ li.genre_tree2_ a,
.genre_tree_ li.genre_tree2_ span.nolink_,
.genre_tree_ li.genre_tree3_ a,
.genre_tree_ li.genre_tree3_ span.nolink_,
.genre_tree_ li.genre_tree4_ a,
.genre_tree_ li.genre_tree4_ span.nolink_ {
  font-size: 14px;
  width: 100%;
  padding: 8px 34px 8px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  position: relative;
}
.genre_tree_ li.genre_tree1_ a.arrow::after,
.genre_tree_ li.genre_tree1_ span.nolink::after,
.genre_tree_ li.genre_tree2_ a.arrow::after,
.genre_tree_ li.genre_tree2_ span.nolink::after,
.genre_tree_ li.genre_tree3_ a.arrow::after,
.genre_tree_ li.genre_tree3_ span.nolink::after,
.genre_tree_ li.genre_tree4_ a.arrow::after,
.genre_tree_ li.genre_tree4_ span.nolink::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #014997;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.genre_tree_ li.genre_tree1_ a:hover,
.genre_tree_ li.genre_tree2_ a:hover,
.genre_tree_ li.genre_tree3_ a:hover,
.genre_tree_ li.genre_tree4_ a:hover {
  background-position: 5px -92px;
  text-decoration: none;
}
.genre_tree_ li.genre_tree1_open_ a,
.genre_tree_ li.genre_tree2_open_ a,
.genre_tree_ li.genre_tree3_open_ a,
.genre_tree_ li.genre_tree4_open_ a {
  width: 100%;
  padding: 8px 34px 8px 0;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
}
.genre_tree_ li.genre_tree1_open_ a {
  font-size: 14px;
  position: relative;
  width: 100%;
}
.genre_tree_ li.genre_tree1_open_ a.arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #4cae8d;
  position: absolute;
  top: 50%;
  left: 213px;
  margin-top: -6px;
}
.genre_tree_ li.genre_tree2_open_ a {
  font-size: 14px;
  width: 100%;
}
.genre_tree_ li.genre_tree3_open_ a {
  font-size: 14px;
  width: 100%;
}
.genre_tree_ li.genre_tree4_open_ a {
  font-size: 14px;
  width: 100%;
}
.tree-image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.genre_tree_ li.genre_tree1_ span.nolink_,
.genre_tree_ li.genre_tree2_ span.nolink_,
.genre_tree_ li.genre_tree3_ span.nolink_,
.genre_tree_ li.genre_tree4_ span.nolink_ {
  color: #999;
}
.genre_tree2_ {
  display: none;
}
.genre_tree3_ {
  display: none;
}
.genre_tree4_ {
  display: none;
}
.genre_tree1_,
.genre_tree1_open_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.genre_tree2_,
.genre_tree2_open_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.genre_tree3_,
.genre_tree3_open_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.genre-tree1-name,
.genre-tree2-name,
.genre-tree3-name,
.genre-tree4-name {
  position: relative;
  padding: 0 0 0 12px;
}
.genre-tree1-name {
  text-indent: 0;
}
.genre-tree2-name {
  text-indent: 0;
  padding-left: 0.5em;
}
.genre-tree3-name {
  text-indent: 0;
  padding-left: 1em;
}
.genre-tree4-name {
  text-indent: 0;
  padding-left: 1.5em;
}
.maker_tree_ {
  margin: 1em 0 0 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: none;
  word-break: break-all;
}
.maker_tree_ li {
  position: relative;
  padding: 0;
  border-bottom: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.maker_tree_ li a,
.maker_tree_ li span.nolink_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px 0;
  background-color: #fff;
  color: #444;
}
.maker_tree_ li a:hover {
  background-color: #eef8f5;
}
.maker_tree_ li a .img_ {
  width: 40px;
  height: auto;
  padding-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  display: none;
}
.maker_tree_ li.maker_tree1_ a,
.maker_tree_ li.maker_tree1_ span.nolink_,
.maker_tree_ li.maker_tree2_ a,
.maker_tree_ li.maker_tree2_ span.nolink_,
.maker_tree_ li.maker_tree3_ a,
.maker_tree_ li.maker_tree3_ span.nolink_,
.maker_tree_ li.maker_tree4_ a {
  font-size: 14px;
  width: 100%;
  padding: 8px 34px 8px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  position: relative;
}
.maker_tree_ li.maker_tree1_ > span.maker-tree1-name,
.maker_tree_ li.maker_tree2_ > span.maker-tree2-name,
.maker_tree_ li.maker_tree3_ > span.maker-tree3-name,
.maker_tree_ li.maker_tree4_ > span.maker-tree4-name {
  font-size: 14px;
  width: 100%;
  padding: 8px 34px 8px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  position: relative;
}
.maker_tree_ li.maker_tree1_ a.arrow::after,
.maker_tree_ li.maker_tree1_ span.nolink::after,
.maker_tree_ li.maker_tree2_ a.arrow::after,
.maker_tree_ li.maker_tree2_ span.nolink::after,
.maker_tree_ li.maker_tree3_ a.arrow::after,
.maker_tree_ li.maker_tree3_ span.nolink::after,
.maker_tree_ li.maker_tree4_ a.arrow::after,
.maker_tree_ li.maker_tree4_ span.nolink::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #014997;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.maker_tree_ li.maker_tree1_ a:hover,
.maker_tree_ li.maker_tree2_ a:hover,
.maker_tree_ li.maker_tree3_ a:hover,
.maker_tree_ li.maker_tree4_ a:hover {
  background-position: 5px -92px;
  text-decoration: none;
}
.maker_tree_ li.maker_tree1_open_ a,
.maker_tree_ li.maker_tree2_open_ a,
.maker_tree_ li.maker_tree3_open_ a,
.maker_tree_ li.maker_tree4_open_ a {
  width: 100%;
  padding: 8px 34px 8px 0;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
}
.maker_tree_ li.maker_tree1_open_ a {
  font-size: 14px;
  position: relative;
  width: 100%;
}
.maker_tree_ li.maker_tree1_open_ a.arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #4cae8d;
  position: absolute;
  top: 50%;
  left: 213px;
  margin-top: -6px;
}
.maker_tree_ li.maker_tree2_open_ a {
  font-size: 14px;
  width: 100%;
}
.maker_tree_ li.maker_tree3_open_ a {
  font-size: 14px;
  width: 100%;
}
.maker_tree_ li.maker_tree4_open_ a {
  font-size: 14px;
  width: 100%;
}
.tree-image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.maker_tree_ li.maker_tree1_ span.nolink_,
.maker_tree_ li.maker_tree2_ span.nolink_,
.maker_tree_ li.maker_tree3_ span.nolink_,
.maker_tree_ li.maker_tree4_ span.nolink_ {
  color: #999;
}
.maker_tree2_ {
  display: none;
}
.maker_tree3_ {
  display: none;
}
.maker_tree4_ {
  display: none;
}
span.accordion_ {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 34px;
  min-width: 34px;
  height: 100%;
  cursor: pointer;
}
span.accordion_::before,
span.accordion_::after {
  content: "";
  position: absolute;
  right: 14px;
  top: calc(50% - 1px);
  width: 14px;
  height: 2px;
  background-color: #b8b8b8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
span.accordion_::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
span.accordion_.active::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.maker_tree1_,
.maker_tree1_open_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.maker_tree2_,
.maker_tree2_open_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.maker_tree3_,
.maker_tree3_open_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.maker-tree1-name,
.maker-tree2-name,
.maker-tree3-name,
.maker-tree4-name {
  position: relative;
  padding: 0 0 0 12px;
}
.maker-tree1-name {
  text-indent: 0;
}
.maker-tree2-name {
  text-indent: 0.5em;
}
.maker-tree3-name {
  text-indent: 1em;
}
.maker-tree4-name {
  text-indent: 1.5em;
}
/* _navipage_pc */
.navipage_sum_ {
  color: #b8b8b8;
}
.navipage_now_ {
  background: #014997;
}
/* _navisort_pc */
.navistyle_,
.navisort_ {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  padding: 15px 0;
  font-size: 14px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: none;
  border-bottom: none;
}
.navistyle_ {
  padding-bottom: 5px;
  border-bottom: 0;
  display: none;
}
.navistyle_ + .navisort_ {
  padding-top: 5px;
  border-top: 0;
}
.navisort_ dt,
.navistyle_ dt {
  width: auto;
  height: 2em;
  position: relative;
  padding: 0 0.5em !important;
  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;
  color: #333;
}
.navisort_ dd,
.navistyle_ dd {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.navisort_ .navisort_now_,
.navistyle_ .navistyle_now_,
.navisort_ a,
.navistyle_ a {
  height: 2em;
  position: relative;
  padding: 0 1em !important;
  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;
  border-radius: 1em;
}
.navisort_ .navisort_now_::after,
.navistyle_ .navistyle_now_::after,
.navisort_ a::after,
.navistyle_ a::after {
  content: none;
}
.navisort_ .navisort_now_:first-child,
.navistyle_ .navistyle_now_:first-child,
.navisort_ a:first-child,
.navistyle_ a:first-child {
  padding-left: 0;
}
.navisort_ .navisort_now_:last-child,
.navistyle_ .navistyle_now_:last-child,
.navisort_ a:last-child,
.navistyle_ a:last-child {
  padding-right: 0;
}
.navisort_ .navisort_now_:last-child::after,
.navistyle_ .navistyle_now_:last-child::after,
.navisort_ a:last-child::after,
.navistyle_ a:last-child::after {
  display: none;
}
.navisort_ .navisort_now_,
.navistyle_ .navistyle_now_ {
  background: #014997;
  font-weight: bold;
  color: #fff;
}
/* _stylep */
div.StyleP_Line_ {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 0 25px;
}
.wrapper_ .container_ div.StyleP_Frame_ {
  width: 100%;
  margin: 40px 0;
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
.wrapper_ .container_ div.StyleP_Frame_ div.StyleP_Line_ {
  padding: 0;
}
.wrapper_ .container_ div.StyleP_Frame_ div.StyleP_Item_ {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  position: static;
}
.wrapper_ .container_ div.StyleP_Frame_ div.StyleP_Item_ div.img_ {
  width: 100%;
  height: auto;
  margin: 0;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}
.wrapper_ .container_ div.StyleP_Frame_ div.StyleP_Item_ div.img_ img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.wrapper_ .container_ div.StyleP_Frame_ div.StyleP_Item_ div.desc_ {
  width: 100%;
}
.wrapper_ .container_ div.StyleP_Frame_ div.StyleP_Item_ div.desc_ .icon_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 12px;
  min-height: unset;
}
.wrapper_ .container_ div.StyleP_Frame_ div.StyleP_Item_ div.desc_ .icon_ img {
  height: 24px;
  margin: 0;
}
.wrapper_ .container_ div.StyleP_Frame_ div.StyleP_Item_ div.desc_ div.name_ {
  all: unset;
}
.wrapper_ .container_ div.StyleP_Frame_ div.StyleP_Item_ div.desc_ div.name_ a {
  width: 100%;
  max-height: 2lh;
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
}
.wrapper_ .container_ div.StyleP_Frame_ div.StyleP_Item_ div.desc_ .g_price_ {
  margin-top: 0.5em;
}
.wrapper_ .container_ div.StyleP_Frame_ div.StyleP_Item_ div.desc_ .g_price_ .price_main .currency {
  font-size: 14px;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
}
.wrapper_ .container_ div.StyleP_Frame_ div.StyleP_Item_ div.desc_ .g_price_ .price_main .price_ {
  font-size: 20px;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
}
.wrapper_ .container_ div.StyleP_Frame_ div.StyleP_Item_ div.desc_ .g_price_ .price_main .tax {
  font-size: 12px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}
.wrapper_ .container_ div.StyleP_Frame_ div.StyleP_Item_ div.desc_ .g_price_ .price_sub {
  margin-top: 0.25em;
  font-size: 10px;
  color: #777;
}
.wrapper_ .container_ div.StyleP_Frame_ div.StyleP_Item_ div.desc_ .g_price_ .price_sub .currency {
  font-size: 10px;
  font-weight: normal;
  font-family: "Barlow", sans-serif;
}
.wrapper_ .container_ div.StyleP_Frame_ div.StyleP_Item_ div.desc_ .g_price_ .price_sub .price_ {
  font-size: 14px;
  font-weight: normal;
  font-family: "Barlow", sans-serif;
  color: #777;
}
.wrapper_ .container_ div.StyleP_Frame_ div.StyleP_Item_ div.desc_ .g_price_ .price_sub .tax {
  font-size: 10px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}
.wrapper_ .container_ div.StyleP_Frame_ div.StyleP_Item_ div.desc_ .qty_,
.wrapper_ .container_ div.StyleP_Frame_ div.StyleP_Item_ div.desc_ .add-cart-btn {
  display: none;
}
/* _goodsdetail_pc */
div.goodsproductdetail_ {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 440px 517px;
  grid-template-columns: 440px 517px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: unset;
}
div.goodsproductdetail_ .goodsimg_ {
  width: 100%;
  height: auto;
}
div.goodsproductdetail_ .goodsimg_ .splide__slide {
  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;
}
div.goodsproductdetail_ .goodsimg_ .splide__slide img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
div.goodsproductdetail_ .splide-slider-main {
  width: 100%;
  aspect-ratio: 1/1;
}
.splide-slider-thumbnail {
  height: 72px;
  margin-top: 13px;
}
.splide__track--nav >.splide__list >.splide__slide {
  border: none !important;
  outline: 2px solid transparent;
  outline-offset: -2px;
}
.splide__track--nav >.splide__list >.splide__slide.is-active {
  border: none !important;
  outline: 2px solid #014997;
}
.goodsproductdetail_left,
.goodsproductdetail_right {
  width: 100%;
}
.block-goods-price {
  margin-top: 24px;
}
.block-goods-price--price .currency {
  font-size: 22px;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
}
.block-goods-price--price .price {
  font-size: 30px;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
}
.block-goods-price--price .small_ {
  font-size: 14px;
}
.block-goods-price--sub {
  margin-top: 5px;
  color: #777;
}
.block-goods-price--sub .note {
  font-size: 12px;
}
.block-goods-price--sub .currency {
  font-size: 12px;
  font-family: "Barlow", sans-serif;
}
.block-goods-price--sub .price {
  font-size: 14px;
  font-family: "Barlow", sans-serif;
}
.block-goods-price--sub .small_ {
  font-size: 12px;
}
.goodsspec_container {
  width: 100%;
  margin-top: 24px;
}
.formdetail_.goodsspec_ {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 1em 0;
}
.formdetail_.goodsspec_ .spec-item {
  display: contents;
}
.formdetail_.goodsspec_ .spec-label {
  width: 100%;
  padding-right: 0.5em;
  font-weight: 500;
  white-space: nowrap;
}
.formdetail_.goodsspec_ .spec-value {
  width: 100%;
  font-weight: 500;
  word-break: break-word;
}
.formdetail_.goodsspec_ .spec-value:before {
  content: ':';
  padding-right: 0.5em;
}
.formdetail_.goodsspec_ .spec-value span.price_ {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.formdetail_.goodsspec_ .spec-value span.price_ .small_ {
  font-size: inherit;
}
.exclude_price_ {
  color: #222;
  font-size: 15px;
  font-weight: bold;
}
.item_number_list_link {
  margin-top: 24px;
  text-align: right;
}
.item_number_list_link a {
  font-size: 12px;
  font-weight: 500;
  color: #014997;
  text-decoration: underline;
}
.variation_matrix_container {
  margin-top: 40px;
}
div.variationbox_ {
  margin-top: 40px;
}
div.variationbox_ div.variationlist_ {
  max-height: 50vw;
  padding-top: 0;
}
div.variationbox_ .onProcess_ {
  width: 30px;
  height: 30px;
  background-image: url("../../img/usr/ajax-loader.gif");
  background-repeat: no-repeat;
}
div.variationbox_ div.tags_ {
  margin-bottom: 24px;
  width: 100%;
}
div.variationbox_ div.tags_ div.title_ {
  padding-top: 0;
  border-top: none;
  padding-bottom: 0;
}
div.variationbox_ div.tags_ h2.title_Text_ {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
div.variationbox_ div.tags_ .tag-container_ {
  margin-top: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
div.variationbox_ div.tags_ div.tag_ {
  margin: 0;
  white-space: nowrap;
  border-radius: 6px;
  border: none;
  color: #777;
  background-color: #b8b8b8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
div.variationbox_ div.tags_ div.tag_::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #777;
  -webkit-transform: translate(-50%, -50%) rotate(76deg);
          transform: translate(-50%, -50%) rotate(76deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  pointer-events: none;
}
div.variationbox_ div.tags_ div.tag_ .inner_ {
  white-space: nowrap;
  border: none;
}
div.variationbox_ div.tags_ div.tag_ div.tag_Text_ {
  width: 100%;
  min-height: 40px;
  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;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  color: #666;
  border-radius: 6px;
}
div.variationbox_ div.tags_ div.tag_Enable_ {
  color: #b8b8b8;
  background-color: #eee;
  cursor: pointer;
}
div.variationbox_ div.tags_ div.tag_Enable_::before {
  content: none;
}
div.variationbox_ div.tags_ div.tag_Enable_:hover {
  background-color: #d0d0d0;
}
div.variationbox_ div.tags_ div.tag_Enable_ div.tag_Text_ {
  color: #333;
}
div.variationbox_ div.tags_ div.tag_NoStock_ {
  background-color: #f5f5f5;
}
div.variationbox_ div.tags_ div.tag_NoStock_ div.tag_Text_ {
  color: #999;
}
div.variationbox_ div.tags_ div.tag_Selected_ {
  background-color: #000;
}
div.variationbox_ div.tags_ div.tag_Selected_::before {
  content: none;
}
div.variationbox_ div.tags_ div.tag_Selected_ div.tag_Text_ {
  color: #fff;
}
div.variationbox_ div.tags_ div.tag_Selected_NoStock_ {
  background-color: #999;
}
div.variationbox_ div.tags_ div.tag_Selected_NoStock_ div.tag_Text_ {
  color: #fff;
}
div.variationbox_ div.tags_ .cursor_ {
  cursor: pointer;
}
div.cartbox_,
div.cartbox2_ {
  width: 100%;
  height: 48px;
  margin: 40px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
div.cartbox_ input[type="text"],
div.cartbox2_ input[type="text"] {
  width: 136px;
  height: 48px;
  padding: 0;
  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;
  white-space: nowrap;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 20px;
  border: 1px solid #dedede;
  border-radius: 4px;
}
div.cartbox_ .btn_cart_,
div.cartbox2_ .btn_cart_ {
  width: 272px;
  height: 100%;
  margin-left: 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;
  gap: 0.5em;
  font-size: 16px;
  font-weight: 500;
  background: #014997;
  border-radius: 4px;
}
div.cartbox_ .btn_cart_:before,
div.cartbox2_ .btn_cart_:before {
  content: '';
  width: 24px;
  aspect-ratio: 1/1;
  background: none;
  background-image: url("/img/usr/icon/icon_cart_wht.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: static;
}
div.cartbox_ .btn-add-bookmark,
div.cartbox2_ .btn-add-bookmark {
  width: 48px;
  height: 48px;
  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;
  border: 1px solid #014997;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
}
div.cartbox_ .btn-add-bookmark:after,
div.cartbox2_ .btn-add-bookmark:after {
  content: '';
  width: 25px;
  height: 24px;
  background: none;
  background-image: url("/img/usr/icon/icon_fav_blu.png");
  background-size: contain;
  background-repeat: no-repeat;
}
div.cartbox_ .btn-add-bookmark.btn-registed-bookmark,
div.cartbox2_ .btn-add-bookmark.btn-registed-bookmark {
  background: #f0f7ff;
}
.item_number_list_container .btn-add-bookmark {
  width: 48px;
  height: 48px;
  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;
  border: 1px solid #014997;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.item_number_list_container .btn-add-bookmark:after {
  content: '';
  width: 25px;
  height: 24px;
  background: none;
  background-image: url("/img/usr/icon/icon_fav_blu.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.item_number_list_container .btn-add-bookmark.btn-registed-bookmark {
  background: #f0f7ff;
}
.cartbox2_form {
  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;
  gap: 0.5em;
}
.order_qty_label {
  margin: 0;
  font-size: 14px;
  color: #777;
}
.option_button {
  margin-top: 24px;
}
.option_button .btn-contact-goods {
  display: block;
  width: 100%;
  height: 48px;
  padding: 11px 4px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #4d4d4d;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.option_button .btn-contact-goods::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 1.5em;
  margin-right: 8px;
  vertical-align: top;
  background: url("../../img/usr/icon_contact_goods.png") center center/17px auto no-repeat;
}
.option_item_link_aside {
  margin-top: 10px;
}
div.accessory_list_ {
  margin-top: 40px;
}
div.accessory_list_ h2.common_headline_withsub {
  padding-bottom: 1em;
  border-bottom: 1px solid #dedede;
  position: relative;
}
div.accessory_list_ h2.common_headline_withsub:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #014997;
}
h3.gc_head {
  margin: 50px 0 0 0;
  padding: 0.75em 0;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #dedede;
}
.gc_ttl {
  margin: 36px 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ebebeb;
}
.gc_txt {
  line-height: 1.6;
}
.gc_img {
  margin-top: 20px;
}
.gc_lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gc_lr .gc_img {
  width: 170px;
  margin-top: 0;
}
.gc_lr .gc_txt {
  width: 310px;
}
.gc_lr +.gc_lr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 20px;
}
.gc_body {
  margin-top: 24px;
}
.gc_body dl {
  display: table;
}
.gc_body dl dt,
.gc_body dl dd {
  display: table-cell;
  padding: 5px 0;
}
.gc_body dl dt {
  min-width: 90px;
}
.item_number_list_container {
  margin-top: 40px;
}
h2.item_number_list_title_ {
  position: static;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #222;
  border: none;
  border-left: none;
  background: none;
}
.item_number_list_link {
  margin-top: 10px;
  margin-bottom: 10px;
}
.item_number_list_anchor_ {
  display: block;
  position: relative;
  top: -160px;
  visibility: hidden;
}
.item_number_list_title_ {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding: 13px 0 11px 25px;
  background: #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 8px solid #707070;
}
.item_number_list_ {
  position: relative;
  margin-top: 16px;
  margin-bottom: 0;
  width: 100%;
  max-height: 50vh;
  overflow: auto;
}
.item_number_list_table_ {
  width: 517px;
  height: 100%;
  margin: 0 auto;
  font-size: 12px;
  table-layout: fixed;
  border-collapse: separate;
}
.item_number_list_table_ th {
  padding: 1em;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  background-color: #ececec;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.item_number_list_table_ th:last-child {
  border-right: 1px solid #ececec;
}
.item_number_list_table_ th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: none;
  border-left: none;
  z-index: -1;
}
.item_number_list_table_ th::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: none;
  border-right: none;
  z-index: -1;
}
.item_number_list_table_ td {
  padding: 0.5em 1em;
  font-size: 12px;
  font-weight: normal;
  background-color: #fff;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #dedede;
}
.item_number_list_table_ td:last-child {
  border-right: 1px solid #dedede;
}
.item_number_list_table_ td::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: none;
  z-index: -1;
}
.item_number_list_table_ td::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: none;
  z-index: -1;
}
.item_number_list_header_goods_,
.item_number_list_data_goods_ {
  width: 180px;
}
.item_number_list_header_goods_ {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}
.item_number_list_data_goods_ {
  position: sticky;
  left: 0;
  text-align: center;
  z-index: 2;
}
.item_number_list_header_filter_,
.item_number_list_data_filter_ {
  width: 120px;
}
.item_number_list_header_filter_ {
  position: sticky;
  top: 0;
  z-index: 2;
}
.item_number_list_data_filter_ {
  position: static;
  text-align: center;
  z-index: 1;
}
th.item_number_list_header_other_ {
  position: sticky;
  padding: 0;
  top: 0;
  right: unset;
  z-index: 3;
}
td.item_number_list_data_other_ {
  height: 100%;
  position: static;
  padding: 0;
  right: 1px;
  z-index: 2;
}
.item_number_list_header_other_ .header_container_,
.item_number_list_data_other_ .data_container_ {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.item_number_list_header_other_ .header_container_ div,
.item_number_list_data_other_ .data_container_ div {
  display: table-cell;
  height: 100%;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: none;
  vertical-align: middle;
}
.item_number_list_header_other_ .header_container_ div {
  text-align: center;
}
.item_number_list_header_other_ .header_container_ .header_item_price_,
.item_number_list_data_other_ .data_container_ .data_item_price_ {
  width: 120px;
}
.item_number_list_data_other_ .data_container_ .data_item_price_ {
  text-align: center;
}
.item_number_list_header_other_ .header_container_ .header_item_stock_,
.item_number_list_data_other_ .data_container_ .data_item_stock_ {
  width: 120px;
}
.item_number_list_data_other_ .data_container_ .data_item_stock_ {
  text-align: center;
}
.item_number_list_table_ .item_number_list_header_other_ .header_container_ .header_item_qty_,
.item_number_list_table_ .item_number_list_data_other_ .data_container_ .data_item_qty_ {
  width: 70px;
}
.item_number_list_table_.has_unit_ .item_number_list_header_other_ .header_container_ .header_item_qty_,
.item_number_list_table_.has_unit_ .item_number_list_data_other_ .data_container_ .data_item_qty_ {
  width: 110px;
}
.item_number_list_table_ .item_number_list_data_other_ .data_container_ .data_item_qty_ {
  text-align: center;
}
.item_number_list_table_.has_unit_ .item_number_list_data_other_ .data_container_ .data_item_qty_ {
  text-align: center;
}
.item_number_list_data_other_ .data_container_ .price_ {
  font-size: 15px;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
}
.item_number_list_data_other_ .data_container_ .currency {
  font-size: 12px;
}
.item_number_list_data_other_ .data_container_ .small_ {
  font-size: 80%;
}
.item_number_list_data_other_ .data_container_ .data_item_qty_ input[type="text"] {
  width: 5em;
  padding: 0.25em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: flex-end;
          flex-direction: flex-end;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.item_number_list_ .unit_ {
  display: none;
}
.item_number_list_ .scroll_indicator_ {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  background-color: rgba(128,128,128,0.7);
  padding: 10px;
  border-radius: 5px;
}
.item_number_list_ .scroll_indicator_.show {
  opacity: 1;
}
.item_number_list_ .scroll_indicator_.hidden {
  opacity: 0;
}
.item_number_list_ .scroll_indicator_ span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: -22px;
  margin-right: 30px;
  color: #fff;
}
.item_number_list_ .scroll_indicator_arrow_ {
  width: 16px;
  height: 16px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0 0 0 130px;
  -webkit-animation: scrollIndicatorArrowMove 1s infinite;
          animation: scrollIndicatorArrowMove 1s infinite;
}
@-webkit-keyframes scrollIndicatorArrowMove {
  0%, 100% {
    -webkit-transform: translateX(0) rotate(-45deg);
            transform: translateX(0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateX(5px) rotate(-45deg);
            transform: translateX(5px) rotate(-45deg);
  }
}
@keyframes scrollIndicatorArrowMove {
  0%, 100% {
    -webkit-transform: translateX(0) rotate(-45deg);
            transform: translateX(0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateX(5px) rotate(-45deg);
            transform: translateX(5px) rotate(-45deg);
  }
}
.option_items {
  width: 100%;
  margin-top: 24px;
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
.option_item {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px auto;
  grid-template-columns: 120px auto;
  -ms-grid-rows: 120px 1fr;
  grid-template-rows: 120px 1fr;
  gap: 10px 16px;
}
.option_item_img {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  width: 120px;
  height: 120px;
  border: 1px solid #ddd;
}
.option_item_img a {
  display: block;
  width: 100%;
  height: 100%;
  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;
}
.option_item_img a img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.option_item_misc_wrap {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  height: 100%;
}
.option_item_misc {
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr auto auto;
  grid-template-rows: 1fr auto auto;
  gap: 10px 0;
}
.option_item_name {
  font-size: 14px;
  font-weight: bold;
  color: #222;
  text-decoration: none;
  line-height: 1.4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.option_item_stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.option_item_stock .title_ {
  color: #222;
  margin-right: 4px;
}
.option_item_stock .content_ {
  color: #222;
  font-weight: 500;
}
.option_item_price {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #222;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.option_item_price .currency {
  font-size: 10px;
  margin-right: 2px;
}
.option_item_price .price {
  font-size: 14px;
  font-family: "Barlow", sans-serif;
}
.option_item_qty {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.option_item_qty .title_ {
  color: #222;
  font-size: 12px;
  margin-right: 4px;
}
.option_item_qty .order_qty_ {
  width: 60px;
  height: 24px;
  padding: 4px 8px;
  border: 1px solid #dedede;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
}
.option_item_bundle {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}
.option_item_bundle .bundle_checkbox {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 12px;
}
.option_item_bundle .bundle_checkbox input[type="checkbox"] {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.option_item_bundle .bundle_checkbox .bundle_label {
  color: #222;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
a.option_item_link {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  grid-row: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.75em;
  color: #014997;
  font-size: 13px;
}
a.option_item_link:before {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url("/img/usr/icon/icon_manual.png");
  background-repeat: no-repeat;
  background-size: contain;
}
a.option_item_link:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  color: #014997;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.togetherlist_ {
  margin-top: 40px;
}
div.togetherlist_ .common_headline2_ {
  position: static;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #222;
  border: none;
  border-left: none;
  background: none;
}
h2.variation_matrix_title {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
div.variation_matrix_ {
  width: 100%;
  max-height: 50vh;
  margin-top: 24px;
  margin-bottom: 0;
  padding: 0;
  overflow: auto;
  position: relative;
}
div.variation_matrix_ > table {
  min-width: 517px;
  margin: 0;
  border: none;
  background-color: #fff;
}
div.variation_matrix_ > table tr {
  border-bottom: 1px solid #dedede;
}
div.variation_matrix_ > table tr:first-child {
  position: sticky;
  top: 0;
  z-index: 2;
}
div.variation_matrix_ > table th:last-child {
  border-right: 1px solid #f0f0f0;
}
div.variation_matrix_ > table td {
  margin: 0;
  padding: 15px 20px 10px;
  border: none;
  vertical-align: top;
}
div.variation_matrix_ > table td:last-child {
  border-right: 1px solid #dedede;
}
div.variation_matrix_ > table td.no_item_ {
  text-align: center;
  color: #ccc;
  font-weight: bold;
  vertical-align: middle;
}
div.variation_matrix_ > table td img {
  max-width: 120px;
}
div.variation_matrix_ > table .col_title_ {
  width: auto;
  padding: 8px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #f0f0f0;
  white-space: nowrap;
}
div.variation_matrix_ > table .col_title_:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
div.variation_matrix_ > table .row_title_ {
  min-width: 100px;
  padding: 1em;
  border: none;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #f0f7ff;
  white-space: nowrap;
}
div.variation_matrix_ > table .row_title_:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}
div.variation_matrix_ .soldout_ {
  text-align: center;
  color: #999;
  border: none;
  margin: 3px 1em;
  vertical-align: middle;
}
div.variation_matrix_ .cart_qtyinput_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  margin: 0 0 5px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}
div.variation_matrix_ .cart_qtyinput_ input.input_qty_ {
  width: 3.75em;
  padding: 0.2em 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  text-align: right;
  border: 1px solid #dedede;
  border-radius: 4px;
}
div.variation_matrix_ .cart_qtyinput_ .qty_limit {
  font-size: 12px;
  font-weight: 500;
}
div.variation_matrix_ .cart_qtyinput_ .qty_limit:before {
  content: '/';
  display: inline-block;
  width: 1em;
}
div.variation_matrix_ .g_price_,
div.variation_matrix_ .g_price_ .price_ {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  text-align: center;
  font-family: "Barlow", sans-serif;
  white-space: nowrap;
}
div.variation_matrix_ .g_price_ .currency,
div.variation_matrix_ .g_price_ .price_ .currency {
  font-size: 12px;
}
div.variation_matrix_ a.price_exlink {
  width: 8px;
  display: inline-block;
  aspect-ratio: 1/1;
  margin-left: 0.25em;
}
div.variation_matrix_ a.price_exlink img {
  width: 100%;
  max-width: unset;
}
div.variation_matrix_ .scroll_indicator_ {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  background-color: rgba(128,128,128,0.7);
  padding: 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  pointer-events: none;
}
div.variation_matrix_ .scroll_indicator_.show {
  opacity: 1;
}
div.variation_matrix_ .scroll_indicator_.hidden {
  opacity: 0;
}
div.variation_matrix_ .scroll_indicator_arrow_ {
  width: 16px;
  height: 16px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 10px auto 0;
  -webkit-animation: scrollIndicatorArrowMove 1s infinite;
          animation: scrollIndicatorArrowMove 1s infinite;
}
@-webkit-keyframes scrollIndicatorArrowMove {
  0%, 100% {
    -webkit-transform: rotate(-45deg) translateX(0);
            transform: rotate(-45deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(-45deg) translateX(5px);
            transform: rotate(-45deg) translateX(5px);
  }
}
@keyframes scrollIndicatorArrowMove {
  0%, 100% {
    -webkit-transform: rotate(-45deg) translateX(0);
            transform: rotate(-45deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(-45deg) translateX(5px);
            transform: rotate(-45deg) translateX(5px);
  }
}
/* _historyitems */
.historyitems_list {
  margin-top: 80px;
}
/* _mymenu */
@charset "utf-8";
.page-menu h1.common_headline1_ {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 28px;
}
.page-menu .mypage_ {
  padding-bottom: 150px;
}
.page-menu .mypage_account {
  font-size: 14px;
  text-align: right;
}
.page-menu .mypage_account span {
  padding: 0 0.25em;
}
.page-menu .mypage_main {
  width: 100%;
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 90px;
}
.page-menu #mypage_shiping {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.page-menu #mypage_info {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.page-menu #mypage_menu {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.page-menu h2.mypage_headding_h2 {
  display: -ms-grid;
  display: grid;
  gap: 0.5em;
}
.page-menu .mypage_main_item_content {
  margin-top: 30px;
}
.page-menu .mypage_headding_sub {
  font-size: 14px;
  font-weight: bold;
  color: #014997;
  font-family: "Barlow", sans-serif;
}
.page-menu .mypage_headding_main {
  font-size: 28px;
  font-weight: bold;
}
.page-menu .mypage_destination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
  border-top: 1px solid #dedede;
}
.page-menu .mypage_destination_name {
  font-size: 14px;
}
.page-menu a.mypage_destination_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  font-size: 12px;
  color: #014997;
}
.page-menu a.mypage_destination_link:after {
  content: '';
  display: inline-block;
  width: 10px;
  aspect-ratio: 1/1;
  background-image: url("/img/usr/icon/arrow_right_blu.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.page-menu .mypage_info_list_item {
  border-bottom: 1px solid #dedede;
}
.page-menu a.mypage_info_list_item_inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: auto var(--label-width, -webkit-max-content) minmax(0, 520px);
  -ms-grid-columns: auto var(--label-width, max-content) minmax(0, 520px);
  grid-template-columns: auto var(--label-width, -webkit-max-content) minmax(0, 520px);
  grid-template-columns: auto var(--label-width, max-content) minmax(0, 520px);
  gap: 1em;
  padding: 1em 0;
}
.page-menu a.mypage_info_list_item_inr .date {
  font-size: 14px;
  color: #b8b8b8;
  font-family: "Barlow", sans-serif;
}
.page-menu a.mypage_info_list_item_inr .label_container .label {
  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;
  font-size: 12px;
  color: #222;
  padding: 0.25em 0.5em;
  border-radius: 4px;
  border: 1px solid #ebebeb;
}
.page-menu a.mypage_info_list_item_inr .text {
  font-size: 14px;
}
.page-menu .mypage_info_link_container {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-menu a.mypage_info_link {
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.page-menu a.mypage_info_link:after {
  content: '';
  display: inline-block;
  width: 48px;
  aspect-ratio: 1/1;
  background-image: url("/img/usr/icon/arrow_right_blu_circle.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.page-menu #mypage_menu {
  padding: 40px;
  background-color: #f0f7ff;
}
.page-menu .mypage_grid {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 24px;
}
.page-menu .mypage_grid_item {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.page-menu .mypage_grid_item_icon {
  width: 40px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
}
.page-menu a.mypage_grid_item_link {
  padding: 19px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  background-color: #2c75c5;
  position: relative;
}
.page-menu a.mypage_grid_item_link:after {
  content: '';
  display: inline-block;
  width: 18px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-image: url("/img/usr/icon/arrow_right_blu_circle_small.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 16px;
  bottom: 12px;
}
.page-menu .mypage_headding_h3 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.page-menu .mypage_grid_item_txt {
  margin-top: 5px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.page-menu .mypage_misc {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.page-menu a.mypage_misc_link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24px 1fr 10px;
  grid-template-columns: 24px 1fr 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.page-menu a.mypage_misc_link:after {
  content: '';
  display: inline-block;
  width: 10px;
  aspect-ratio: 1/1;
  background-image: url("/img/usr/icon/arrow_right_blu.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.page-menu a.mypage_misc_link.is_exlink:after {
  background-image: url("/img/usr/icon/icon_exlink.png");
}
.page-menu .mypage_misc_link_icon_wrap {
  width: 24px;
  aspect-ratio: 1/1;
  display: -ms-grid;
  display: grid;
  place-content: center;
  background-color: #f0f7ff;
  border-radius: 50%;
}
.page-menu .mypage_misc_link_txt {
  font-size: 13px;
  color: #014997;
}
.page-menu .mypage_menu_container {
  margin: 64px 0;
}
.page-menu .mypage_menu_list {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.page-menu .mypage_menu_list_item {
  min-height: 80px;
}
.page-menu .mypage_menu_list_item_link {
  width: 100%;
  height: 100%;
  padding: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px;
  grid-template-columns: 1fr 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.page-menu .mypage_menu_list_item_link:after {
  content: '';
  display: inline-block;
  width: 10px;
  aspect-ratio: 1/1;
  background-image: url("/img/usr/icon/arrow_right_blu.png");
  background-repeat: no-repeat;
  background-size: cover;
}
/* common_headline */
.common_headline1_ {
  font-size: 32px;
  color: #000;
}
.common_headline_withsub {
  width: 100%;
  color: #000;
  display: -ms-grid;
  display: grid;
  gap: 0.5em;
  position: relative;
  z-index: 0;
}
html[data-browse-mode="S"] .common_headline_withsub {
  gap: 4px;
}
.common_headline_withsub .sub {
  font-size: 14px;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  color: #014997;
}
.common_headline_withsub .main {
  font-size: 28px;
  font-weight: bold;
}
/* _footer */
div.change_mode_ {
  padding: 20px 0 0;
  background-color: #014997;
  display: none;
}
div.change_mode_ a,
div.change_mode_ span {
  padding: 4px;
  font-size: 12px;
  width: 120px;
}
div.change_mode_ span {
  background-color: #dedede;
}
#footer {
  background-color: #222;
  color: #000;
  padding: 0;
}
#footernav {
  margin: 0;
  padding: 24px 0;
  background-color: #014997;
  font-size: 13px;
}
#footernav li {
  padding: 0 20px;
  font-size: 13px;
  line-height: 1;
}
#copyright {
  font-size: 12px;
  padding: 13px;
  color: #fff;
  font-family: "Barlow", sans-serif;
}
/* _override */
.page-bookmark div.wrapper_,
.page-bizdest div.wrapper_ {
  width: 1455px;
}
.page-bookmark div.col1_,
.page-bizdest div.col1_ {
  width: 1155px;
}
div.customer_ div.bookmark_item_ {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
div.customer_ div.bookmark_item_ div.cartgoods_ {
  padding: 10px;
  float: none;
  display: block;
  width: auto;
}
div.customer_ div.bookmark_item_ div.del_ {
  padding: 10px;
  float: none;
  display: inline;
  width: auto;
  margin-left: unset;
}
.page-bizdest div.address_item_,
.page-order_address div.address_item_ {
  width: 100%;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.page-bizdest .address_title_,
.page-order_address .address_title_ {
  font-weight: bold;
  padding: 1em 0;
}
.page-topic .topic_head_ {
  display: none;
}
.page-topic h2.topic_title_ {
  margin: 0 0 32px;
  padding: 0.5em 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.page-mailchange .customer_.col1_ * {
  border-color: #dedede;
}
div.order_flow_ > ul > li.now_,
.btn_cart_.cart-small-btn {
  background-color: #014997;
}
.btn-primary {
  color: #fff;
  border: solid 1px #014997;
  background-color: #014997;
}
.page-edi_confirm .estimate_top_ table.host_ {
  width: 665px;
}
.page-edi_confirm table.estimate_top_ td.estimate_top_right_ {
  width: 460px;
}
table.impcartlist_ * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
