﻿@charset "UTF-8";

/* --------------------------------------------------------------------
  表示幅：固定
  表示順：左メニュー・メインコンテンツ・[枠外]右メニュー
-------------------------------------------------------------------- */
div.wrapper_ {
  margin: 0 auto;
  padding: 10px 0 50px;
  width: 1455px;
  text-align: left;
}

div.has-rightmenuframe-wrapper {
  width: 1755px;
}

div.container_ {
  width: 100%;
  overflow: visible;
  position: relative;
}

div.has-rightmenuframe-container {
  position: relative;
  width: calc(100% - 300px);
  padding-right: 300px;
}

div.contents_ {
  display: flex;
  justify-content: space-between;
}

/* 左メニュー */
div.leftmenuframe_ {
  width: 240px;
  overflow: hidden;
  order: -1;
}

/* [枠外]右メニュー */
div.rightmenuframe_ {
  width: 240px;
  overflow: visible;
  position: absolute;
  top: 0;
  right: 0;
}

/* [枠内]右メニュー */
div.right_goodsvariation_frame_ {
  width: 380px;
  overflow: visible;
  position: absolute;
  top: 20px;
  left: 920px;
}

/* メインフレーム */
div.mainframe_ {
  display: inline;
  overflow: hidden;
}

div.container_ div.contents_,
div.container_ div.mainframe_,
div.container_ div.mainframe_ .event_ .goods_:not(table) {
  width: 1455px;
}

div.container_ div.contents_ div.mainframe_,
div.container_ div.contents_ div.mainframe_ .event_ .goods_:not(table) {
  width: 1155px;
}

div.container_ div.contents_ div.mainframe_ div.goodsvariationview_frame_ {
  width: 610px; /* = div.container_ - div.leftmenuframe_ - div.right_goodsvariation_frame_ */
}

div.single_mainframe_ {
  overflow: hidden;
}

div.col1_ {
  padding: 0;
  box-sizing: border-box;
  width: 1155px;
  margin: 0 auto;
}

div.container_ div.alert_contents_ {
  width: 100%;
}

@media screen and (max-width: 1455px) {
  div.wrapper_ {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1755px) {
  div.has-rightmenuframe-wrapper {
    width: 1455px;
  }

  div.has-rightmenuframe-wrapper div.container_ div.contents_ {
    width: 1200px;
  }

  div.has-rightmenuframe-wrapper div.container_ div.contents_ div.mainframe_ {
    width: 900px;
  }
}

/* --------------------------------------------------------------------
  トップページ 1列
-------------------------------------------------------------------- */
.top_layout_1_ div.wrapper_ {
  margin: 0 auto;
  padding: 0 0 50px;
  width: 100%;
  text-align: left;
}

.top_layout_1_ div.container_ div.contents_,
.top_layout_1_ div.container_ div.contents_ div.mainframe_ {
  margin: 0 auto;
  width: 100%;
  min-width: 1455px;
}

div.container_ div.contents_ div.mainframe_ .top-body {
  width: 100%;
  height: 380px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../../img/top/mv_bg.jpg) center / cover no-repeat;
}

div.container_ div.contents_ div.mainframe_ .top-body .top_mv_title_ {
  margin: 0 0 24px;
  font-size: 38px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.top_layout_1_ div.container_ div.contents_ div.mainframe_ .event_,
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_contact_,
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_cart_dest_,
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_,
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_agency_member_info_,
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_assistinfo_,
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_agency_recommend_,
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_assist_recommend_,
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_history {
  max-width: 1600px;
  width: 100%;
  margin: 80px auto 100px;
}

.top_layout_1_ div.container_ div.contents_ div.mainframe_ .event_ .goods_:not(table) {
  width: 100%;
}

.top_layout_1_ div.container_ div.contents_ div.mainframe_ .maker_ {
  padding: 80px 0 100px;
  background: #f7f7f7;
}

.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ {
  max-width: 1600px;
  width: 100%;
  margin: 100px auto;
}

.top_layout_1_ div.container_ div.contents_ div.mainframe_ .category_list_title_,
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .maker_ .maker_title_,
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_head_ {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 0 0 24px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.0;
  color: #333;
  background: none;
}

.top_layout_1_ div.container_ div.contents_ div.mainframe_ .maker_ .maker_title_ a {
  display: inline;
  color: #333;
}

.top_layout_1_ div.container_ div.contents_ div.mainframe_ .category_list_title_ h2,
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_head_ h2 {
  position: static;
  font-size: 28px;
  font-weight: 600;
  color: #333;
}

.top_layout_1_ div.container_ div.contents_ div.mainframe_ .category_list_title_ h2::before,
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .maker_ .maker_title_ a::before,
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_head_ h2::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 100%;
  color: #333;
  background: #707070;
  content: "";
}

.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ {
  padding: 12px;
  background: #f7f7f7;
}

.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ {
  padding: 16px 40px;
  background: #fff;
}

.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ > li {
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}

.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ > li dl {
  display: flex;
}

.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ > li dl dt {
  width: 120px;
}

.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ > li dl dd {
  width: calc(100% - 120px);
}

.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ > li dl dt a,
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ > li dl dd a {
  font-size: 16px;
  color: #222;
}

.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topicline_detaillist_ {
  padding: 8px 0 28px;
  background: #fff;
}

.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topicline_detaillist_ a {
  display: block;
  width: 284px;
  margin: 0 auto;
  padding: 11px 4px;
  border: 1px solid #222;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #222;
  background: #fff;
}

div.container_ div.contents_ div.mainframe_ .maker_ .top_maker_list_ {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

div.container_ div.contents_ div.mainframe_ .maker_ .top_maker_list_ .top_maker_item_ {
  width: calc((100% - 40px) / 6);
  height: 100px;
  margin: 0;
}

div.container_ div.contents_ div.mainframe_ .maker_ .top_maker_list_ .top_maker_item_ .img_ {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 8px 55px;
  box-sizing: border-box;
  background: #fff;
}

div.container_ div.contents_ div.mainframe_ .maker_ .maker_footer_ {
  display: none;
}

.top_layout_1_ div.container_ div.contents_ div.mainframe_ .CategoryStyleP_ {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

/* --------------------------------------------------------------------
  サイドボックス
-------------------------------------------------------------------- */
div.sidebox_ {
  margin: 0 0 27px;
}

div#sidebox_cart.sidebox_ img[alt="ゲスト購入"] {
  height: auto !important;
}

div.sidebox_ h2 {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #707070;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #333;
  background: none;
}

div.sidebox_ h2 a:hover {
  text-decoration: none;
}

#sidebox_search h2 {
  display: none;
}

div.sidebox_ h2 a {
  color: inherit;
}

div.sidebox_ h2 a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.event_title_rightmenu_ {
  margin: 0;
  margin-bottom: 5px;
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  color: #333;
  padding: 7px 0;
  border-bottom: none !important;
  background: #606060;
  border-radius: 2px;
}

.event_title_rightmenu_ a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  color: #fff !important;
  padding: 5px;
}

.event_title_rightmenu_ a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

