/* _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 */
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: #404040;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 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 */
.head_meg {
  width: 100%;
  height: auto;
  background: #003089;
}
.head_meg_inr {
  width: 1280px;
  min-height: 38px;
  margin: 0 auto;
  padding: 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head_meg_txt {
  font-size: 14px;
  color: #fff;
}
.head_meg_txt .usr_name {
  display: inline-block;
  margin-left: 1em;
}
#header {
  width: 100%;
  margin: 0;
}
.header_top {
  width: 1280px;
  height: 73px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_logo {
  max-width: 250px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header_logo img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.header_search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_top_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.header_menu {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
}
.header_menu_item {
  height: 100%;
  padding: 0 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header_bottom {
  width: 100%;
  height: 56px;
  background: #f0f0f0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}
.header_bottom_iner {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_links {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header_link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 0 15px;
  border-left: 1px solid #e0e0e0;
}
.header_link:last-of-type {
  border-right: 1px solid #e0e0e0;
}
.header_menu_item_icon {
  width: 20px;
  height: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_menu_item_icon img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.header_menu_item_name {
  font-size: 12px;
  font-weight: 600;
}
.cart_count {
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #d78400;
  color: #fff;
  font-size: 10px;
  font-family: 'Roboto', sans-serif;
  line-height: 19px;
  text-align: center;
  font-weight: 500;
  position: absolute;
  top: -9px;
  right: -9px;
}
.header_btn {
  width: 250px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  color: #1a1919;
  background: transparent;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_btn:before {
  content: '';
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/design/img/icon/icon_grid__black.png");
}
.header_btn:hover,
.header_btn.is_active {
  color: #fff;
  background: #003089;
}
.header_btn:hover:before,
.header_btn.is_active:before {
  background-image: url("/design/img/icon/icon_grid__white.png");
}
.header_btn_name {
  font-size: 12px;
  font-weight: 600;
}
.header_serach {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.header_serach select,
.header_serach input.keyword_,
.header_serach button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  color: #000;
}
.header_serach select::-webkit-input-placeholder, .header_serach input.keyword_::-webkit-input-placeholder, .header_serach button::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
}
.header_serach select::-moz-placeholder, .header_serach input.keyword_::-moz-placeholder, .header_serach button::-moz-placeholder {
  font-size: 14px;
  color: #000;
}
.header_serach select:-ms-input-placeholder, .header_serach input.keyword_:-ms-input-placeholder, .header_serach button:-ms-input-placeholder {
  font-size: 14px;
  color: #000;
}
.header_serach select::-ms-input-placeholder, .header_serach input.keyword_::-ms-input-placeholder, .header_serach button::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
}
.header_serach select::placeholder,
.header_serach input.keyword_::placeholder,
.header_serach button::placeholder {
  font-size: 14px;
  color: #000;
}
.header_serach select {
  max-width: 270px;
  min-width: 137px;
  height: 100%;
  border-radius: 4px 0 0 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f0f0f0 url("/design/img/icon/icon_delta__black.png") no-repeat calc(100% - 10px) center;
  background-size: 9px;
}
.header_serach .measure-select {
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
}
.header_serach input.keyword_ {
  width: 358px;
}
.header_search_form {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.header_search_form_select {
  height: 100%;
}
.header_search_form_btn {
  height: 100%;
}
.header_search_form_btn button {
  width: 40px;
  height: 100%;
  padding: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #003089;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header_search_form_btn button:hover {
  opacity: 0.7;
}
a.header_serach_link {
  width: 96px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: #003089;
  border-radius: 4px;
}
a.header_serach_link:link,
a.header_serach_link:visited {
  color: #fff;
}
/* _top_mv_pc */
.top_mv {
  width: 100%;
  margin-top: 60px;
  aspect-ratio: 1400/224;
  min-height: calc((224 / 1400) * 100vw);
}
.top_mv .splide__pagination {
  bottom: -30px;
}
.top_mv .splide__arrow--prev,
.top_mv .splide__arrow--next {
  width: 40px;
  height: 40px;
  background: #003089;
  opacity: 1;
}
.top_mv .splide__arrow--prev svg,
.top_mv .splide__arrow--next svg {
  fill: #fff;
}
.top_mv .splide__arrow--prev {
  left: 17%;
}
.top_mv .splide__arrow--next {
  right: 17%;
}
.top_mv .splide__pagination__page {
  width: 6px;
  height: 6px;
  background: #e0e0e0;
  opacity: 1;
}
.top_mv .splide__pagination__page.is-active {
  background: #003089;
  -webkit-transform: none;
          transform: none;
}
/* _navitopicpath */
.navitopicpath_ {
  width: 1280px;
  margin: 0 auto;
  padding: 20px 0 48px;
}
.navitopicpath_ ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.navitopicpath_ li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.navitopicpath_ li:not(:first-child):before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1.5px solid #1a1919;
  border-top: 1.5px solid #1a1919;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navitopicpath_ span {
  font-size: 12px;
  color: #999;
}
.navitopicpath_ span.current_category_ {
  color: #1a1919;
}
/* _parts */
h1.common_headline1_ {
  width: 100%;
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  border-left: 4px solid #003089;
}
/* _top_free01 */
.top_free01_head {
  padding: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.top_free01_head h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
.top_free01_head h2:after {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #003089;
}
.top_free01_head h2 a {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.top_free01_head h2 a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.top_free01_head h2 a:link,
.top_free01_head h2 a:visited {
  color: #000;
}
.top_bunner_list {
  width: 100%;
  margin-top: 50px;
}
.top_bunner_list.grid4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.top_bunner_list.grid5 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.top_bunner_list_item {
  width: 100%;
}
.top_bunner_ttl {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
}
.top_bunner_txt {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
}
.top_bunner_txt_bold {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
}
.top_article_list {
  width: 100%;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 48px;
}
.top_article_list_item {
  width: 616px;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
}
.top_article_list_item:nth-last-of-type(-n+2) {
  border-bottom: 1px solid #e0e0e0;
}
.top_article_list_inr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 110px 1fr;
  grid-template-columns: 110px 1fr;
  gap: 16px;
}
.top_article_img {
  width: 110px;
  height: 110px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_article_img img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.top_article_misc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.top_article_date {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #666;
}
.top_article_ttl {
  font-size: 14px;
  font-weight: 600;
}
.top_article_txt {
  font-size: 12px;
  font-weight: 300;
}
.top_bunner_ttl,
.top_article_ttl,
.top_article_txt,
.top_bunner_txt,
.top_bunner_txt_bold {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
/* _sidebox */
div.sidebox_ h2 {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 12px;
  font-size: 16px;
  background: #003089;
}
/* _leftmenuframe__search */
#sidebox_search h2 {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.leftsearch:not(:first-child) {
  border-top: 1px solid #c7c7c7;
}
.leftsearch:last-child {
  border-bottom: 1px solid #c7c7c7;
}
.leftsearch_title {
  width: 100%;
  min-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5em 12px;
  font-size: 14px;
  font-weight: 600;
  color: #1a1919;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
  cursor: pointer;
}
.leftsearch_title:hover {
  opacity: 0.7;
}
.leftsearch_title::before,
.leftsearch_title::after {
  content: "";
  display: block;
  width: 15%;
  height: 55px;
  position: absolute;
  right: 13px;
  top: 50%;
  width: 12px;
  height: 2px;
  background-color: #003089;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.leftsearch_title::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.leftsearch_title.is_active::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.leftsearch_data_title {
  width: 100%;
  min-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5em 12px 0.5em 20px;
  font-size: 14px;
  font-weight: 600;
  color: #1a1919;
  outline: none;
  border: none;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.leftsearch_data_title:hover {
  opacity: 0.7;
}
.leftsearch_data_title::after {
  content: '';
  width: 6px;
  height: 10px;
  margin: 0 3px 0 0;
  border: none;
  border-color: unset;
  background-image: url("/design/img/icon/icon_arrow_right__small.png");
  position: static;
}
.leftsearch_data {
  border-top: 1px solid #e0e0e0;
}
.leftsearch_data_inner {
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 16px;
  padding: 20px 20px 30px 20px;
  font-size: 14px;
  font-weight: 600;
}
.leftsearch_data_inputs {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}
.leftsearch_data_inputs .leftsearch_input_wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.leftsearch_data_inputs input[type='text'] {
  display: none;
  width: 100%;
  max-width: 100%;
}
.leftsearch_data_inputs input[type='text'].is_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.leftsearch_data_inputs input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 0;
}
.leftsearch_data_inputs input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #003089;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.leftsearch_data_inputs label {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.leftsearch_data_inputs input[type=text],
.leftsearch_data_inputs select {
  height: 48px;
  min-width: 200px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #000;
  font-weight: 400;
}
.leftsearch_data_inputs input[type=text]:placeholder,
.leftsearch_data_inputs select:placeholder {
  font-size: 14px;
  color: #000;
}
.leftsearch_data_inputs select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url("/design/img/icon/icon_arrow_down__small.png");
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 12px center;
}
.leftsearch_data_inputs input[name=keyword],
.leftsearch_data_inputs input[name=name] {
  width: 100%;
  max-width: 100%;
}
.leftsearch_data_inputs input[type='text'] {
  display: none;
  width: 100%;
  max-width: 100%;
}
.leftsearch_data_inputs input[type='text'].is_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.leftsearch_btns {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.leftsearch_btn {
  width: 100%;
  height: 50px;
}
.leftsearch_btn button,
.leftsearch_btn input {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.leftsearch_btn button:hover,
.leftsearch_btn input:hover {
  opacity: 0.7;
}
.leftsearch_category_display_container {
  width: 100%;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.leftsearch_category_display_container:not(:has(.leftsearch_category_display_wrap)) {
  padding-bottom: 0;
}
.leftsearch .search_maker_display_container {
  width: 100%;
  padding-bottom: 20px;
}
.leftsearch .search_maker_display_container:not(:has(.search_maker_display_wrap)) {
  padding-bottom: 0;
}
.leftsearch_category_display_wrap,
.leftsearch .search_maker_display_wrap {
  width: 210px;
  min-height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f0f0f0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.leftsearch_category_display_wrap:hover,
.leftsearch .search_maker_display_wrap:hover {
  opacity: 0.7;
}
.leftsearch_category_display,
.leftsearch .search_maker_display {
  width: 100%;
  padding: 0 1em;
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 5px;
  border: none;
  border-radius: 0;
  background: transparent;
}
.leftsearch_category_display_text,
.leftsearch .search_maker_display_text {
  width: calc(100% - 38px);
  padding: 0.25em 0 0.25em 1em;
}
.leftsearch_category_clear,
.leftsearch .search_maker_clear {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.leftsearch_category_clear:after,
.leftsearch .search_maker_clear:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("/design/img/icon/icon_cross__blue.png");
  background-repeat: no-repeat;
  background-size: cover;
}
/* _leftmenuframe__category_tree */
#sidebox_search {
  margin-bottom: 60px;
}
.category_tree_ {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: unset;
  border: none;
}
.category_tree_ > li {
  margin: 0;
  border-bottom: 1px solid #c7c7c7;
}
.category_tree_ > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: none;
  color: #000;
}
.category_tree_ > li.category_tree1_,
.category_tree_ > li.category_tree1_open_,
.category_tree_ > li.category_tree2_,
.category_tree_ > li.category_tree2_open_ {
  height: 55px;
}
.category_tree_ > li.category_tree1_ a,
.category_tree_ > li.category_tree1_open_ a,
.category_tree_ > li.category_tree2_ a,
.category_tree_ > li.category_tree2_open_ a {
  font-size: 14px;
  font-weight: 700;
}
.category_tree_ > li.category_tree1_ span.accordion_,
.category_tree_ > li.category_tree1_open_ span.accordion_,
.category_tree_ > li.category_tree2_ span.accordion_,
.category_tree_ > li.category_tree2_open_ span.accordion_ {
  height: 55px;
}
.category_tree_ > li.category_tree1_ a,
.category_tree_ > li.category_tree1_open_ a {
  padding: 12px;
}
.category_tree_ > li.category_tree2_,
.category_tree_ > li.category_tree2_open_ {
  background: #f0f0f0;
}
.category_tree_ > li.category_tree2_ a,
.category_tree_ > li.category_tree2_open_ a {
  padding: 12px 12px 12px 20px;
}
.category_tree_ > li.category_tree3_,
.category_tree_ > li.category_tree3_open_,
.category_tree_ > li.category_tree4_,
.category_tree_ > li.category_tree4_open_ {
  height: 45px;
}
.category_tree_ > li.category_tree3_ a,
.category_tree_ > li.category_tree3_open_ a,
.category_tree_ > li.category_tree4_ a,
.category_tree_ > li.category_tree4_open_ a {
  height: 45px;
  font-size: 12px;
}
.category_tree_ > li.category_tree3_ span.accordion_,
.category_tree_ > li.category_tree3_open_ span.accordion_,
.category_tree_ > li.category_tree4_ span.accordion_,
.category_tree_ > li.category_tree4_open_ span.accordion_ {
  height: 45px;
}
.category_tree_ > li.category_tree3_,
.category_tree_ > li.category_tree3_open_ {
  background: #e0e0e0;
}
.category_tree_ > li.category_tree3_ a,
.category_tree_ > li.category_tree3_open_ a {
  padding: 12px 12px 12px 28px;
  font-weight: 700;
}
.category_tree_ > li.category_tree4_,
.category_tree_ > li.category_tree4_open_ {
  background: #d1d1d1;
}
.category_tree_ > li.category_tree4_ a,
.category_tree_ > li.category_tree4_open_ a {
  padding: 12px 12px 12px 34px;
}
.category_tree_ > li.category_tree1_ a:hover,
.category_tree_ > li.category_tree1_open_ a:hover,
.category_tree_ > li.category_tree2_ a:hover,
.category_tree_ > li.category_tree2_open_ a:hover,
.category_tree_ > li.category_tree3_ a:hover,
.category_tree_ > li.category_tree3_open_ a:hover,
.category_tree_ > li.category_tree4_ a:hover,
.category_tree_ > li.category_tree4_open_ a:hover {
  background-color: unset;
}
.category_tree_ > li.category_tree1_ a.arrow::after,
.category_tree_ > li.category_tree1_open_ a.arrow::after,
.category_tree_ > li.category_tree2_ a.arrow::after,
.category_tree_ > li.category_tree2_open_ a.arrow::after,
.category_tree_ > li.category_tree3_ a.arrow::after,
.category_tree_ > li.category_tree3_open_ a.arrow::after,
.category_tree_ > li.category_tree4_ a.arrow::after,
.category_tree_ > li.category_tree4_open_ a.arrow::after {
  content: '';
  width: 6px;
  height: 10px;
  margin: 0 3px 0 0;
  border: none;
  border-color: unset;
  background-image: url("/design/img/icon/icon_arrow_right__small.png");
  position: static;
}
span.accordion_ {
  position: relative;
  display: block;
  width: 15%;
  height: 55px;
  cursor: pointer;
}
span.accordion_::before,
span.accordion_::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  width: 12px;
  height: 2px;
  background-color: #003089;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
span.accordion_::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
span.accordion_.active::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
/* _leftmenuframe__modal */
.leftsearch_modal {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.leftsearch_modal.modal_open {
  opacity: 1;
  visibility: visible;
}
.leftsearch_modal_container {
  width: 90%;
  height: 90%;
  background: #fff;
  z-index: 100;
}
.leftsearch_modal {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.leftsearch_modal.modal_open {
  opacity: 1;
  visibility: visible;
}
.leftsearch_modal_container {
  width: 90%;
  height: auto;
  background: #fff;
  z-index: 100;
}
.leftsearch_modal_head {
  width: 100%;
  height: 76px;
  padding: 17px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #c7c7c7;
}
.leftsearch_modal_head_ttl {
  font-size: 20px;
  font-weight: bold;
}
.leftsearch_modal_head_close {
  cursor: pointer;
}
.leftsearch_modal_head_close img {
  aspect-ratio: 30/37;
}
.leftsearch_modal_body {
  width: 100%;
  padding: 27px 50px 40px;
}
/* _leftmenuframe__category_modal */
.leftsearch_modal_body.#search_category {
  width: 1040px;
  margin: 0 auto;
}
/* _genre_tree */
.genre_tree_ {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: unset;
  border: none;
}
.genre_tree_ > li {
  margin: 0;
  border-bottom: unset;
}
.genre_tree_ > li a,
.genre_tree_ > li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: none;
  color: #000;
}
.genre_tree_ > li.genre_tree1_ span.accordion_,
.genre_tree_ > li.genre_tree2_ span.accordion_ {
  height: 55px;
}
.genre_tree_ > li.genre_tree1_ span {
  border-bottom: 1px solid #c7c7c7;
}
.genre_tree_ > li.genre_tree1_ span.nolink_ {
  padding: 12px;
}
.genre_tree_ > li.genre_tree2_ {
  background: #f0f0f0;
}
.genre_tree_ > li.genre_tree2_ span {
  background: #f0f0f0;
  border-bottom: 1px solid #c7c7c7;
}
.genre_tree_ > li.genre_tree2_ span.nolink_ {
  padding: 12px 12px 12px 20px;
}
.genre_tree_ > li.genre_tree3_,
.genre_tree_ > li.genre_tree4_ {
  height: 45px;
}
.genre_tree_ > li.genre_tree3_ span,
.genre_tree_ > li.genre_tree4_ span {
  border-bottom: 1px solid #c7c7c7;
}
.genre_tree_ > li.genre_tree3_ span.nolink_,
.genre_tree_ > li.genre_tree4_ span.nolink_ {
  height: 45px;
  font-size: 12px;
}
.genre_tree_ > li.genre_tree3_ span.accordion_,
.genre_tree_ > li.genre_tree4_ span.accordion_ {
  height: 45px;
}
.genre_tree_ > li.genre_tree3_ {
  background: #e0e0e0;
}
.genre_tree_ > li.genre_tree3_ span {
  border-bottom: 1px solid #c7c7c7;
  background: #e0e0e0;
}
.genre_tree_ > li.genre_tree3_ span.nolink_ {
  padding: 12px 12px 12px 28px;
  font-weight: 700;
}
.genre_tree_ > li.genre_tree4_ {
  background: #d1d1d1;
}
.genre_tree_ > li.genre_tree4_ span {
  border-bottom: 1px solid #c7c7c7;
  background: #d1d1d1;
}
.genre_tree_ > li.genre_tree4_ span.nolink_ {
  padding: 12px 12px 12px 34px;
}
.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: #000;
}
.genre_tree_ > li.genre_tree1_ span.nolink_,
.genre_tree_ > li.genre_tree2_ span.nolink_,
.genre_tree_ > li.genre_tree3_ span.nolink_ {
  font-weight: 600;
}
/* _menu_tree */
.menu_tree_container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.menu_tree_wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
          box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.menu_tree_item_title {
  z-index: auto;
  word-break: break-all;
}
.menu_tree {
  width: 250px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 1000;
}
.menu_tree.layer_01 {
  height: auto;
  left: 0;
  position: relative;
  background: #fff;
  visibility: visible;
}
.menu_tree.layer_01 > .menu_tree_item {
  border-bottom: 1px solid #e0e0e0;
}
.menu_tree.layer_01 > .menu_tree_item > .menu_tree_item_title {
  width: 100%;
  min-height: 48px;
  padding: 0.5em 1em 0.5em 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
}
.menu_tree.layer_01 > .menu_tree_item > .menu_tree_item_title:after {
  content: "";
  display: block;
  width: 7px;
  height: 9px;
  background-image: url("/design/img/icon/icon_delta__small.png");
  background-size: cover;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.menu_tree.layer_01 > .menu_tree_item > .menu_tree_item_title.is_active,
.menu_tree.layer_01 > .menu_tree_item > .menu_tree_item_title:hover {
  opacity: 1;
  background-color: #f0f0f0;
}
.menu_tree.layer_02 {
  background-color: #f0f0f0;
}
.menu_tree.layer_02 > .menu_tree_item > .menu_tree_item_title {
  width: 100%;
  min-height: 42px;
  padding: 0.5em 1em 0.5em 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  background-color: #f0f0f0;
}
.menu_tree.layer_02 > .menu_tree_item > .menu_tree_item_title:after {
  content: "";
  display: block;
  width: 7px;
  height: 9px;
  background-image: url("/design/img/icon/icon_delta__small.png");
  background-size: cover;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.menu_tree.layer_02 > .menu_tree_item > .menu_tree_item_title.is_active,
.menu_tree.layer_02 > .menu_tree_item > .menu_tree_item_title:hover {
  opacity: 1;
  background-color: #e0e0e0;
}
.menu_tree.layer_03 {
  background-color: #e0e0e0;
}
.menu_tree.layer_03 > .menu_tree_item > .menu_tree_item_title {
  width: 100%;
  min-height: 42px;
  padding: 0.5em 1em 0.5em 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  background-color: #e0e0e0;
}
.menu_tree.layer_03 > .menu_tree_item > .menu_tree_item_title:after {
  content: "";
  display: block;
  width: 7px;
  height: 9px;
  background-image: url("/design/img/icon/icon_delta__small.png");
  background-size: cover;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.menu_tree.layer_03 > .menu_tree_item > .menu_tree_item_title.is_active,
.menu_tree.layer_03 > .menu_tree_item > .menu_tree_item_title:hover {
  opacity: 1;
  background-color: #d1d1d1;
}
.menu_tree.layer_04 {
  background-color: #d1d1d1;
}
.menu_tree.layer_04 > .menu_tree_item > .menu_tree_item_title {
  width: 100%;
  min-height: 40px;
  padding: 0.5em 1em 0.5em 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  background-color: #d1d1d1;
}
.menu_tree.layer_04 > .menu_tree_item > .menu_tree_item_title:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1.5px solid #003089;
  border-top: 1.5px solid #003089;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.menu_tree.layer_04 > .menu_tree_item > .menu_tree_item_title.is_active,
.menu_tree.layer_04 > .menu_tree_item > .menu_tree_item_title:hover {
  opacity: 1;
  background-color: #d1d1d1;
  text-decoration: underline;
}
.menu_tree {
  visibility: hidden;
}
.is_show > .menu_tree,
.menu_tree.is_show {
  left: 250px;
  visibility: visible;
}
/* _topiclist */
.topiclist_head {
  padding: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.topiclist_head h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
.topiclist_head h2:after {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #003089;
}
.topiclist_body {
  width: 100%;
  margin-top: 28px;
  padding: 8px;
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.topiclist_list {
  width: 100%;
  height: 203px;
  padding: 0 24px 0 32px;
  overflow-y: auto;
}
.topiclist_list::-webkit-scrollbar {
  width: 6px;
}
.topiclist_list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #999;
}
.topiclist_list::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #e0e0e0;
}
.topiclist_item {
  border-bottom: 1px solid #e0e0e0;
}
.topiclist_item a:link,
.topiclist_item a:visited {
  color: #000;
}
.topiclist_item a {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.topiclist_item a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.topiclist_item_inner {
  width: 100%;
  min-height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.topiclist_item_head {
  width: 162px;
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
}
.topiclist_item_body {
  width: calc(100% - 162px);
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topc_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topic_img_wrap {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topic_img_wrap img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.topc_txt,
.topic_img_wrap {
  padding: 0 0 0 16px;
  border-left: 1px solid #e0e0e0;
}
/* _block_event */
.event_ {
  margin-top: 72px;
}
.event_head {
  padding: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.event_head h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
.event_head h2:after {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #003089;
}
.event_head h2 a {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.event_head h2 a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.event_head h2 a:link,
.event_head h2 a:visited {
  color: #000;
}
.contents_ .event_banner_ {
  float: none;
  margin: 0;
}
.contents_ .event_banner_ a {
  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;
}
.contents_ .event_banner_ a img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
/* _category */
h1.category_name_ {
  width: 100%;
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  border-left: 4px solid #003089;
}
div.comment_middle_ {
  margin: 33px 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
div + .CategoryStyleP_ {
  margin-top: 87px;
}
dl.navistyle_ {
  width: 100%;
  margin: 40px 0;
  padding: 15px 20px;
  margin-bottom: 0;
  font-size: 14px;
  overflow: hidden;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background: #f0f0f0;
}
dl.navistyle_ dt {
  float: none;
  text-align: unset;
  font-weight: 600;
  width: unset;
}
dl.navistyle_ dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-left: unset;
}
dl.navistyle_ a {
  margin: 0;
  white-space: nowrap;
  color: #333;
}
.navistyle_now_ {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  margin: 0;
  white-space: nowrap;
}
.navipage_unit {
  width: 100%;
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navipage_sum_num {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.navipage_sum_txt {
  padding-left: 5px;
  font-size: 14px;
}
.pagination_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.pagination_item a {
  width: 31px;
  height: 31px;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
}
.pagination_item.item_current a {
  background-color: #003089;
  color: #fff;
  pointer-events: none;
}
.pagination_item.item_first a,
.pagination_item.item_last a {
  background: #f0f0f0;
}
.pagination_item.item_first a:before,
.pagination_item.item_last a:before {
  content: '';
  width: 11px;
  height: 11px;
  display: block;
  background-image: url("/design/img/icon/icon_item_first.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.pagination_item.item_before a,
.pagination_item.item_next a {
  background: #f0f0f0;
}
.pagination_item.item_before a:before,
.pagination_item.item_next a:before {
  content: '';
  width: 6px;
  height: 11px;
  display: block;
  background-image: url("/design/img/icon/icon_item_before.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.pagination_item.item_last a:before,
.pagination_item.item_next a:before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
/* _event */
h1.event_name_ {
  width: 100%;
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  border-left: 4px solid #003089;
}
/* _footer */
#pagetop_btn {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1a1919;
  position: fixed;
  bottom: 10px;
  right: calc((100vw - 1336px) / 2);
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 100;
}
#pagetop_btn:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: 4px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#pagetop_btn:hover {
  opacity: 0.7;
}
#pagetop_btn.is_transparent {
  opacity: 0.3;
}
#pagetop_btn.is_fixed {
  position: absolute;
  top: -24px;
}
#float_filter_btn {
  display: none;
}
#footer {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 35px;
  z-index: 1;
  background: #003089;
  position: relative;
}
#footer:after {
  content: none;
}
.footer_container {
  width: 1280px;
  margin: 0 auto;
}
a.change_sp {
  color: #fff;
  font-size: 13px;
}
a.change_sp:link,
a.change_sp:visited {
  color: #fff;
}
a.change_sp + .footer_menu_container {
  padding-top: 38px;
}
.footer_menu_container {
  width: 100%;
  padding-top: 35px;
  padding-bottom: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}
.footer_menu_unit {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.footer_menu_unit:not(:first-of-type) {
  padding-left: 36px;
  border-left: 1px solid rgba(255,255,255,0.2);
}
.footer_menu_ttl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2px auto;
  grid-template-columns: 2px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}
.footer_menu_ttl:before {
  content: '';
  display: block;
  width: 2px;
  height: 10px;
  background: #fff;
}
.footer_menu_list {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}
a.footer_menu_list_item_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 16px auto;
  grid-template-columns: 16px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
a.footer_menu_list_item_inner:link,
a.footer_menu_list_item_inner:visited {
  color: #fff;
}
a.footer_menu_list_item_inner:not(:has(.footer_menu_list_item_icon)):before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1.5px solid #fff;
  border-top: 1.5px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.footer_menu_list_item_icon {
  width: 16px;
  height: 16px;
  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;
}
.footer_menu_list_item_icon img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.footer_menu_list_item_name {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
}
.footer_menu_list_item_name.is_roboto {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}
.footer_menu_list_item_name a {
  display: inline-block;
  padding-left: 0.5em;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}
.footerbottom {
  width: 100%;
  height: 54px;
  background: #000;
}
.footerbottom_links {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.footerbottom_links a {
  display: inline-block;
  padding-left: 20px;
  border-left: 1px solid #fff;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}
.footerbottom_links a:link,
.footerbottom_links a:visited {
  color: #fff;
}
.footerbottom_links[href^="tel:"] {
  pointer-events: none;
}
.footercopyright {
  width: 100%;
  height: 54px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  border-top: 1px solid #fff;
}
/* _stylep_frame */
div.container_ div.contents_ div.mainframe_ .event_ .goods_ {
  width: 100%;
}
div.StyleP_Frame_ {
  margin: 72px 0 100px;
}
.page_top div.StyleP_Line_,
.page_search div.StyleP_Line_,
.page_goods div.StyleP_Line_ {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
.page_goods .StyleP_Frame_,
.page_goods div.StyleP_Line_ {
  margin: 0;
}
div.StyleP_Line_ {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 25px;
}
div.StyleP_Item_ {
  width: 100%;
  margin: 0;
  padding: 0;
}
div.StyleP_Item_ {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
div.StyleP_Item_ div.img_ {
  width: 100%;
  height: unset;
  aspect-ratio: 1/1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: #f6f6f6;
}
div.StyleP_Item_ div.img_ img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
div.StyleP_Item_ .icon_ {
  height: 20px;
  margin-top: 12px;
  position: static !important;
}
div.StyleP_Item_ .brand {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 300;
}
div.StyleP_Item_ div.name_ {
  margin: 10px 0 0 0;
}
div.StyleP_Item_ .name1_ a {
  font-size: 14px;
  font-weight: 600;
  word-break: break-all;
  line-height: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-decoration: none;
}
div.StyleP_Item_ .name1_ a:hover {
  opacity: 0.7;
}
div.StyleP_Item_ .name1_ a:link,
div.StyleP_Item_ .name1_ a:visited {
  color: #000;
}
div.StyleP_Item_ .stock_,
div.StyleP_Item_ .spec_ {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
div.StyleP_Item_ .g_price_ {
  margin: 6px 0 0 0;
}
div.StyleP_Item_ .g_price_ .sale_rate,
div.StyleP_Item_ .g_price_ .price_pop_,
div.StyleP_Item_ .g_price_ .sub {
  display: none;
}
div.StyleP_Item_ .price_ {
  font-family: 'Roboto', sans-serif;
}
div.StyleP_Item_ .default_price {
  font-size: 20px;
  color: #000;
}
div.StyleP_Item_ .sale_price {
  font-size: 20px;
  color: #cb0227;
}
div.StyleP_Item_ .sale_price + .default_price {
  margin-left: 0.75em;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  text-decoration: line-through;
}
/* _stylel_frame */
.styleL_line {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15% 40% 16% 9% 20%;
  grid-template-columns: 15% 40% 16% 9% 20%;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}
.stylel_cell {
  border-right: 1px solid #e0e0e0;
}
.Stylel_Head_ .stylel_cell {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 600;
  background: #f0f0f0;
}
.Stylel_Item_:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.Stylel_Item_ .stylel_cell {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Stylel_Item_ .img_ {
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
.Stylel_Item_ .img_ a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Stylel_Item_ .img_ a img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.Stylel_Item_ .cell_misc {
  padding: 20px 16px;
  gap: 12px;
}
.Stylel_Item_ .cell_misc .icon_ {
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.Stylel_Item_ .cell_misc .spec_,
.Stylel_Item_ .cell_misc .gcode_ {
  font-size: 14px;
  font-weight: 400;
}
.Stylel_Item_ .cell_misc a.goods_name_ {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
.Stylel_Item_ .cell_price {
  padding: 20px 16px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.Stylel_Item_ .g_price_ {
  display: -ms-grid;
  display: grid;
  gap: 3px;
  margin: 6px 0 0 0;
  text-align: right;
}
.Stylel_Item_ .g_price_ .sale_rate,
.Stylel_Item_ .g_price_ .sub,
.Stylel_Item_ .g_price_ .price_pop_ {
  display: none;
}
.Stylel_Item_ .sale_price {
  font-size: 20px;
  color: #cb0227;
  font-family: 'Roboto', sans-serif;
}
.Stylel_Item_ .sale_price + .default_price {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  font-family: 'Roboto', sans-serif;
}
.Stylel_Item_ .sale_price + .default_price .head {
  font-size: 13px;
}
.Stylel_Item_ .sale_price + .default_price .large_ {
  text-decoration: line-through;
}
.Stylel_Item_ .cell_stock {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Stylel_Item_ .cell_stock .stock_ {
  display: -ms-grid;
  display: grid;
  text-align: center;
  font-size: 14px;
}
.Stylel_Item_ .cell_stock .stock_head {
  font-weight: 700;
}
.Stylel_Item_ .cell_cart {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.Stylel_Item_ .cell_cart .amount_unit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Stylel_Item_ .cell_cart .cart_ {
  width: 162px;
  height: 36px;
}
/* _amount_unit */
.amount_unit {
  width: auto;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.amount_title {
  width: 30px;
}
.amount_title label {
  margin: 0;
}
.amount_control {
  width: 116px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}
.input_number::-webkit-outer-spin-button,
.input_number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.input_number {
  width: 44px;
  height: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}
.btn_number {
  width: 36px;
  height: 100%;
  font-size: 20px;
  background-color: #f0f0f0;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
}
.output_number_unit {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* _categorystylep_Item */
.CategoryStyleP_head h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
.CategoryStyleP_head h2:after {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #003089;
}
.CategoryStyleP_head h2 a:link,
.CategoryStyleP_head h2 a:visited {
  color: #000;
}
div.CategoryStyleP_Line_ {
  width: 100%;
  margin-top: 72px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 40px;
}
div.CategoryStyleP_Line_ div.CategoryStyleP_Item_ {
  width: 100%;
  padding: 0;
  display: block;
  float: none;
}
div.CategoryStyleP_Line_ div.CategoryStyleP_Item_ h3.name_ {
  margin: 0;
  padding: 0;
  font-size: unset;
  font-weight: unset;
  background-color: unset;
  border: none;
}
div.CategoryStyleP_Line_ div.CategoryStyleP_Item_ h3.name_ a {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 0.5em 1em 0.5em 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  background-color: #f0f0f0;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
}
div.CategoryStyleP_Line_ div.CategoryStyleP_Item_ h3.name_ a:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1.5px solid #003089;
  border-top: 1.5px solid #003089;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
div.CategoryStyleP_Line_ div.CategoryStyleP_Item_ a.category_img {
  width: 100%;
  height: unset;
  aspect-ratio: 16/9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
div.CategoryStyleP_Line_ div.CategoryStyleP_Item_ a.category_img img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
div.CategoryStyleP_Line_ div.comment_ {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
}
/* _categorystylel */
.CategoryStyleL_head h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
.CategoryStyleL_head h2:after {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #003089;
}
.CategoryStyleL_head h2 a {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.CategoryStyleL_head h2 a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.CategoryStyleL_head h2 a:link,
.CategoryStyleL_head h2 a:visited {
  color: #000;
}
.CategoryStyleL_Line_ {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 50px;
}
.CategoryStyleL_Item_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.CategoryStyleL_Item_:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #003089;
  border-top: 2px solid #003089;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
a.category_name_ {
  font-size: 16px;
  font-weight: 700;
}
/* _block_of_history */
#block_of_history {
  margin-top: 150px;
  padding: 45px 0;
  background: #f0f0f0;
}
.block_of_history_head,
#itemHistory {
  width: 1280px;
  margin: 32px auto 0;
}
#messNothing,
#messRedraw {
  margin: 0;
  padding: 0;
  background: #f0f0f0;
}
a.item_history_link_ {
  width: 150px;
  height: 32px;
  margin: 24px 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #c7c7c7;
  border-radius: 16px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a.item_history_link_:hover {
  opacity: 0.7;
  text-decoration: none;
}
a.item_history_link_:before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background-image: url("/design/img/icon/icon_close__small.png");
  background-size: cover;
}
/* _stylet_frame.styl */
.page_top div.StyleT_Frame_ {
  padding: 0;
}
.page_top div.StyleT_Frame_ div.StyleT_Line_ {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}
div.StyleT_Frame_ {
  width: 100%;
}
div.StyleT_Frame_ div.StyleT_Line_ {
  margin: 0;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
  gap: 21px;
  overflow: hidden;
}
div.StyleT_Frame_ div.StyleT_Item_ {
  float: none;
  display: block;
  text-align: left;
  width: 100%;
}
div.StyleT_Frame_ div.StyleT_Item_:not(:nth-of-type(4)) {
  margin-right: unset;
}
div.StyleT_Frame_ div.StyleT_Item_ div.img_ {
  width: 100%;
  height: unset;
  aspect-ratio: 1/1;
  margin: 0;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background: #f6f6f6;
  position: relative;
}
div.StyleT_Frame_ div.StyleT_Item_ div.img_ a {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
div.StyleT_Frame_ div.StyleT_Item_ div.img_ a:hover {
  opacity: 0.7;
}
div.StyleT_Frame_ div.StyleT_Item_ div.img_ img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
div.StyleT_Frame_ div.StyleT_Item_ .icon_ {
  position: absolute;
  left: 0;
  bottom: 0;
}
div.StyleT_Frame_ div.StyleT_Item_ .brand {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 300;
}
div.StyleT_Frame_ div.StyleT_Item_ div.name_ {
  margin-top: 6px;
}
div.StyleT_Frame_ div.StyleT_Item_ div.name_ .name1_ a {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.4;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
div.StyleT_Frame_ div.StyleT_Item_ div.name_ .name1_ a:hover {
  opacity: 0.7;
  text-decoration: none;
}
div.StyleT_Frame_ div.StyleT_Item_ .g_price_ {
  margin: 6px 0 0 0;
}
div.StyleT_Frame_ div.StyleT_Item_ .g_price_ .sale_rate,
div.StyleT_Frame_ div.StyleT_Item_ .g_price_ .sub {
  display: none;
}
div.StyleT_Frame_ div.StyleT_Item_ .sale_price {
  font-size: 16px;
  font-weight: 500;
  color: #cb0227;
  font-family: 'Roboto', sans-serif;
}
div.StyleT_Frame_ div.StyleT_Item_ .sale_price + .default_price {
  margin-left: 0.75em;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  font-family: 'Roboto', sans-serif;
  text-decoration: line-through;
}
div.StyleT_Frame_ div.StyleT_Item_ div.cart_ {
  width: 100%;
  margin: 0;
  text-align: unset;
  display: none;
}
/* _search.styl */
.page_search:has(.navipage_unit) .goodssearch_container {
  margin-top: 100px;
}
.goodssearch_container {
  width: 100%;
  margin-top: 40px;
}
.goodssearch {
  width: 100%;
  min-height: 87px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 1080px;
  grid-template-columns: 200px 1080px;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}
.goodssearch:first-child {
  border-top: 1px solid #e0e0e0;
}
.goodssearch_title,
.goodssearch_data {
  width: 100%;
  height: 100%;
}
.goodssearch_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 20px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  background: #f0f0f0;
}
.goodssearch_data {
  padding: 20px;
}
.goodssearch_data input[type=text],
.goodssearch_data select {
  height: 48px;
  min-width: 200px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #000;
}
.goodssearch_data input[type=text]:placeholder,
.goodssearch_data select:placeholder {
  font-size: 14px;
  color: #000;
}
.goodssearch_data select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url("/design/img/icon/icon_arrow_down__small.png");
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 12px center;
}
.goodssearch_data input[name=keyword],
.goodssearch_data input[name=name] {
  width: 100%;
  max-width: 100%;
}
.goodssearch_data_colmun {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
#search_goods .goodssearch_data {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
#search_goods .search_input_wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
#search_goods input[type='text'] {
  display: none;
  width: 100%;
  max-width: 100%;
}
#search_goods input[type='text'].is_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#search_goods input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 0;
}
#search_goods input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #003089;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#search_goods label {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
#search_category .goodssearch_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#search_category .goodssearch_data_unit {
  margin-right: 20px;
}
#search_category .search_title {
  width: 100%;
  padding: 0 0 0 1em;
  font-size: 14px;
  font-weight: 700;
}
#search_category .category_select_wrap {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
#search_category .category_select {
  width: 100%;
  padding: 0 10px 0 0;
  height: 205px;
  overflow-y: scroll;
}
#search_category .category_select::-webkit-scrollbar {
  width: 6px;
  background-color: #f0f0f0;
}
#search_category .category_select::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 3px;
}
#search_category .category_select::-webkit-scrollbar-thumb::hover {
  opacity: 1;
}
#search_category .category_select_item label {
  width: 100%;
  min-height: 30px;
  margin: 0;
  padding: 0.25em 20px 0.25em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.3;
}
#search_category .category_select_item input {
  width: 0;
  height: 0;
  display: none;
}
#search_category .category_select_item input:checked + label {
  color: #fff;
  font-weight: 700;
  background-color: #003089;
}
#search_category .goodssearch_data {
  scrollbar-gutter: stable both-edges;
}
#search_category .goodssearch_data.is_overflow {
  overflow-x: auto;
  overflow-y: hidden;
}
#search_category .goodssearch_data_unit {
  width: 333px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#search_category .goodssearch_data_unit:not(:has(.category_select_item)) {
  width: 0px;
  height: 0px;
  margin-left: 0;
  visibility: hidden;
  opacity: 0;
}
#search_maker .goodssearch_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 240px;
}
button.search_maker_btn {
  width: 200px;
  height: 48px;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #fff;
}
button.search_maker_btn:after {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background: url("/design/img/icon/icon_arrow_right__small.png");
}
.search_maker_display_container {
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 5px;
}
.search_maker_display_wrap {
  width: 320px;
  min-height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f0f0f0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.search_maker_display_wrap:hover {
  opacity: 0.7;
}
.search_maker_display {
  width: 100%;
  padding: 0 1em;
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 5px;
  border: none;
  border-radius: 0;
  background: transparent;
}
.search_maker_display_text {
  padding-left: 1em;
}
.search_maker_clear {
  width: 46px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.search_maker_clear:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("/design/img/icon/icon_cross__blue.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.goodssearch_btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.goodssearch_btn {
  width: 218px;
  height: 50px;
  margin: 40px 0;
}
.goodssearch_btn button,
.goodssearch_btn input {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.goodssearch_btn button:hover,
.goodssearch_btn input:hover {
  opacity: 0.7;
}
button#uncheckButton {
  font-size: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #fff;
}
.btn_submit input#submitButton {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background: none;
  background: #d68400;
  border: none;
  border-radius: 4px;
}
/* _maker_modal.styl */
.maker_modal {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.maker_modal.modal_open {
  opacity: 1;
  visibility: visible;
}
.maker_modal_container {
  width: 90%;
  height: auto;
  background: #fff;
  z-index: 100;
}
.maker_modal_head {
  width: 100%;
  height: 76px;
  padding: 17px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #c7c7c7;
}
.maker_modal_head_ttl {
  font-size: 20px;
  font-weight: bold;
}
.maker_modal_head_close {
  cursor: pointer;
}
.maker_modal_head_close img {
  aspect-ratio: 30/37;
}
.maker_modal_body {
  width: 100%;
  padding: 27px 50px 40px;
}
.maker_search_ctrl {
  display: -ms-grid;
  display: grid;
  gap: 27px;
}
.maker_search_ctrl_unit {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.maker_search_ctrl_head {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.maker_search_ctrl_text_input {
  width: 100%;
  height: 40px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 360px 40px;
  grid-template-columns: 360px 40px;
}
input.maker_search_ctrl_text_input_field {
  width: 100%;
  height: 100%;
  padding: 0 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #000;
  border: 1px solid #c7c7c7;
  border-right: none;
  border-radius: 4px 0 0 4px;
}
input.maker_search_ctrl_text_input_field::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}
input.maker_search_ctrl_text_input_field::-moz-placeholder {
  font-size: 12px;
  color: #999;
}
input.maker_search_ctrl_text_input_field:-ms-input-placeholder {
  font-size: 12px;
  color: #999;
}
input.maker_search_ctrl_text_input_field::-ms-input-placeholder {
  font-size: 12px;
  color: #999;
}
input.maker_search_ctrl_text_input_field::placeholder {
  font-size: 12px;
  color: #999;
}
button.maker_search_ctrl_text_input_btn {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  background: #003089;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
button.maker_search_ctrl_text_input_btn:hover {
  opacity: 0.7;
}
button.maker_search_ctrl_text_input_btn:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("/design/img/icon/icon_glass.png");
  background-size: cover;
}
.maker_search_line {
  width: 100%;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.maker_search_line_btn {
  width: 64px;
  height: 46px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  color: #000;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  line-height: 1.1;
}
.maker_search_line_btn.is_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  pointer-events: none;
}
.maker_search_line_btn.is_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.maker_search_letter {
  width: 100%;
  padding: 20px 14px 0 40px;
  background: #f0f0f0;
}
.maker_search_letter_container {
  display: none;
  width: 100%;
  gap: 20px;
}
.maker_search_letter_container.is_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.maker_search_letter_btn {
  width: 46px;
  height: 46px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  color: #000;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  line-height: 1.1;
}
.maker_search_letter_btn.is_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  pointer-events: none;
}
.maker_search_letter_btn.is_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.maker_search_result {
  padding: 10px 14px 20px 40px;
  background: #f0f0f0;
}
.maker_search_result_container {
  width: 100%;
  height: 40vh;
  padding-right: 24px;
  padding-bottom: 200px;
  overflow-y: scroll;
  scroll-behavior: auto;
  scroll-padding-top: 0;
}
.maker_search_result_line {
  width: 100%;
  min-height: 30px;
}
.maker_search_result_line_head {
  padding-top: 30px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
}
.maker_search_result_line_items {
  width: 100%;
  padding-top: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  gap: 18px 10px;
}
.maker_item_input_wrap {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24px 1fr;
  grid-template-columns: 24px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.maker_item_input_wrap input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 0;
}
.maker_item_input_wrap input[type="checkbox"]:checked {
  background: #003089;
}
.maker_item_input_wrap input[type="checkbox"]:checked::before {
  content: "";
  width: 14px;
  height: 10px;
  background-image: url("/design/img/icon/icon_checkmark.png");
}
.maker_item_input_wrap label {
  width: 100%;
  margin: 0;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  cursor: pointer;
}
.maker_search_btns {
  width: 100%;
  height: 40px;
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 147px 147px;
  grid-template-columns: 147px 147px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.maker_search_clear_btn,
.maker_search_submit_btn {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.maker_search_clear_btn:hover,
.maker_search_submit_btn:hover {
  opacity: 0.7;
}
.maker_search_clear_btn {
  color: #000;
  background: #fff;
  border: 1px solid #c7c7c7;
}
.maker_search_submit_btn {
  color: #fff;
  background: #d68400;
}
/* _goods_detail.styl */
.goods_detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 670px 560px;
  grid-template-columns: 670px 560px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  gap: 45px 50px;
}
.goods_detail_left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.goods_detail_right {
  width: 488px;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.goods_detail_right dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 155px 1fr;
  grid-template-columns: 155px 1fr;
  gap: 0.5em;
}
.goods_detail_right dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.goods_detail_right dl dt:after {
  content: ':';
  padding-left: 0.5em;
}
.goods_detail_right dl dd {
  text-align: left;
}
.goods_detail_right #add_cart {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.goods_detail_right #add_cart:hover {
  opacity: 0.7;
}
.goods_icon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.goods_icon img {
  height: 20px;
}
.top_comment_ {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.top_comment_:empty {
  display: none;
}
.goods_spec {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  font-size: 16px;
}
h1.goods_name_ {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
.goods_price {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  padding: 5px 0;
}
.goods_price .sale_rate,
.goods_price .price_pop_,
.goods_price .head {
  display: none;
}
.goods_price .sub {
  margin-left: 0.75em;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.goods_price .large_ {
  font-weight: 500;
}
.goods_price .default_price {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  color: #000;
}
.goods_price .sale_price {
  font-size: 28px;
  color: #cb0227;
  font-family: 'Roboto', sans-serif;
}
.goods_price .sale_price + .default_price {
  margin-left: 0.75em;
  font-size: 16px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  text-decoration: line-through;
}
.goods_price .sale_price + .default_price .large_ {
  font-weight: 400;
}
.goods_price .sale_price + .default_price .sub {
  font-weight: 400;
  display: none;
}
.goods_productnumber {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.goods_code1 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.goods_stock {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.goods_order_tax {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.goods_modelnumber {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.goods_code2 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.goods_order_quantity {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.goods_order_unit {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.goods_attr1 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.goods_attr2 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.goods_amount {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}
.goods_cartbox {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
  width: 490px;
}
.goods_option_buttons {
  -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16;
  width: 490px;
  height: 50px;
  margin-top: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.goods_option_buttons a {
  width: 100%;
  height: 100%;
}
.goods_option_buttons a img {
  height: 100%;
}
.goodsset_ {
  -webkit-box-ordinal-group: 18;
      -ms-flex-order: 17;
          order: 17;
}
.to_detaillink_ {
  -webkit-box-ordinal-group: 19;
      -ms-flex-order: 18;
          order: 18;
}
.goods_detail_center {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  grid-row: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 670px 560px;
  grid-template-columns: 670px 560px;
  gap: 54px;
}
.goodsimg {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 74px 580px;
  grid-template-columns: 74px 580px;
  gap: 16px;
}
.goodsimg_main {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.goodsimg_thum {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.goodsimg_main_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.goodsimg_thum_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.splide__track--nav >.splide__list >.splide__slide {
  border: none;
}
.splide__track--nav >.splide__list >.splide__slide.is-active {
  border: none;
  outline: 2px solid #003089;
  outline-offset: -2px;
}
.goodsimg_main {
  width: 100%;
  aspect-ratio: 1/1;
}
.goodsimg_main_list,
.goodsimg_main_slide {
  height: 100%;
}
.goodsimg_main_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: -webkit-grab;
  cursor: grab;
}
.goodsimg_main_slide img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.goods_amount .amount_unit {
  height: auto;
  min-height: 48px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
}
.goods_amount .amount_control {
  height: 48px;
}
.goods_amount .amount_misc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.goods_spec_table_body dl {
  width: 100%;
  min-height: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 144px 1fr;
  grid-template-columns: 144px 1fr;
  font-size: 14px;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}
.goods_spec_table_body dl + dl {
  border-top: none;
}
.goods_spec_table_body dl dt,
.goods_spec_table_body dl dd {
  width: 100%;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.goods_spec_table_body dl dt {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  background: #f0f0f0;
}
h2.goods_spec_table_head,
h2.goods_comment_head,
h2.goods_variation_head,
h3.goods_comment_head {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 32px;
}
.goods_variation,
.goodscomment4_ {
  margin: 85px 0;
}
div.goodscomment1_ {
  margin: 0;
}
.goodscomment2_ {
  margin-top: 45px;
}
div.goodsset_ {
  width: 100%;
  padding: 0;
}
h2.goodsset_title_ {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.goodsset_table {
  margin-top: 20px;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}
.goodsset_line {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100% - 68px) 68px;
  grid-template-columns: calc(100% - 68px) 68px;
  font-size: 14px;
}
.goodsset_line.goodsset_table_head {
  font-weight: bold;
}
.goodsset_line.goodsset_table_head .goodsset_cell {
  background: #f0f0f0;
}
.goodsset_cell {
  width: 100%;
  min-height: 40px;
  padding: 0.75em 1em;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  display: -ms-grid;
  display: grid;
  gap: 0.25em;
}
.goodsset_cell:last-child {
  place-content: center;
}
.goodsset_cell .main {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
.goodsset_cell .sub {
  font-size: 11px;
  font-weight: 300;
  color: #676767;
}
.to_detaillink_ {
  margin-top: 25px;
}
.to_detaillink_ a {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
  font-size: 14px;
  font-weight: 300;
  color: #0064b4;
  text-decoration: underline;
}
.to_detaillink_ a:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("/design/img/icon/icon_exlink__navy.png");
  background-size: cover;
}
