/* _setting */
: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;
}
/* _reset */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
/* _layout */
.wrapper_wrapper_ {
  overflow: clip;
}
div.wrapper_ {
  width: 100%;
}
div.container_ div.contents_ {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
div.container_ div.contents_ div.mainframe_ {
  width: 1000px;
}
div.container_ div.contents_ .leftmenuframe_ {
  width: 250px;
}
div.container_ .rightmenuframe_ {
  display: none;
}
.page_top div.wrapper_ {
  width: 100%;
}
.page_top div.container_ div.contents_ {
  width: 100%;
  display: block;
}
.page_top div.container_ div.contents_ div.mainframe_ {
  width: 100%;
  display: block;
}
.page_top div.container_ div.contents_ div.mainframe_ > :not(.top_mv):not(#block_of_history) {
  width: 1280px;
  margin: 72px auto 0;
}
.page_top div.container_ div.contents_ .leftmenuframe_ {
  display: none;
}
.page_top div.container_ .rightmenuframe_ {
  display: none;
}
.page_search div.wrapper_ {
  width: 100%;
}
.page_search div.container_ div.contents_:not(:has(.leftmenuframe_)) {
  width: 100%;
  display: block;
}
.page_search div.container_ div.contents_:not(:has(.leftmenuframe_)) div.mainframe_ {
  width: 1280px;
  margin: 0 auto;
  display: block;
}
.page_search div.container_ .rightmenuframe_ {
  display: none;
}
.page_goods div.wrapper_ {
  width: 100%;
}
.page_goods div.container_ div.contents_ {
  width: 100%;
  display: block;
}
.page_goods div.container_ div.contents_ div.mainframe_ {
  width: 1280px;
  margin: 0 auto;
  display: block;
}
.page_goods div.container_ div.contents_ .leftmenuframe_ {
  display: none;
}
.page_goods div.container_ .rightmenuframe_ {
  display: none;
}
/* _body */
body {
  margin: 0;
  color: #000;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-word;
}
body.modal_open {
  position: fixed;
  width: 100%;
  height: 100%;
}
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;
}
/* _header */
.fixed_header {
  margin: 0 0 24px;
  -webkit-box-shadow: 0 4px 15px rgba(0,0,0,0.05);
          box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.header-link {
  padding: 5px 16px;
  text-align: center;
  background: #000;
}
.header-link a {
  color: #fff;
}
.header-guide {
  padding: 16px 0;
  background: -webkit-gradient(linear, left top, right top, from(#005baa), to(#0091ff));
  background: linear-gradient(90deg, #005baa 0%, #0091ff 100%);
}
.header-guide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1296px;
  margin: 0 auto;
}
.header-logo {
  line-height: 1;
}
#header .goods_search_box_ {
  position: relative;
  margin: 0 0 0 auto;
}
#header .goods_search_box_ .search_form_ {
  position: relative;
}
#header .goods_search_box_ .search_form_ .header_goods_keyword_ {
  width: 500px;
  height: 48px;
  padding: 0 176px 0 24px;
  border: none;
  border-radius: 8px;
  outline: none;
  background: #fff;
}
#header .goods_search_box_ .search_form_ .header_goods_keyword_::-webkit-input-placeholder {
  color: #b2b2b2;
}
#header .goods_search_box_ .search_form_ .header_goods_keyword_::-moz-placeholder {
  color: #b2b2b2;
}
#header .goods_search_box_ .search_form_ .header_goods_keyword_:-ms-input-placeholder {
  color: #b2b2b2;
}
#header .goods_search_box_ .search_form_ .header_goods_keyword_::-ms-input-placeholder {
  color: #b2b2b2;
}
#header .goods_search_box_ .search_form_ .header_goods_keyword_::placeholder {
  color: #b2b2b2;
}
#header .goods_search_box_ .search_form_ .detail_search_open_close_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  position: absolute;
  top: 50%;
  right: 56px;
  padding: 8px 20px;
  border-radius: 2px;
  font-size: 14px;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  background: #f6f6f6;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#header .goods_search_box_ .search_form_ .detail_search_open_close_::before {
  content: "";
  width: 19px;
  height: 15px;
  background: url("../../img/usr/icon_search_02.png") no-repeat 0 0/100% 100%;
}
#header .goods_search_box_ .detail_search_form_ {
  display: none;
  position: absolute;
  z-index: 999;
  padding: 40px;
  width: 640px;
  height: auto;
  max-height: 75vh;
  background: #e7f1f9;
}
#header .goods_search_box_ .search_form_ .search_button_ {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  border-radius: 0 7px 7px 0;
  outline: none;
  cursor: pointer;
  background: #006fc0 url("../../img/usr/icon_search_01.png") no-repeat 50% 50%/24px 24px;
}
#header .goods_search_box_ .detail_search_close_btn_ {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#header .goods_search_box_ .detail_search_close_btn_::before,
#header .goods_search_box_ .detail_search_close_btn_::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #333;
}
#header .goods_search_box_ .detail_search_close_btn_::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#header .goods_search_box_ .detail_search_close_btn_::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#header .goods_search_box_ .detail_search_item_ {
  max-height: calc(75vh - 260px);
  overflow-y: auto;
}
#header .goods_search_box_ .detail_search_item_ th {
  padding: 0 16px 16px 0;
  white-space: nowrap;
}
#header .goods_search_box_ .detail_search_item_ td {
  padding: 0 0 16px;
}
#header .goods_search_box_ .detail_search_item_ td input,
#header .goods_search_box_ .detail_search_item_ td select {
  padding: 8px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  outline: none;
}
#header .goods_search_box_ .detail_search_btn_ {
  margin: 16px 0 0;
  text-align: center;
}
#header .goods_search_box_ .detail_search_btn_:before {
  content: none !important;
}
#header .goods_search_box_ .detail_search_btn_ input {
  width: 264px;
  height: 48px;
  line-height: 1;
  margin: 0;
  padding: 0 !important;
  border: 1px solid #006fc0;
  border-radius: 4px;
  color: #006fc0;
  font-size: 16px;
  font-weight: 700;
  background: #fff url("../../img/usr/icon_search_03.png") no-repeat center right 16px/20px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-account {
  margin: 0 0 0 40px;
  color: #fff;
  text-align: right;
}
.header-guide-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  margin: 0 0 0 24px;
}
.header-guide-item {
  position: relative;
}
.header-guide-item a {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px 0;
  color: #fff;
  font-size: 12px;
}
.header-guide-item dl.cart_total_ {
  gap: 0 8px;
}
.header-guide-item dl.cart_total_ dt {
  float: none;
  width: auto;
  letter-spacing: inherit;
}
.header-guide-item dl.cart_total_ dd {
  float: none;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1296px;
  margin: 0 auto;
  padding: 16px 0;
}
.header-nav-search-btn {
  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;
  gap: 0 8px;
  padding: 9px 18px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  background: #005baa;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.header-nav-search-btn:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-nav-search-btn:hover {
  opacity: 0.8;
}
.header-nav-search-btn:hover:after {
  -webkit-transform: translateY(2px) rotate(45deg);
          transform: translateY(2px) rotate(45deg);
}
.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 80px;
  margin: 0 0 0 auto;
}
.header-nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  color: #005baa;
  font-size: 16px;
}
.header-nav-search {
  position: absolute;
  top: 152px;
  right: 0;
  left: 0;
  padding: 48px 0;
  background: rgba(178,212,236,0.7);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-nav-search.is-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header-nav-search-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1296px;
  margin: 0 auto;
}
.header-nav-search-inner h2 {
  position: relative;
  height: 38px;
  font-size: 20px;
  font-weight: 500;
}
.header-nav-search-inner h2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #006fc0;
}
.header-nav-search-close {
  position: absolute;
  top: -32px;
  right: 0;
  width: 56px;
  height: 56px;
  line-height: 1;
  padding: 34px 0 0;
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
  text-align: center;
  background: #333;
  cursor: pointer;
}
.header-nav-search-close:before,
.header-nav-search-close:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 2px;
  height: 24px;
  background: #fff;
}
.header-nav-search-close:before {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.header-nav-search-close:after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
#header-nav-search-maker {
  margin: 0 32px 0 0;
}
.block-dynamic-maker-tree {
  width: 196px;
}
.header-maker-tree {
  background: #fff;
}
.header-maker-tree + .header-maker-tree {
  border-top: 1px solid #c9e1f2;
}
.header-maker-tree a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 52px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-maker-tree a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 9px;
  height: 8px;
  background: url("../../img/usr/icon_arrow_02.png") no-repeat 0 0/100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-maker-tree a:hover {
  color: #fff;
  background: #005baa;
  opacity: 1;
}
.header-maker-tree a:hover:after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#header-nav-search-category {
  margin: 0 16px 0 0;
}
#header-nav-search-category h2:after {
  right: auto;
  width: 394px;
}
.block-dynamic-category-tree {
  height: 529px;
  overflow: auto;
  padding: 0 16px 0 0;
}
.header-category-tree-root {
  position: relative;
  width: 394px;
  background: #fff;
}
.header-category-tree-root + .header-category-tree-root {
  border-top: 1px solid #c9e1f2;
}
.header-category-tree-root > a,
.header-category-tree-root > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 52px;
  padding: 0 56px 0 16px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-category-tree-root > a:after,