/* --------------------------------------------------------------------
  サイドボックス　カテゴリツリー
-------------------------------------------------------------------- */
.category_tree_ {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  box-sizing: border-box;
  border-bottom: none;
  word-break: break-all;
}

.category_tree_ li {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #dedede;
  box-sizing: border-box;
}

.category_tree_ li a,
.category_tree_ li span.nolink_ {
  display: flex;
  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;
  flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
}

.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;
  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 {
  position: absolute;
  top: calc(50% - 4px);
  right: 14px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate(45deg);
  content: "";
}

.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;
  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;
  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;
}

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: 12px;
  top: calc(50% - 1px);
  width: 10px;
  height: 2px;
  background-color: #222;
  transition: all 0.3s;
}

span.accordion_::before {
  transform: rotate(-90deg);
}

span.accordion_.active::before {
  transform: rotate(0deg);
}

.category_tree1_,
.category_tree1_open_ {
  display: flex;
  justify-content: space-between;
}

.category_tree2_,
.category_tree2_open_ {
  display: flex;
  justify-content: space-between;
}

.category_tree3_,
.category_tree3_open_ {
  display: flex;
  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: 1.0em;
}

.category-tree4-name {
  text-indent: 1.5em;
}

/* --------------------------------------------------------------------
  サイドボックス　ジャンルツリー
-------------------------------------------------------------------- */
.genre_tree_ {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  box-sizing: border-box;
  border-bottom: none;
  word-break: break-all;
}

.genre_tree_ li {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #dedede;
  box-sizing: border-box;
}

.genre_tree_ li a,
.genre_tree_ li span.nolink_ {
  display: flex;
  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;
  flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
}

.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;
  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 {
  position: absolute;
  top: calc(50% - 4px);
  right: 14px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate(45deg);
  content: "";
}

.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;
  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;
  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;
}

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: 12px;
  top: calc(50% - 1px);
  width: 10px;
  height: 2px;
  background-color: #222;
  transition: all 0.3s;
}

span.accordion_::before {
  transform: rotate(-90deg);
}

span.accordion_.active::before {
  transform: rotate(0deg);
}

.genre_tree1_,
.genre_tree1_open_ {
  display: flex;
  justify-content: space-between;
}

.genre_tree2_,
.genre_tree2_open_ {
  display: flex;
  justify-content: space-between;
}

.genre_tree3_,
.genre_tree3_open_ {
  display: flex;
  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.5em;
}

.genre-tree3-name {
  text-indent: 1.0em;
}

.genre-tree4-name {
  text-indent: 1.5em;
}

/* --------------------------------------------------------------------
  サイドボックス　メーカーツリー
-------------------------------------------------------------------- */
.maker_tree_ {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  box-sizing: border-box;
  border-bottom: none;
  word-break: break-all;
}

.maker_tree_ li {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #dedede;
  box-sizing: border-box;
}

.maker_tree_ li a,
.maker_tree_ li span.nolink_ {
  display: flex;
  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;
  flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
}

.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,
.maker_tree_ li.maker_tree1_ span.nolink_ {
  font-size: 14px;
  width: 100%;
  padding: 8px 34px 8px 0;
  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;
  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 {
  position: absolute;
  top: calc(50% - 4px);
  right: 14px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate(45deg);
  content: "";
}

.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;
  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;
  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: 12px;
  top: calc(50% - 1px);
  width: 10px;
  height: 2px;
  background-color: #222;
  transition: all 0.3s;
}

span.accordion_::before {
  transform: rotate(-90deg);
}

span.accordion_.active::before {
  transform: rotate(0deg);
}

.maker_tree1_,
.maker_tree1_open_ {
  display: flex;
  justify-content: space-between;
}

.maker_tree2_,
.maker_tree2_open_ {
  display: flex;
  justify-content: space-between;
}

.maker_tree3_,
.maker_tree3_open_ {
  display: flex;
  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: 1.0em;
}

.maker-tree4-name {
  text-indent: 1.5em;
}

/* --------------------------------------------------------------------
  サイドボックス　検索ボックス
--------------------------------------------------------------------- */

#sidebox_search input {
  vertical-align: middle;
}

#sidebox_search div.search_ {
  background-color: #fff;
}

#sidebox_search dl.search1 {
  position: relative;
  width: 240px;
  background-color: #f6f6f6;
}

#sidebox_search dl.search1 dt {
  margin-right: 36px;
  padding: 0;
}

#sidebox_search dl.search1 dt input {
  width: 100%;
  height: 48px;
  padding: 16px 0 16px 20px;
  font-size: 12px;
  background: none;
  border: none;
  box-sizing: border-box;
  outline: none;
}

#sidebox_search dl.search1 dd {
  position: absolute;
  top: 2px;
  right: 0;
}

#sidebox_search dl.search1 dd button {
  display: block;
  padding: 6px;
  background: none;
  border: none;
}

#sidebox_search dl.search1 dd button span {
  display: block;
  width: 22px;
  height: 22px;
  background: url("../../img/usr/go.png") no-repeat scroll 0 0;
  margin-top: 7px;
  margin-right: 9px;
  background-size: contain;
  cursor: pointer;
}

#sidebox_search .to_searchdetail {
  padding: 5px 0 0 15px;
  text-align: right;
  font-size: 12px;
}

#sidebox_search .to_searchdetail a {
  color: #4cae8d;
  position: relative;
}

#sidebox_search .to_searchdetail a::before {
  content: ">";
  color: #333;
}

/* --------------------------------------------------------------------
  サイドボックス　カート
-------------------------------------------------------------------- */

.cart_box_ {
  visibility: hidden;
}

.cart_box_ .cart_title_ {
  width: 100%;
  font-size: 16px;
  padding-top: 4px;
  text-align: center;
  color: #fff;
}

.cart_add_dest_ {
  padding: 6px 10px 0;
}

.cart_frame_top_ {
  padding: 7px 0;
  background: #606060;
}

.cart_frame_ {
  padding: 6px 0 0;
}

.cart_frame_bottom_ {
  padding: 6px 10px;
}

dl.cart_detail_ {
  padding: 5px;
  border-bottom: 1px solid #b9b9b9;
}

dl.cart_detail_:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

dl.cart_detail_ dd {
  text-align: right;
}

dl.cart_detail_ dd.cart_name_ {
  text-align: left;
}

dl.cart_detail_ dd.cart_name_ > a {
  font-size: 14px;
  font-weight: 500;
  color: #222;
}

dl.cart_detail_ dd .delete_ {
  font-size: 12px;
  font-weight: 500;
  color: #3763ba;
  text-decoration: underline;
}

dl.cart_detail_ dd .delete_:hover {
  text-decoration: none;
}

dl.cart_detail_ dd.agency_name_ {
  font-size: 10px;
  text-align: left;
  color: #a2339f;
}

dl.cart_total_ {
  padding: 2px 0;
  overflow: hidden;
}

.use_order_split dl.cart_total_ {
  display: flex;
  align-items: center;
  justify-content: center;
}

.use_order_split dl.cart_total_ dt {
  font-size: 14px;
  font-weight: bold;
  width: 70%;
}

.use_order_split dl.cart_total_ dd {
  font-size: 20px;
  font-weight: bold;
}

dl.cart_total_ dt {
  float: left;
  display: inline;
  letter-spacing: 0.5em;
  width: 40%;
  text-align: right;
}

dl.cart_total_ dd {
  float: right;
  display: inline;
  text-align: right;
  font-weight: bold;
}

dl.cart_total_ dt.tax_title_,
dl.cart_total_ dd.tax_ {
  color: #707070;
}

.use_order_split dl.cart_total_ dd.total_separate_ {
  position: relative;
  width: 26px;
}

dl.cart_total_ dd.total_split_::before {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 1px);
  width: 2px;
  height: 20px;
  transform: rotate(25deg);
  background: #222;
  content: "";
}

.cart_to_order_ {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.cart_null_ {
  padding: 5px;
}

.use_order_split .cart_total_frame_ {
  display: flex;
  margin-bottom: 10px;
  padding-right: 30px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 17px 0 10px;
  overflow: hidden;
}

dl.cart_total_de_ {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 24px);
  margin: 0 12px;
  padding: 9px 0;
  border-top: 1px solid #707070;
  overflow: hidden;
  box-sizing: border-box;
}

dl.cart_total_de_ dt {
  padding-right: 8px;
  font-size: 14px;
  font-weight: bold;
}

dl.cart_total_de_ dd {
  font-size: 16px;
  font-weight: bold;
}

dl.cart_dest_ dd.cart_nickname_ {
  display: flex;
  gap: 8px;
  width: 100%;
  padding: 8px 0;
  align-items: center;
}

dl.cart_dest_ dd.cart_nickname_ label {
  display: block;
  margin: 0;
}

dl.cart_dest_ dd.cart_nickname_ label.icon_cart_ {
  width: 230px;
}

dl.cart_dest_ dd.cart_nickname_ label.show_cart_,
dl.cart_dest_ dd.cart_nickname_ label.cart_no_goods_ {
  width: calc(100% - 258px);
}

#gnav_jscart_replace_ .no_detail dl.cart_dest_ dd.cart_nickname_ .cart_no_goods_ {
  display: none;
}

dl.cart_dest_ dd.cart_nickname_ input[type="checkbox"] {
  display: none;
}

dl.cart_dest_ dd.cart_nickname_ label.icon_cart_ input + div {
  overflow: hidden;
  margin: 1px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0;
  padding: 6px 4px 6px 40px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #505050;
  background: #eaeaea url(../../img/usr/header/icon_dest_cart.png) center left 15px no-repeat;
  word-break: break-word;
}

dl.cart_dest_ dd.cart_nickname_ label.icon_cart_ input:checked + div {
  border: 1px solid #3763ba;
  color: #fff;
  background: #3a66be4f url(../../img/usr/header/icon_dest_cart_checked.png) center left 15px no-repeat;
}

dl.cart_dest_ dd.cart_nickname_ label.show_cart_ input,
dl.cart_dest_ dd.cart_nickname_ label.cart_no_goods_ input {
  display: none;
}

dl.cart_dest_ dd.cart_nickname_ label.show_cart_ div,
dl.cart_dest_ dd.cart_nickname_ label.cart_no_goods_ div {
  display: block;
  width: 100%;
  padding: 7px 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  background: #cecece;
}

#gnav_jscart_replace_ dl.cart_dest_ dd.cart_nickname_ .cart_no_goods_ div {
  width: 100px;
  font-size: 12px;
  background: none;
  padding: 6px 2px 6px 2px;
  border: none;
  pointer-events: none;
}

dl.cart_dest_ dd.cart_nickname_ label.show_cart_ input:checked + div,
dl.cart_dest_ dd.cart_nickname_ label.cart_no_goods_ input:checked + div {
  color: #fff;
  background: #3763ba;
}

div.cart_add_dest_ {
  padding: 4px 0 0;
}

div.cart_add_dest_ a {
  position: relative;
  padding: 0 15px 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #3763ba;
}

div.cart_add_dest_ a::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 2px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #3763ba;
  border-right: 2px solid #3763ba;
  transform: rotate(45deg);
  content: "";
}

.cart_dest_frame_.scroll_,
.cart_goods.scroll_ {
  height: 334px;
  overflow-y: scroll;
  padding-right: 4px;
}

#gnav_jscart_replace_ .cart_frame_.scroll_,
#gnav_jscart_replace_ .cart_goods.scroll_ {
  height: 340px;
}

/* --------------------------------------------------------------------
  サイドボックス　代理店
-------------------------------------------------------------------- */

div.sidebox_agency_ {
  margin: 0 0 20px 0;
}

div.sidebox_agency_ select {
  width: 100%;
}

div.sidebox_agency_ h2 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  height: 21px;
  border: 2px solid #af8ad1;
  border-bottom-width: 0;
  background: #af8ad1 url(../../img/usr/title_agency_icon.png) 16px 4px no-repeat;
  color: #fff;
  line-height: 110%;
}

div.sidebox_agency_ div.sidebox_agency_box_ {
  border: 2px solid #af8ad1;
  border-top-width: 0;
  padding: 3px;
  line-height: 130%;
}

div.sidebox_agency_ div.sidebox_agency_box_in_ {
  padding: 1px;
  background-color: #f6f6f6;
}

div.sidebox_agency_ div.agency_comment_ {
  font-size: 11px;
  padding: 2px;
}

/* --------------------------------------------------------------------
  サイドボックス　カタログ一覧
-------------------------------------------------------------------- */
.catalog_tree_ {
  padding: 0;
  background-color: transparent;
  border: 1px solid #cbcbcb;
  border-bottom: none;
}

.catalog_tree_ li {
  margin: 1px 2px 0 2px;
  padding: 0;
  border-bottom: 1px solid #cbcbcb;
  box-sizing: border-box;
}

.catalog_tree_ li a,
.catalog_tree_ li span.nolink_ {
  display: block;
  padding: 3px 1px 2px 0;
  background-color: #fff;
  color: #444;
}

.catalog_tree_ li a:hover {
  background-color: #eef8f5;
  text-decoration: none;
}

.catalog_tree_ li a,
.catalog_tree_ li span.nolink_ {
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 5px 6px;
  position: relative;
  padding: 16px 0 15px 20px;
}

.catalog_tree_ li a::before {
  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;
}

.catalog_tree_ li.current_page_ a,
.catalog_tree_ li.current_page_ span.nolink_ {
  font-weight: bold;
  background-repeat: no-repeat;
  background-color: #ffebc4;
  padding-left: 20px;
  background-position: 5px -94px;
}

/* リンクがない場合 */
.catalog_tree_ li span.nolink_ {
  color: #999;
}

/* --------------------------------------------------------------------
  サイドボックス　履歴
-------------------------------------------------------------------- */
#sidebox_itemhistory {
  padding-bottom: 1px;
  background: #efefef;
}

#sidebox_itemhistory #itemHistoryDetail {
  margin: 0 5px;
  padding-top: 5px;
  background: #fff;
}

#messNothing,
#messRedraw {
  padding: 5px 10px;
  margin: 0 5px;
  background: #fff;
  display: block;
}