.header-category-tree-root > span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 9px;
  height: 8px;
  background: url("../../img/usr/icon_arrow_02.png") no-repeat 0 0/100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-category-tree-root > a:hover,
.header-category-tree-root > span:hover {
  color: #fff;
  background: #005baa;
  opacity: 1;
}
.header-category-tree-root > a:hover:after,
.header-category-tree-root > span:hover:after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.header-category-tree-root > span {
  cursor: pointer;
}
.header-category-tree-root > span:after {
  content: "＋";
  right: 14px;
  width: auto;
  height: auto;
  color: #005baa;
  font-size: 14px;
  font-weight: 700;
  background: none;
}
.header-category-tree-root > span:hover:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.header-category-tree-root > span.is-open:after {
  content: "－";
  -webkit-transition: none;
  transition: none;
}
.header-category-tree-children {
  display: none;
  padding: 0 0 8px;
}
.header-category-tree-child > a {
  display: block;
  position: relative;
  padding: 6px 40px 6px 24px;
}
.header-category-tree-child > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 9px;
  height: 8px;
  background: url("../../img/usr/icon_arrow_02.png") no-repeat 0 0/100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#header-nav-search-subcategory {
  height: 529px;
  overflow: auto;
  margin: 38px 0 0;
  padding: 0 16px 0 0;
}
#header-nav-search-subcategory > .header-category-tree-subchildren {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
#header-nav-search-subcategory > .header-category-tree-subchildren > .header-category-tree-child {
  width: 300px;
  background: #fff;
}
#header-nav-search-subcategory > .header-category-tree-subchildren > .header-category-tree-child > a {
  padding: 16px 40px 16px 16px;
  font-size: 16px;
  font-weight: 500;
}
#header-nav-search-subcategory > .header-category-tree-subchildren > .header-category-tree-child .header-category-tree-subchildren {
  padding: 0 0 16px;
}
#header-nav-search-subcategory > .header-category-tree-subchildren > .header-category-tree-child .header-category-tree-subchildren .header-category-tree-child a {
  position: relative;
  padding: 6px 40px 6px 32px;
}
#header-nav-search-subcategory > .header-category-tree-subchildren > .header-category-tree-child .header-category-tree-subchildren .header-category-tree-child a:before {
  content: "・";
  position: absolute;
  top: 6px;
  left: 16px;
}
/* _footer */
div.change_mode_ {
  display: none;
}
#footer {
  padding: 48px 0 24px;
}
#footernav li a[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  vertical-align: top;
  margin: 3px 0 0 8px;
  background: url("../../img/usr/icon_external_01.png") no-repeat 0 0/100% 100%;
}
#copyright {
  color: #fff;
  font-size: 15px;
  font-family: "Jost", sans-serif;
}
.top-kv {
  margin: 0 0 80px;
}
.top-kv .swiper-slide {
  width: 976px;
}
.top-kv .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 8px;
  position: static;
  line-height: 1;
  margin: 16px 0 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
          transform: none;
}
.top-kv .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0;
  background: #006fc0;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-kv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.top_layout_1_ div.wrapper_ {
  padding: 0;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ {
  max-width: 1296px;
  margin: 0 auto 80px;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_head_ {
  padding: 0;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_head_ h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
  color: #888;
  font-size: 14px;
  font-weight: 400;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_head_ h2::before {
  content: "NEWS";
  position: static;
  width: auto;
  height: auto;
  color: #006fc0;
  font-size: 48px;
  font-family: "Jost", sans-serif;
  background: none;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ {
  max-width: 976px;
  margin: 0 auto;
  padding: 0;
  background: none;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ {
  margin: 0 0 32px;
  padding: 0;
  border-top: 1px solid #d8d8d8;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ li {
  padding: 24px 16px;
  border-bottom: 1px solid #d8d8d8;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ li dl {
  gap: 0 24px;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ li dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto !important;
  color: #b2b2b2;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ li dl dt a {
  color: inherit;
  font-size: 14px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.15em;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ li dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ li dl dd a {
  font-size: 14px;
  color: inherit;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topicline_detaillist_ {
  padding: 0;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topicline_detaillist_ a {
  position: relative;
  width: 280px;
  padding: 17px;
  border-color: inherit;
  border-radius: 0;
  color: inherit;
  font-size: 14px;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topicline_detaillist_ a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 14px;
  height: 12px;
  background: url("../../img/usr/icon_arrow_01.png") no-repeat 0 0/100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ > .maker_ {
  margin: 0 0 80px;
  padding: 80px 0;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ > .maker_ .maker_title_ {
  max-width: 1296px;
  margin: 0 auto 40px;
  padding: 0;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ > .maker_ .maker_title_ a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
  color: #888;
  font-size: 14px;
  font-weight: 400;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ > .maker_ .maker_title_ a:before {
  content: "MANUFACTURER";
  position: static;
  width: auto;
  height: auto;
  color: #006fc0;
  font-size: 48px;
  font-family: "Jost", sans-serif;
  background: none;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ > .maker_ .top_maker_list_ {
  max-width: 1296px;
  margin: 0 auto 40px;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ > .maker_ .top_maker_group_ {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ > .maker_ .top_maker_group_ .top_maker_item_ {
  width: auto;
  height: 80px;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ > .maker_ .maker_footer_ {
  display: block;
  margin: 0;
  text-align: center;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ > .maker_ .maker_footer_ a {
  display: block;
  position: relative;
  width: 280px;
  margin: 0 auto;
  padding: 17px;
  border: 1px solid #000;
  border-radius: 0;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ > .maker_ .maker_footer_ a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 14px;
  height: 12px;
  background: url("../../img/usr/icon_arrow_01.png") no-repeat 0 0/100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .category_list_title_ {
  max-width: 1296px;
  margin: 0 auto 40px;
  padding: 0;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .category_list_title_ h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
  color: #888;
  font-size: 14px;
  font-weight: 400;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .category_list_title_ h2::before {
  content: "CATEGORY";
  position: static;
  width: auto;
  height: auto;
  color: #006fc0;
  font-size: 48px;
  font-family: "Jost", sans-serif;
  background: none;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .CategoryStyleP_ {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  max-width: 1296px;
  margin: 0 auto 80px;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .CategoryStyleP_ .CategoryStyleP_Item_ {
  width: auto;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .CategoryStyleP_ .CategoryStyleP_Item_ .category_link_ {
  padding: 0;
  border-radius: 0;
  color: inherit;
  background: none;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .CategoryStyleP_ .CategoryStyleP_Item_ .img_ {
  margin: 0 0 16px;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .CategoryStyleP_ .CategoryStyleP_Item_ .name_ {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .CategoryStyleP_ .CategoryStyleP_Item_ .comment_ {
  font-size: 14px;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_cart_dest_ {
  max-width: 976px;
  margin: 0 auto;
  padding: 40px 40px 24px;
  background: #f3f8fc;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_cart_dest_ h2 {
  margin: 0 0 16px;
  padding: 0 0 0 8px;
  border: none;
  border-left: 4px solid #006fc0;
  color: inherit;
  font-size: 24px;
  font-weight: 500;
  background: none;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_cart_dest_ .cart_dest_ {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 24px;
  background: #fff;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_cart_dest_ .cart_dest_btn_ {
  width: auto;
  margin: 0;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_cart_dest_ .cart_dest_btn_ .move_button_mini_ {
  display: block;
  line-height: inherit;
  width: 280px;
  padding: 17px;
  border: 1px solid #000;
  border-radius: 0;
  color: inherit;
  font-size: 14px;
  background: #fff url("../../img/usr/icon_arrow_01.png") no-repeat center right 16px/14px 12px;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_cart_dest_ .cart_dest_address_ {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_cart_dest_ .dest_nickname_ {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 500;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_cart_dest_ .address_ {
  font-size: 16px;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_contact_ {
  max-width: 976px;
  margin: 0 auto 80px;
  padding: 0 40px 40px;
  background: #f3f8fc;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_contact_ h2 {
  margin: 0 0 16px;
  padding: 0 0 0 8px;
  border: none;
  border-left: 4px solid #006fc0;
  color: inherit;
  font-size: 24px;
  font-weight: 500;
  background: none;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_contact_ .top_contact_list_ {
  padding: 24px;
  background: #fff;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_contact_ .top_contact_list_ .syoryaku_ {
  display: none;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_contact_ .top_contact_list_ ul li {
  position: relative;
  padding: 24px 16px 24px 176px;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_contact_ .top_contact_list_ ul li + li {
  border-top: 1px solid #d8d8d8;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_contact_ .top_contact_list_ ul li .date_ {
  position: absolute;
  top: 24px;
  left: 16px;
  color: #b2b2b2;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.15em;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_contact_ .top_contact_list_ ul li .subject_ {
  display: inline-block;
  margin-right: 16px;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_contact_ .top_contact_list_ ul li .subject_ a {
  color: #005baa;
  font-weight: 400;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_contact_ .top_contact_list_ ul li .id_ {
  display: inline-block;
  margin-right: 16px;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_contact_ .top_contact_list_ .top_contact_list_footer_ {
  gap: 0 16px;
  margin: 24px 0 0;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_contact_ .top_contact_list_ .top_contact_list_footer_ a {
  display: block;
  position: relative;
  width: 280px;
  padding: 17px;
  border: 1px solid #000;
  border-radius: 0;
  color: inherit;
  font-size: 14px;
  background: #fff;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #block_of_contact_ .top_contact_list_ .top_contact_list_footer_ a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 14px;
  height: 12px;
  background: url("../../img/usr/icon_arrow_01.png") no-repeat 0 0/100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .event_ {
  max-width: 1296px;
  margin: 0 auto 80px;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .event_title_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
  margin: 0 0 40px;
  padding: 0;
  color: #888;
  font-size: 14px;
  font-weight: 400;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .event_title_::before {
  content: "NEW PRODUCTS";
  position: static;
  width: auto;
  height: auto;
  color: #006fc0;
  font-size: 48px;
  font-family: "Jost", sans-serif;
  background: none;
}
.goods_ {
  margin: 0 0 80px;
}
.StyleD_Frame_ .StyleD_Item_ {
  -ms-grid-columns: 220px 1fr 280px;
  grid-template-columns: 220px 1fr 280px;
  gap: 0 40px;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
.StyleD_Frame_ .StyleD_Item_ + .StyleD_Item_ {
  margin: 24px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #d8d8d8;
}
.StyleD_Frame_ .StyleD_Item_ .img_ {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 220px;
  height: auto;
  padding: 0;
}
.StyleD_Frame_ .StyleD_Item_ .summary_ {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  margin: 0 0 16px;
}
.StyleD_Frame_ .StyleD_Item_ .summary_ .name_ {
  margin: 0 0 8px;
}
.StyleD_Frame_ .StyleD_Item_ .summary_ .name_ .name1_ {
  font-size: 20px;
  font-weight: 500;
}
.StyleD_Frame_ .StyleD_Item_ .summary_ .name_ .name1_ a {
  color: inherit;
}
.StyleD_Frame_ .StyleD_Item_ .summary_ .maker_ {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
}
.StyleD_Frame_ .StyleD_Item_ .summary_ .comment_ {
  font-size: inherit;
}
.StyleD_Frame_ .StyleD_Item_ .detail_ {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
  margin: 0 0 16px;
  color: #b2b2b2;
  font-size: 14px;
}
.StyleD_Frame_ .StyleD_Item_ .detail_ .tax_class_name_ {
  font-size: inherit;
}
.StyleD_Frame_ .StyleD_Item_ .order_form_ {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  padding: 0 0 80px;
}
.StyleD_Frame_ .StyleD_Item_ .order_form_ .pricebox_ {
  margin: 0 0 8px;
}
.StyleD_Frame_ .StyleD_Item_ .order_form_ .pricebox_ .price_ {
  color: inherit;
  font-size: 30px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}
.StyleD_Frame_ .StyleD_Item_ .order_form_ .pricebox_ .price_ small {
  font-size: 22px;
}
.StyleD_Frame_ .StyleD_Item_ .order_form_ .pricebox_ .small_ {
  font-size: 14px;
  font-weight: 500;
}
.StyleD_Frame_ .StyleD_Item_ .order_form_ .qty_ {
  margin: 0;
}
.StyleD_Frame_ .StyleD_Item_ .order_form_ .qty_ .order_qty_ {
  border: 1px solid #d8d8d8;
  border-radius: 40px;
  color: #b2b2b2;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-align: center;
}
.StyleD_Frame_ .StyleD_Item_ .cart_ {
  position: absolute;
  right: 0;
  bottom: 0;
}
.StyleD_Frame_ .StyleD_Item_ .cart_ .btn_cart_.cart_s_button_ {
  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;
  gap: 0 8px;
  width: 280px;
  height: 56px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  background: #005baa;
}
.StyleD_Frame_ .StyleD_Item_ .cart_ .btn_cart_.cart_s_button_:before {
  position: static;
  width: 23px;
  height: 22px;
  background: url("../../img/usr/icon_cart_01.png") no-repeat 0 0/100% 100%;
}
.StyleD_Frame_ .StyleD_Item_ .comment1_ {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  padding: 0;
}
.StyleD_Frame_ .StyleD_Item_ .comment1_ .read_more {
  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;
  top: auto;
  bottom: 0;
  width: 172px;
  height: 32px;
  margin: 0 auto;
  border: 1px solid #d8d8d8;
  border-radius: 24px;
  color: inherit;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}
.StyleD_Frame_ .StyleD_Item_ .comment1_ .read_more:after {
  content: "＋";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: auto;
  height: auto;
  line-height: 1;
  margin: 0;
  border: none;
  color: #b2b2b2;
  font-size: 14px;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.StyleD_Frame_ .StyleD_Item_ .comment1_ .read_more.expanded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: auto;
  margin: 16px auto 0;
}
.StyleD_Frame_ .StyleD_Item_ .comment1_ .read_more.expanded:after {
  content: "－";
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.goods_style_l_ .StyleL_Frame_ {
  font-size: inherit;
}
.goods_style_l_ .StyleL_Frame_ th {
  width: auto !important;
  padding: 13px 16px;
  border-top: none;
  border-bottom: none;
  border-color: #fff;
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  background: #f6f6f6;
}
.goods_style_l_ .StyleL_Frame_ th:first-child {
  border-left: none;
}
.goods_style_l_ .StyleL_Frame_ th:last-child {
  border-right: none;
}
.goods_style_l_ .StyleL_Frame_ th.name_ {
  width: 160px !important;
}
.goods_style_l_ .StyleL_Frame_ th.other_ {
  width: 444px !important;
}
.goods_style_l_ .StyleL_Frame_ th.other_ .container_ .stock_ {
  width: 80px;
  padding: 13px 16px;
}
.goods_style_l_ .StyleL_Frame_ th.other_ .container_ .qty_ {
  width: 112px;
  padding: 13px 16px;
  border-color: #fff;
}
.goods_style_l_ .StyleL_Frame_ th.other_ .container_ .cart_ {
  width: 252px;
  padding: 13px 16px;
  border-color: #fff;
}
.goods_style_l_ .StyleL_Frame_ td {
  width: auto !important;
  padding: 16px;
  border: none;
  border-bottom: 1px solid #d8d8d8;
  color: inherit;
  font-size: inherit;
}
.goods_style_l_ .StyleL_Frame_ td.g_price_ {
  text-align: center;
}
.goods_style_l_ .StyleL_Frame_ td.g_price_ .price_ {
  color: inherit;
  font-size: 22px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
.goods_style_l_ .StyleL_Frame_ td.g_price_ .price_ small {
  font-size: 14px;
}
.goods_style_l_ .StyleL_Frame_ td.g_price_ .price_ .small_ {
  font-size: 14px;
  font-weight: 500;
}
.goods_style_l_ .StyleL_Frame_ td.comment_ .small_ {
  font-size: inherit;
}
.goods_style_l_ .StyleL_Frame_ td.other_ {
  width: 444px !important;
}
.goods_style_l_ .StyleL_Frame_ td.other_ .container_ .stock_ {
  width: 80px;
  padding: 16px;
  font-family: "Jost", sans-serif;
}
.goods_style_l_ .StyleL_Frame_ td.other_ .container_ .qty_ {
  width: 112px;
  padding: 16px;
  border: none;
}
.goods_style_l_ .StyleL_Frame_ td.other_ .container_ .qty_ input[type="text"] {
  width: 64px;
  height: 40px;
  margin: 0;
  border: 1px solid #d8d8d8;
  border-radius: 40px;
  color: #b2b2b2;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-align: center;
}
.goods_style_l_ .StyleL_Frame_ td.other_ .container_ .cart_ {
  width: 252px;
  padding: 16px;
  border: none;
}
.goods_style_l_ .StyleL_Frame_ td.other_ .container_ .btn_cart_.cart_s_button_ {
  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;
  gap: 0 8px;
  width: 220px;
  height: 40px;
  border-radius: 2px;
  background: #005baa;
}
.goods_style_l_ .StyleL_Frame_ td.other_ .container_ .btn_cart_.cart_s_button_:before {
  position: static;
  width: 22px;
  height: 20px;
  background: url("../../img/usr/icon_cart_01.png") no-repeat 0 0/100% 100%;
}
table.StyleB_Frame_ {
  margin: 0 0 24px;
  font-size: inherit;
}
table.StyleB_Frame_ th {
  width: auto !important;
  padding: 13px 16px;
  border-top: none;
  border-bottom: none;
  border-color: #fff;
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  background: #f6f6f6;
}
table.StyleB_Frame_ th:first-child {
  border-left: none;
}
table.StyleB_Frame_ th:last-child {
  border-right: none;
}
table.StyleB_Frame_ th.name_ {
  width: 400px !important;
}
table.StyleB_Frame_ th.stock_ {
  width: 80px !important;
}
table.StyleB_Frame_ th.qty_ {
  width: 120px !important;
}
table.StyleB_Frame_ td {
  width: auto !important;
  padding: 16px;
  border: none;
  border-bottom: 1px solid #d8d8d8;
  color: inherit;
  font-size: inherit;
}
table.StyleB_Frame_ td.g_price_ {
  text-align: center;
}
table.StyleB_Frame_ td.g_price_ .price_ {
  color: inherit;
  font-size: 22px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
table.StyleB_Frame_ td.g_price_ .price_ small {
  font-size: 14px;
}
table.StyleB_Frame_ td.g_price_ .price_ .small_ {
  font-size: 14px;
  font-weight: 500;
}
table.StyleB_Frame_ td.comment_ .small_ {
  font-size: inherit;
}
table.StyleB_Frame_ td.stock_ {
  font-family: "Jost", sans-serif;
}
table.StyleB_Frame_ td.qty_ input[type="text"] {
  width: 64px;
  height: 40px;
  margin: 0;
  border: 1px solid #d8d8d8;
  border-radius: 40px;
  color: #b2b2b2;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-align: center;
}
.StyleB_Cart_ .btn_cart_.cart_s_button_ {
  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;
  gap: 0 8px;
  width: 280px;
  height: 56px;
  margin: 0 0 0 auto;
  border-radius: 2px;
  background: #005baa;
}
.StyleB_Cart_ .btn_cart_.cart_s_button_:before {
  position: static;
  width: 22px;
  height: 20px;
  background: url("../../img/usr/icon_cart_01.png") no-repeat 0 0/100% 100%;
}
/* ========================================
   購入履歴テーブル 列幅修正
   ======================================== */
/* 注文モード: テーブル幅 = 185+330+400+145+400 = 1460px */
table.history_:has(th.purchase_order_) { width: 1460px !important; }
table.history_:has(th.purchase_order_) th.order_id_ { width: 185px !important; }
table.history_:has(th.purchase_order_) th.sales_detail_ { width: 400px !important; }
table.history_:has(th.purchase_order_) th.sales_process_ { width: 400px !important; }
table.history_ th.purchase_order_ { width: 330px !important; }
table.history_ th.total_ { width: 145px !important; }
/* 明細モード: 列幅合計1250px + 余剰はorder_again列へ */
table.history_:has(th.price_) th.order_id_ { width: 200px !important; }
table.history_:has(th.price_) th.sales_detail_ { width: 300px !important; }
table.history_:has(th.price_) th.sales_process_ { width: 390px !important; }
table.history_ th.price_,
table.history_ th.qty_,
table.history_ th.amt_ { width: 120px !important; }
/* 処理状態画像の横幅 */
div.customer_ table.history_ td.status_ img { width: 340px !important; }
/* ========================================
   min-width 修正（1755px → 1260px）
   ノートPC表示時の左寄り対策
   ======================================== */
.fixed_header { min-width: 1260px !important; }
.top_layout_1_ div.container_ div.contents_,
.top_layout_1_ div.container_ div.contents_ div.mainframe_ { min-width: 1260px !important; }
#footer { min-width: 1260px !important; }