.item_history_link_ {
  padding: 5px 5px 5px 0;
  margin: 0 5px 5px 5px;
  display: block;
  font-size: 12px;
  color: #3763ba;
}

.item_history_link_::before {
  content: ">";
  color: #333;
}

/* --------------------------------------------------------------------
  ヘッダー
--------------------------------------------------------------------- */

.wrapper_wrapper_ {
  width: 100%;
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
}

.fixed_header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  min-width: 1455px;
}

/* Start Header1
---------------------------------------- */

#pageTop {
  margin: 0 auto;
  width: 100%;
  text-align: left;
  position: relative;
  background: #606060;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ {
  position: relative;
}

.top_layout_2_ div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_::before {
  content: "";
  position: absolute;
  left: 390px;
  height: 40px;
  border-right: 1px solid #404040;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_::before {
  content: "";
  position: absolute;
  left: 630px;
  height: 55px;
  border-right: 1px solid #404040;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .search_form_ {
  position: relative;
}

.top_layout_2_ div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .search_form_ .header_goods_keyword_ {
  width: 700px;
  padding: 12px 14px 12px 14px;
  border: none;
  box-sizing: border-box;
  background: none;
  font-size: 14px;
  outline: none;
  background-color: #fff;
}

.top_layout_1_ div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .search_form_ .header_goods_keyword_ {
  width: 780px;
  height: 56px;
  padding: 16px 20px;
  border: none;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
  background: #fff;
}

.top_layout_2_ div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .search_form_ .detail_search_open_close_ {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translate(0%, -50%);
  z-index: 999;
  padding: 2px 10px 2px 20px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  font-size: 12px;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  background: #eaeaea;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .search_form_ .detail_search_open_close_ {
  position: absolute;
  top: calc(50% - 18px);
  right: 68px;
  padding: 8px 15px 8px 27px;
  border: 1px solid #cecece;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #505050;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  background: #eaeaea;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .search_form_ .detail_search_open_close_::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 15px;
  width: 8px;
  height: 2px;
  background: #505050;
  content: "";
}

.top_layout_2_ div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .search_form_ .detail_search_open_close_::before {
  left: 7px;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .search_form_ .detail_search_open_close_::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 15px;
  width: 8px;
  height: 2px;
  transform: rotate(90deg);
  background: #505050;
  content: "";
}

.top_layout_2_ div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .search_form_ .detail_search_open_close_::after {
  left: 7px;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ {
  display: none;
  position: absolute;
  z-index: 999;
  padding-bottom: 30px;
  width: 100%;
  height: auto;
  max-height: 75vh;
  background: #fff;
  border: 1px solid #404040;
}

.top_layout_2_ div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ {
  display: none;
  position: absolute;
  z-index: 999;
  padding-bottom: 30px;
  height: auto;
  max-height: 75vh;
  background: #fff;
  border: 1px solid #404040;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .search_form_ .search_button_ {
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
  height: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: url(../../img/usr/icon/icon_mv_search.png) center center no-repeat;
}

.top_layout_2_ div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .search_form_ .search_button_ {
  width: 50px;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_close_btn_ {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_close_btn_::before,
div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_close_btn_::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #333;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_close_btn_::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_close_btn_::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_item_ {
  margin-top: 50px;
  padding: 0 20px;
  max-height: calc(75vh - 115px);
  overflow-y: auto;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_item_ {
  margin-top: 50px;
  padding: 0 20px;
  max-height: calc(75vh - 260px);
  overflow-y: auto;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_item_ table {
  display: contents;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_item_ .search-box-filter-table-container table {
  display: table;
  width: 100%;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_item_ th {
  padding-right: 25px;
  font-weight: bold;
  word-break: break-all;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_item_ td {
  max-width: 412px;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_item_ th,
div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_item_ td {
  padding-top: 10px;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_item_ select {
  max-width: 100%;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_item_ input {
  max-width: 400px;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_item_ .keyword_search_method_ {
  margin-top: 5px;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_item_ .keyword_search_method_ input[type="radio"],
div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_item_ .keyword_search_method_ label {
  vertical-align: middle;
  cursor: pointer;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_item_ .genre_select_box_ {
  position: relative;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_item_ .genre_select_box_select_area_ {
  width: 382px;
  padding: 5px 25px 5px 5px;
  border: 1px solid #858585;
  background-color: white;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_item_ .genre_select_box_select_area_::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  top: 23px;
  right: 10px;
  width: 0.5em;
  height: 0.5em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_item_ .search_genre_ {
  display: none;
  position: absolute;
  border: 1px solid #858585;
  background-color: white;
  color: #000;
  padding: 5px;
  width: calc(100% - 10px);
  max-height: 400px;
  overflow-y: auto;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_item_ .search_genre_ input[type="checkbox"] {
  margin-left: 10px;
  vertical-align: middle;
  cursor: pointer;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_item_ .search_genre_ label {
  cursor: pointer;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_item_ .search_genre_ label:hover {
  background-color: #1967d2;
  color: #fff;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_item_ .genre_select_box_disp_area_ {
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_btn_ {
  position: relative;
  margin-top: 30px;
  text-align: center;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_btn_::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px);
  left: 40%;
  z-index: 1;
  width: 24px;
  height: 24px;
  background-image: url("../../img/usr/go.png");
  background-size: contain;
  filter: brightness(0) invert(1);
  pointer-events: none;
}

.top_layout_2_ .container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_btn_::before {
  left: 38%;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .detail_search_btn_ input {
  display: inline-block;
  padding: 0 20px 0 40px;
  width: auto;
}

#header .goods_search_box_ .detail_search_form_ .detail_search_btn_ input {
  padding: 0 20px 0 35px;
}

div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .detail_search_form_ .search-box-filter-description {
  display: block;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #cbcbcb;
}

/* End Header1
---------------------------------------- */

#header {
  width: 100%;
  position: relative;
}

#headerTop {
  background: #f0f0f0;
}

#headerTop .headertop_inner_ {
  display: flex;
  align-items: center;
  width: calc(100% - 80px);
  max-width: 1920px;
  margin: 0 auto;
  padding: 7px 0;
}

.goods_search_box_ .detail_search_form_ .search-box-filter-description {
  display: block;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #cbcbcb;
}

.goods_search_box_ .detail_search_form_ .search-box-filter-table-container {
  overflow-y: hidden;
}

.goods_search_box_ .detail_search_form_ .search_box_filter td label {
  display: inline-flex;
  align-items: center;
}

.goods_search_box_ .detail_search_form_ .search_box_filter td label input[type="checkbox"] {
  min-width: 16px;
  margin-right: 6px;
}

.goods_search_box_ .detail_search_form_ #search-box-filter-accordion-header,
.goods_search_box_ .detail_search_form_ #search-box-filter-accordion-footer {
  text-align: center;
  cursor: pointer;
}

.goods_search_box_ .detail_search_form_ td.toggle-search-box-filter-accordion-footer {
  padding-bottom: 10px;
}

.goods_search_box_ .detail_search_form_ .search-box-filter-table-body .search_box_filter th {
  vertical-align: top;
  padding-top: 10px;
}

.goods_search_box_ .detail_search_form_ #search-box-filter-accordion-header-icon::before {
  content: "";
  display: block;
  position: relative;
  right: -384px;
  top: -17px;
  width: 2px;
  height: 10px;
  background-color: #222;
}

.top-body .goods_search_box_ .detail_search_form_ #search-box-filter-accordion-header-icon::before {
  right: -454px;
}

.goods_search_box_ .detail_search_form_ #search-box-filter-accordion-header-icon::after {
  content: "";
  display: block;
  position: relative;
  right: -380px;
  top: -23px;
  width: 10px;
  height: 2px;
  background-color: #222;
}

.top-body .goods_search_box_ .detail_search_form_ #search-box-filter-accordion-header-icon::after {
  right: -450px;
}

.goods_search_box_ .detail_search_form_ #search-box-filter-accordion-footer-icon::after {
  content: "";
  display: block;
  position: relative;
  right: -350px;
  top: -14px;
  width: 10px;
  height: 2px;
  background-color: #222;
}

.top-body .goods_search_box_ .detail_search_form_ #search-box-filter-accordion-footer-icon::after {
  right: -420px;
}

#headerTop .headertop_inner_ .catch {
  margin-right: auto;
  font-size: 12px;
  color: #505050;
}

#headerTop .headertop_inner_ ul.top_info_ {
  display: flex;
  font-size: 12px;
  line-height: 1.0;
}

#headerTop .headertop_inner_ ul.top_info_ > li {
  padding: 0 14px;
  border-right: 1px solid #505050;
  color: #505050;
}

#headerTop .headertop_inner_ ul.top_info_ > li:last-of-type {
  padding-right: 0;
  border-right: 0;
}

#headerTop .headertop_inner_ ul.top_info_ > li .header_account_ span {
  padding: 0 1.0em;
}

#headerTop .headertop_inner_ ul.top_info_ > li a {
  color: #505050;
}

#headerTop .headertop_inner_ ul.top_info_ > li.contact a::before {
  display: inline-block;
  width: 14px;
  height: 12px;
  vertical-align: top;
  margin-right: 6px;
  background: url(../../img/usr/header/icon_mail.png) center center / 14px auto no-repeat;
  content: "";
}

#headerMiddle .headermid_inner_ {
  display: flex;
  align-items: center;
  width: calc(100% - 80px);
  max-width: 1920px;
  margin: 0 auto;
  padding: 14px 0;
}

#headerMiddle .headermid_inner_ .sitelogo_ {
  margin: 0 auto 0 0;
  padding: 4px 0 0;
}

#headerMiddle .headermid_inner_ .sitelogo_ img {
  vertical-align: top;
}

#headerMiddle .headermid_inner_ .goods_search_box_ {
  position: relative;
  margin-right: 24px;
}

#headerMiddle .headermid_inner_ .goods_search_box_ .search_form_ .header_goods_keyword_ {
  width: 600px;
  height: 44px;
  padding: 8px 130px 8px 20px;
  border: 1px solid #dedede;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
  background: #f7f7f7;
}

#headerMiddle .headermid_inner_ .goods_search_box_ .search_form_ .detail_search_open_close_ {
  position: absolute;
  top: calc(50% - 16px);
  right: 48px;
  padding: 7px 11px 7px 21px;
  border: 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #505050;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  background: #e8e8e8;
}

#headerMiddle .headermid_inner_ .goods_search_box_ .search_form_ .detail_search_open_close_::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 10px;
  width: 8px;
  height: 2px;
  background: #505050;
  content: "";
}

#headerMiddle .headermid_inner_ .goods_search_box_ .search_form_ .detail_search_open_close_::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 10px;
  width: 8px;
  height: 2px;
  transform: rotate(90deg);
  background: #505050;
  content: "";
}

#headerMiddle .headermid_inner_ .goods_search_box_ .search_form_ .search_button_ {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: url(../../img/usr/header/icon_search.png) center center no-repeat;
}

#headerMiddle .headermid_inner_ .goods_search_box_ .detail_search_form_ {
  position: absolute;
  border: 1px solid #dedede;
  display: none;
  width: 100%;
  padding: 24px 0;
  box-sizing: border-box;
  background: #fff;
  z-index: 999;
  text-align: left;
}

#headerMiddle .headermid_inner_ .goods_search_box_ .detail_search_form_ .detail_search_close_btn_ {
  position: absolute;
  top: 20px;
  right: 16px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

#headerMiddle .headermid_inner_ .goods_search_box_ .detail_search_form_ .detail_search_close_btn_::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  transform: rotate(45deg);
  background: #222;
  content: "";
}

#headerMiddle .headermid_inner_ .goods_search_box_ .detail_search_form_ .detail_search_close_btn_::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  transform: rotate(-45deg);
  background: #222;
  content: "";
}

#headerMiddle .headermid_inner_ .goods_search_box_ .detail_search_form_ .detail_search_item_ {
  max-height: calc(100vh - 300px);
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 20px;
  padding: 0 24px;
}

#headerMiddle .headermid_inner_ .goods_search_box_ .detail_search_form_ .detail_search_btn_ {
  position: relative;
  margin-top: 20px;
  text-align: center;
}

#header .goods_search_box_ .detail_search_form_ .detail_search_btn_::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 9px);
  left: 37%;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-image: url(../../img/usr/go.png);
  background-size: contain;
  filter: brightness(0) invert(1);
  pointer-events: none;
}

#headerMiddle .headermid_inner_ .goods_search_box_ .detail_search_form_ .detail_search_item_ table {
  width: 100%;
}

#headerMiddle .headermid_inner_ .goods_search_box_ .detail_search_form_ .detail_search_item_ table th {
  min-width: 110px;
  padding: 4px 0;
  font-size: 14px;
}

#headerMiddle .headermid_inner_ .goods_search_box_ .detail_search_form_ .detail_search_item_ table td {
  max-width: calc(100% - 110px);
  padding: 4px 0;
}

#headerMiddle .headermid_inner_ .goods_search_box_ .detail_search_form_ .detail_search_item_ table td input,
#headerMiddle .headermid_inner_ .goods_search_box_ .detail_search_form_ .detail_search_item_ table td select {
  max-width: 400px;
}

#headerMiddle .headermid_inner_ ul.header_buttons_ {
  display: flex;
  gap: 8px;
  margin-right: 24px;
}

#headerMiddle .headermid_inner_ ul.header_buttons_ > li {
  position: relative;
}

#headerMiddle .headermid_inner_ ul.header_buttons_ > li .btn-login,
#headerMiddle .headermid_inner_ ul.header_buttons_ > li .btn-mypage,
#headerMiddle .headermid_inner_ ul.header_buttons_ > li .btn-assist {
  display: block;
  width: 120px;
  height: auto;
  padding: 10px 8px;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #505050;
}

#headerMiddle .headermid_inner_ ul.header_buttons_ > li .btn-mypage {
  width: 134px;
}

#headerMiddle .headermid_inner_ ul.header_buttons_ > li .btn-assist {
  width: 194px;
  color: #222;
  background: #cecece;
}

#headerMiddle .headermid_inner_ ul.header_buttons_ div.header_entry_ {
  height: 100%;
}

#headerMiddle .headermid_inner_ ul.header_buttons_ > li .entry_opener_ {
  display: block;
  width: 136px;
  height: 100%;
  padding: 10px 8px;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #222;
  background: #cecece;
  cursor: pointer;
}

#headerMiddle .headermid_inner_ ul.header_buttons_ > li .entry_opener_:hover {
  text-decoration: underline;
  opacity: 0.7;
}

#headerMiddle .headermid_inner_ ul.header_buttons_ > li .entry_opener_.is-open {
  border-radius: 4px 4px 0 0;
}

#headerMiddle .headermid_inner_ ul.header_buttons_ > li .header_entry_buttons_ {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  display: none;
  padding: 0 12px 12px;
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
  background: #cecece;
  z-index: 1;
}

#headerMiddle .headermid_inner_ ul.header_buttons_ > li .header_entry_buttons_ a {
  display: block;
  margin-bottom: 8px;
  padding: 6px 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.714286;
  text-align: center;
  color: #222;
  background: #eaeaea;
}

#headerMiddle .headermid_inner_ ul.header_buttons_ > li .header_entry_buttons_ a:last-of-type {
  margin-bottom: 0;
}

#headerMiddle .headermid_inner_ .header_tel_ {
  display: flex;
  align-items: center;
}

#headerMiddle .headermid_inner_ .header_tel_::before {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url(../../img/usr/header/icon_tel.png) center center / 100% auto no-repeat;
  content: "";
}

#headerMiddle .headermid_inner_ .header_tel_ p {
  font-size: 16px;
  font-weight: 500;
}

#headerBottom {
  color: #fff;
  background: #222;
}

#headerBottom .headerbottom_inner_ {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

#headerBottom .headerbottom_inner_ #globalnav {
  display: flex;
  align-items: center;
  margin-right: auto;
}

#headerBottom .headerbottom_inner_ .block-gnav--item-link {
  display: block;
  padding: 10px 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.0;
  color: #fff;
  cursor: default;
}

#headerBottom .headerbottom_inner_ .block-gnav--item-link::before {
  display: inline-block;
  width: 20px;
  height: 36px;
  margin-right: 8px;
  vertical-align: top;
  background: url(../../img/usr/header/icon_goodssearch.png) center center / 100% auto no-repeat;
  content: "";
}

#headerBottom .headerbottom_inner_ #globalnav > li > a {
  display: block;
  padding: 10px 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.0;
  color: #fff;
}

#headerBottom .headerbottom_inner_ #globalnav > li > a::before {
  display: inline-block;
  width: 20px;
  height: 36px;
  margin-right: 8px;
  vertical-align: top;
  content: "";
}

#headerBottom .headerbottom_inner_ #globalnav > li#gnav_bookmark > a::before {
  background: url(../../img/usr/header/icon_bookmark.png) center center / 100% auto no-repeat;
}

#headerBottom .headerbottom_inner_ #globalnav > li#gnav_history > a::before {
  background: url(../../img/usr/header/icon_history.png) center center / 100% auto no-repeat;
}

#headerBottom .headerbottom_inner_ #globalnav > li#gnav_precart > a::before {
  background: url(../../img/usr/header/icon_precart.png) center center / 100% auto no-repeat;
}

#headerBottom .headerbottom_inner_ #globalnav > li#gnav_quickorder > a::before {
  background: url(../../img/usr/header/icon_quickorder.png) center center / 100% auto no-repeat;
}

#headerBottom .headerbottom_inner_ #globalnav > li#gnav_edi > a::before {
  background: url(../../img/usr/header/icon_edi.png) center center / 100% auto no-repeat;
}

#headerBottom .headerbottom_inner_ #globalnav > li#gnav_bulkmodelsearch > a::before {
  background: url(../../img/usr/header/icon_bulkmodelsearch.png) center center / 100% auto no-repeat;
}

#headerBottom .headerbottom_inner_ .header_cart_ {
  position: relative;
}

#headerBottom .headerbottom_inner_ .header_cart_ > a {
  display: block;
  width: 150px;
  padding: 6px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.0;
  text-align: center;
  color: #fff;
  background: #3763ba;
}

#headerBottom .headerbottom_inner_ .header_cart_ > a::before {
  display: inline-block;
  width: 20px;
  height: 36px;
  margin-right: 8px;
  vertical-align: top;
  background: url(../../img/usr/header/icon_cart.png) center center / 100% auto no-repeat;
  content: "";
}

#header li .block-gnav-menu {
  display: none;
}

#header li .block-gnav-menu .block-gnav-menu--bg {
  position: fixed;
  top: 160px;
  left: 0;
  width: 100%;
  height: calc(100% - 160px);
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

#header li .block-gnav-menu .block-gnav-menu--frame {
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  max-width: 1600px;
  padding: 32px 0 0;
  z-index: 1000;
}

#header #gnav_goodssearch .block-gnav-menu--inner {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 500px;
}

#header #gnav_goodssearch .block-gnav-menu--title {
  padding: 8px 20px;
  border-bottom: 1px solid #dedede;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #222;
  background: #f7f7f7;
}

#header #gnav_goodssearch .block-gnav-menu--sub-title-1,
#header #gnav_goodssearch .block-gnav-menu--sub-title-2,
#header #gnav_goodssearch .block-gnav-menu--sub-title-3 {
  display: none;
  width: calc(100% - 40px);
  padding: 8px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #222;
}

#header #gnav_goodssearch .block-gnav-menu--sub-title-1 {
  border-bottom: 1px solid #dedede;
  background: #eaeaea;
}

#header #gnav_goodssearch .block-gnav-menu--sub-title-2 {
  border-bottom: 1px solid #cecece;
  background: #dedede;
}

#header #gnav_goodssearch .block-gnav-menu--sub-title-3 {
  border-bottom: 1px solid #bfbfbf;
  background: #cecece;
}

#header #gnav_goodssearch .block-gnav-menu--item-frame {
  width: 40%;
  border-right: 1px solid #dedede;
  box-sizing: border-box;
  background: #fff;
}

#header #gnav_goodssearch .block-gnav-menu--item-frame .block-gnav-menu--main-title {
  margin: 0 0 28px;
  padding: 8px 20px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #222;
  background: #f7f7f7;
}

#header #gnav_goodssearch .block-gnav-menu--item-frame .block-gnav-menu--item-inner {
  display: flex;
  gap: 20px;
  width: calc(100% - 40px);
  padding: 0 20px;
}

#header #gnav_goodssearch .block-gnav-menu--item-frame .block-gnav-menu--item h2 {
  margin: 0;
  border-bottom: 2px solid #e8e8e8;
  font-size: 16px;
  font-weight: normal;
  color: #111;
  text-align: left;
}

#header #gnav_goodssearch .block-gnav-menu--item img {
  position: relative;
  top: 40px;
}

#header #gnav_goodssearch .block-gnav-category,
#header #gnav_goodssearch .block-gnav-genre,
#header #gnav_goodssearch .block-gnav-maker {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  height: 400px;
}

#header #gnav_goodssearch .block-dynamic-category-tree,
#header #gnav_goodssearch .block-dynamic-genre-tree,
#header #gnav_goodssearch .block-dynamic-maker-tree {
  padding: 12px 0;
  background: #fff;
}

#header #gnav_goodssearch .block-dynamic-category-tree .header-category-tree-root a,
#header #gnav_goodssearch .block-dynamic-genre-tree .header-genre-tree-root a,
#header #gnav_goodssearch .block-dynamic-maker-tree .header-maker-tree a {
  display: block;
  padding: 4px 8px 4px 0;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  border: 0;
  color: #222;
  background: url(../../img/usr/icon/icon_link_arrow.png) center right no-repeat;
}

#header #gnav_goodssearch .block-dynamic-category-tree .nolink_,
#header #gnav_goodssearch .block-dynamic-genre-tree .nolink_,
#header #gnav_goodssearch .block-dynamic-maker-tree .nolink_ {
  display: block;
  padding: 4px 28px 4px 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  border: 0;
  color: #999;
}

#header #gnav_goodssearch .block-gnav-menu--item-child-1-frame {
  width: 20%;
  height: 100%;
}

#header #gnav_goodssearch .block-gnav-menu--item-child-2-frame {
  width: 20%;
  height: 100%;
}

#header #gnav_goodssearch .block-gnav-menu--item-child-3-frame {
  width: 20%;
  height: 100%;
}

#header #gnav_goodssearch .block-gnav-menu--item-child-1,
#header #gnav_goodssearch .block-gnav-menu--item-child-2,
#header #gnav_goodssearch .block-gnav-menu--item-child-3 {
  display: none;
  height: calc(100% - 41px);
  padding: 24px 20px;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}

#header #gnav_goodssearch .block-gnav-menu--item-child-1 {
  background: #f7f7f7;
}

#header #gnav_goodssearch .block-gnav-menu--item-child-2 {
  background: #eaeaea;
}

#header #gnav_goodssearch .block-gnav-menu--item-child-3 {
  background: #dedede;
}

#header #gnav_goodssearch .header-category-tree-child,
#header #gnav_goodssearch .header-genre-tree-child {
  border-right: unset;
}

#header #gnav_goodssearch .header-category-tree-child,
#header #gnav_goodssearch .header-category-tree-child a,
#header #gnav_goodssearch .header-category-tree-child .nolink_,
#header #gnav_goodssearch .header-genre-tree-child,
#header #gnav_goodssearch .header-genre-tree-child a,
#header #gnav_goodssearch .header-genre-tree-child .nolink_ {
  width: auto;
  height: auto;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #222;
}

#header #gnav_goodssearch .header-category-tree-child a,
#header #gnav_goodssearch .header-genre-tree-child a {
  display: block;
  width: calc(100% - 8px);
  padding: 4px 8px 4px 0;
  background: url(../../img/usr/icon/icon_link_arrow.png) center right no-repeat;
}

#header #gnav_goodssearch .header-category-tree-child .header-category-tree-child-title,
#header #gnav_goodssearch .header-genre-tree-child .header-genre-tree-child-title {
  display: none;
}

#header #gnav_goodssearch .header-category-tree-child-wrap-image,
#header #gnav_goodssearch .header-genre-tree-child-wrap-image {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 15px;
}

#header #gnav_goodssearch .header-category-tree-child-wrap-image figure,
#header #gnav_goodssearch .header-genre-tree-child-wrap-image figure {
  display: block;
  width: 112px;
  margin: 0;
}

#header #gnav_goodssearch .header-category-tree-child-image,
#header #gnav_goodssearch .header-genre-tree-child-image {
  width: 100%;
}

#header #gnav_goodssearch .header-category-tree-child-comment,
#header #gnav_goodssearch .header-genre-tree-child-comment {
  width: calc(100% - 124px);
  color: #222;
  font-size: 14px;
  font-weight: 500;
  word-break: break-all;
}

#header #gnav_goodssearch .header-goods-alert {
  font-size: 16px;
  font-weight: normal;
}

#header #gnav_goodssearch .category-not-exists,
#header #gnav_goodssearch .genre-not-exists,
#header #gnav_goodssearch .maker-not-exists {
  display: none;
}

#header .detail_search_item_ .genre_select_box_ {
  position: relative;
}

#header .detail_search_item_ .genre_select_box_select_area_ {
  position: relative;
  width: 325px;
  padding: 5px 25px 5px 5px;
  border: 1px solid #858585;
  background-color: white;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

#header .detail_search_item_ .genre_select_box_select_area_::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  top: 13px;
  right: 10px;
  width: 0.5em;
  height: 0.5em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

#header .detail_search_item_ .search_genre_ {
  position: absolute;
  border: 1px solid #858585;
  background-color: white;
  color: #000;
  padding: 5px;
  width: 345px;
  max-height: 400px;
  overflow-y: auto;
}

#header .detail_search_item_ .genre_select_box_disp_area_ {
  margin-top: 5px;
  padding: 10px;
  width: 337px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
}

/* --------------------------------------------------------------------
  フッター
--------------------------------------------------------------------- */

#footer {
  width: 100%;
  min-width: 1455px;
  padding: 40px 0 12px;
  background: #000;
}

#footernav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 34px;
}

#footernav li {
  padding: 0 45px;
  border-left: 1px solid #fff;
  font-size: 14px;
  line-height: 1.5;
}

#footernav li:last-of-type {
  border-right: 1px solid #fff;
}

#footernav li a {
  color: #fff;
}

#footernav li a:hover {
  text-decoration: underline;
}

#copyright {
  font-size: 10px;
  text-align: center;
  color: #909090;
}

div.change_mode_ {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-width: 1455px;
  padding: 24px 0;
  background: #222;
}

div.change_mode_ a,
div.change_mode_ span {
  display: block;
  width: 240px;
  padding: 8px 2px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  text-align: center;
  background: #fff;
}

div.change_mode_ a {
  cursor: pointer;
}

div.change_mode_ span {
  background: #707070;
}

/* ----トップページ本文---- */
.top_layout_2_ #top-slider-warp {
  overflow: visible;
  position: relative;
}

.top_layout_1_ #top-slider-warp {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}

#top-slider-warp .top-slider-container {
  overflow: hidden;
}

#slide-banner {
  padding: 28px 0;
  background: #eaeaea;
}

#top-slider-warp .top-slider-container li a::before {
  display: block;
  box-sizing: content-box;
  width: 100%;
  content: "";
}

#top-slider-warp .top-slider-container li img {
  vertical-align: top;
}

#top-slider-warp .top-slider-container li.swiper-slide-lazy img {
  width: 100%;
  height: auto;
  display: block;
}

#top-slider-warp .swiper-button-prev::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-top: solid 1px #7dc788;
  border-right: solid 1px #7dc788;
  transform: rotate(225deg);
  position: absolute;
  right: 2px;
  top: 51%;
  z-index: 2 !important;
}

#top-slider-warp .swiper-button-next::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-top: solid 1px #7dc788;
  border-right: solid 1px #7dc788;
  transform: rotate(45deg);
  position: absolute;
  right: 6px;
  top: 52%;
  z-index: 2 !important;
}

#top-slider-warp .swiper-pagination-bullets {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding-top: 8px;
}

#top-slider-warp span.swiper-pagination-bullet {
  position: relative;
  width: 40px;
  height: 2px;
  margin: 0;
  padding: 4px 2px;
  outline: 0;
  border-radius: 0;
  opacity: 1;
  background: none;
}

#top-slider-warp span.swiper-pagination-bullet::before {
  position: absolute;
  top: 4px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 8px);
  background: #cecece;
  content: "";
}

#top-slider-warp span.swiper-pagination-bullet:hover::before,
#top-slider-warp span.swiper-pagination-bullet-active::before {
  position: absolute;
  top: 4px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 8px);
  background: #707070;
  content: "";
}

#top-slider-warp .swiper-button-prev,
#top-slider-warp .swiper-button-next {
  position: absolute;
  top: 0;
  width: 44px;
  height: calc(100% - 18px);
  margin: 0;
}

#top-slider-warp .swiper-button-prev {
  left: -44px;
  right: auto;
}

#top-slider-warp .swiper-button-prev::before {
  position: absolute;
  top: calc(50% - 12px);
  right: 15px;
  border-top: 2px solid #707070;
  border-left: 2px solid #707070;
  display: block;
  width: 22px;
  height: 22px;
  transform: rotate(-45deg);
  content: "";
}

#top-slider-warp .swiper-button-prev::after {
  display: none;
}

#top-slider-warp .swiper-button-next {
  right: -44px;
  left: auto;
}

#top-slider-warp .swiper-button-next::before {
  position: absolute;
  top: calc(50% - 12px);
  left: 15px;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  display: block;
  width: 22px;
  height: 22px;
  transform: rotate(45deg);
  content: "";
}

#top-slider-warp .swiper-button-next::after {
  display: none;
}

.filter_title_ {
  position: relative;
  margin: 0 0 8px;
  padding: 11px 12px 11px 0;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
  font-weight: bold;
}

.filter_title_::after {
  position: absolute;
  top: calc(50% - 2px);
  right: 2px;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #111;
  border-right: 1.5px solid #111;
  transform: rotate(-45deg);
  transition: all 0.3s;
  box-sizing: border-box;
  content: "";
}

.block-filter--close .filter_title_::after {
  top: calc(50% - 6px);
  transform: rotate(135deg);
}

dd.filter_items_ {
  font-size: 14px;
}

.block-filter--close .filter_items_ {
  display: none;
}

.filter_ {
  margin-bottom: 10px;
}

.filter_type1_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.filter_type1_image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.filter_type1_class {
  position: relative;
  width: calc(50% - 4px);
  margin: 0;
  background: #fff;
}

.filter_type1_class input[type="checkbox"] {
  position: absolute;
  top: 8px;
  left: 5px;
  width: 18px;
  height: 18px;
  border: 1px solid #afafaf;
  border-radius: 4px;
  background: #fff;
}

.filter_type1 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 0 0;
}

.checkbox_label_type1 {
  display: block;
  word-wrap: break-word;
  margin: 25px 8px 0;
  font-size: 14px;
  left: 5px;
}

.filter_type1_container + .checkbox_label_type1 {
  display: block;
  word-wrap: break-word;
  margin: 5px 8px 0;
  font-size: 14px;
}

.filter_type3_container {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.filter_type3_image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.filter_type3_class {
  display: flex;
  flex-wrap: wrap;
}

.filter_type3_item {
  margin-left: 5px;
}

.filter_type4_container {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.filter_type4_image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.filter_type4_class {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.filter_type4_item {
  margin-left: 5px;
  margin-right: 5px;
}

.checkbox_label_type4 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  word-wrap: break-word;
  max-width: 145px;
  margin: 0 10px 0 5px;
  font-size: 14px;
}

.remove_filter {
  color: #444;
  text-decoration: underline;
}

.filter {
  max-height: 500px;
  overflow-y: auto;
  border: 1px solid #dedede;
  padding: 0 7px 0 13px;
}

.filter::-webkit-scrollbar-track {
  border-left: 1px solid #dedede;
}

.checkbox_container {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 8px 0;
}

.checkbox_container .filter_name_ {
  width: 18px;
  height: 18px;
  border: 1px solid #afafaf;
  border-radius: 4px;
  background: #fff;
}

.checkbox_container .checkbox_label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  font-size: 14px;
  font-weight: normal;
}

.filter_items_ input[name="min_price"],
.filter_items_ input[name="max_price"] {
  width: 25%;
  margin: 0 4px;
}

.clear_filter_ {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 9px 0 8px;
  font-size: 14px;
  text-align: right;
  color: #3763ba;
  background: #fff;
  z-index: 1000;
}

.clear_filter_  .filter_clear_link {
  color: #3763ba;
}

/* ----グローバルナビ カート---- */
.gnav_cart_frame_ {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  width: 250px;
  margin: 0;
  padding: 4px 0 0;
  color: #222;
  text-align: left;
  z-index: 9998;
}

.gnav_cart_frame_:has(.split_cart_notice_) {
  width: 653px;
}

#gnav_cart_frame #sidebox_cart {
  padding: 24px 0;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  background: #fff;
}

#gnav_cart_frame #sidebox_cart .gnav_cart_window_ {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
  width: 100%;
}

#gnav_cart_frame #sidebox_cart .gnav_cart_right_ {
  width: 100%;
}

#gnav_cart_frame #sidebox_cart .gnav_cart_left_ {
  width: 360px;
  padding-left: 16px;
}

#gnav_cart_frame #sidebox_cart .gnav_cart_left_ + .gnav_cart_right_ {
  width: calc(100% - 408px);
  padding-right: 16px;
}

#gnav_cart_frame #sidebox_cart .gnav_cart_bottom_ {
  width: 100%;
  padding: 17px 16px 0;
  box-sizing: border-box;
  border-top: 1px solid #dedede;
}

#gnav_cart_frame #sidebox_cart .split_cart_notice_ p {
  font-size: 14px;
}

#gnav_cart_frame #sidebox_cart .split_cart_notice_ p.notice_ {
  margin: 0 0 4px;
  font-size: 12px;
  color: #505050;
}

#gnav_cart_frame #sidebox_cart .cart_scroll_ {
  width: 100%;
  max-height: 344px;
  padding: 8px;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  background: #f7f7f7;
}

#gnav_cart_frame #sidebox_cart .cart_scroll_::-webkit-scrollbar {
  width: 4px;
}

#gnav_cart_frame #sidebox_cart .cart_scroll_::-webkit-scrollbar-track {
  background: #dedede;
  border-radius: 9999px;
}

#gnav_cart_frame #sidebox_cart .cart_scroll_::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 9999px;
}

#gnav_cart_frame #sidebox_cart .cart_detail_ {
  width: calc(100% - 24px);
  padding: 16px 0 12px;
  margin: 0 12px;
  border: 0;
  border-top: 1px solid #dedede;
}

#gnav_cart_frame #sidebox_cart .cart_detail_:first-of-type {
  border-top: 0;
}
