@charset "UTF-8";
body {
  font-size: 16px;
  font-weight: 500;
  color: #1E1E1E;
}
body, body * {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
body p, body span, body div, table th, table td {
  line-height: 2;
  font-weight: 500;
}
.w1200, .top_box .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0.1em;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
ul, ol, li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
a {
  outline: none;
  color: #1E1E1E;
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
}
a:hover {
  text-decoration: none;
}
a:focus, a:hover {
  color: #1E1E1E;
  text-decoration: none;
  outline: none;
}
a:hover img {}
.font {}
/*   ふわっと出てくる　*/
.fadeInUp {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease-out 0.2s;
}
/*            header 上                  */
.header_ue {
  padding: 7px 25px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/*  ロゴ　*/
.logo {
  margin: 0;
  margin-top: -14px;
  width: 36.4%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.logo a {
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.logo img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.logo:hover img:nth-of-type(2) {
  opacity: 0;
}
.header_R {
  flex: 1;
  padding: 0 0 0 30px;
}
/*  header R          　*/
.header_R_01 {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/*  header R jisseki　*/
.header_jisseki {
  width: 22.2%;
}
.header_tel {
  width: 32%;
}
.header_tel a {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
/*  header R ミニメニュー　*/
.header_mini_menu {
  width: 46%;
  max-width: 290px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header_mini_menu li {
  width: 19%;
  height: 52px;
  border: solid 1px #C0C0C0;
}
.header_mini_menu li a {
  line-height: 1;
  height: 100%;
  padding: 8px 0px 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  flex-direction: column;
}
.header_mini_menu li a:hover {
  color: #D8002F;
}
.header_mini_menu li a img {
  object-fit: contain;
  height: 23px;
  width: 100%;
}
.header_mini_menu li a span {
  line-height: 1;
  font-size: 10px;
  font-weight: bold;
  margin-top: auto;
  letter-spacing: -1px;
  text-align: center;
}
.menu_cart .ec-cartNavi__icon {
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 2;
}
.menu_cart .ec-cartNavi__icon:before {
  display: none;
}
.ec-cartNavi__badge {
  display: inline-block;
  width: auto;
  height: 14px;
  background: #D8002F;
  border-radius: 0;
  text-align: center;
  padding: 2px 3px 0 2px;
  font-size: 10px;
  line-height: 0.7;
  vertical-align: top;
  color: #fff;
}
/* 検索欄　*/
/*.header_R_02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header_R_02 > div {
  width: 49%;
}
*/ .ec-headerSearch .ec-input {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 35px;
}
.ec-input .search-name, .ec-headerSearch .ec-headerSearch__keywordBtn .ec-icon {
  height: 100%;
}
.ec-input .search-name {
  flex: 1;
  background: url(../icon/search-dark.svg) no-repeat left 5px center;
  background-size: 26px;
  padding: 5px 5px 5px 40px;
  border-radius: 3px;
  margin: 0;
  border: solid 1px #ccc;
      height: 36px;
}
.ec-input .search-name::placeholder {
  font-size: 12px;
  color: #555555;
}
.ec-headerSearch .ec-headerSearch__keywordBtn {
  border: 0;
  background: #1e1e1e;
  border-radius: 0 50px 50px 0;
  display: block;
  z-index: 1;
  width: 60px;
  position: static;
  top: inherit;
  right: inherit;
  transform: inherit;
  padding: 0;
  line-height: 1;
}
.ec-headerSearch .ec-headerSearch__keywordBtn:hover {
  background: #D8002F;
  border: solid 1px #D8002F;
}
.ec-headerSearch .ec-headerSearch__keywordBtn .ec-icon {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 2px 0 0 0;
}
.search_radio_btn_sp, .search_check_btn_sp {
  padding-top: 10px;
  padding-bottom: 5px;
}
.search_radio_btn, .search_check_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.search_radio_btn label, .search_check_btn label {
  margin: 0 11px 0 0;
}
.search_radio_btn li:last-of-type label, .search_check_btn li:last-of-type label {
  margin: 0 7px 0 0;
}
.search_radio_btn label input, .search_check_btn label input {
  margin-right: 2px;
}
.search_radio_btn label span, .search_check_btn label span {
  font-weight: bold;
  margin-left: -3px;
  line-height: 1;
  font-size: 13px;
  display: block;
  margin: 3px 0 0 -3px;
}
.search_radio_btn .soldout_jogai span, .search_check_btn .soldout_jogai span {
  margin: 0px 0 0 0;
}
.search_radio_btn .soldout_jogai span, .search_check_btn .soldout_jogai span {
  margin: 0px 0 0 0;
}
.search_radio_btn, .search_radio_btn #ao, .search_check_btn, .search_check_btn #ao {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.search_radio_btn input, .search_check_btn input {
  margin: 0 5px 0 0;
}
.search_check_btn #ao > label {}

.search_radio_btn .soldout_jogai input, .search_check_btn .soldout_jogai input {
  vertical-align: middle;
  margin: 0 -2px 0 0;
}
/*　検索欄　20240411　*/
.header_form_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 5px;
  margin-bottom: 5px;
}
.header_form_L {
  flex: 1;
}
.header_form_R {
  width: 80px;
}
/* 上のキーワード　チェックボックス*/
.header_form_ue {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 5px;
  margin-bottom: 3px;
}
.header_keyword {
  flex: 1;
}
.header_keyword .ec-input{
width: calc(100% - 34px);
    display: inline-block;

}


.search_check_btn {
}
.search_check_btn li {

  padding: 0 0 0 25px;
  flex: 1;
}
/* 下のラジオ　セレクト*/
.header_form_sita {
  display: flex;
  flex-wrap: wrap;
 padding-left: 10px;

}
.search_radio_btn li{
    display: flex;
    flex-wrap: wrap;
}
.header_select_wrap {
  width: 42%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  column-gap: 5px;
}
.hs_cat {
  flex: 1;
}
.hs_price {
  width: 45%;
}

.header_select select {
  font-size: 12px;
  border: #ccc solid 1px;
  height: 36px;
  width: 100%;
  border-radius: 3px;
      font-weight: bold;
	      padding: 0 10px;


}


.header_select{
position: relative;


}
.header_select:after {
    content: "";
    position: absolute;
    top: 13px;
    right: 7px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
}

.header_select select {
    -webkit-appearance: none;
    appearance: none;
}

/* 検索ボタン*/
.header_form_btn {
  background: #46ab3d;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 3px;
  display: block;
  height:36px;
  font-size: 16px;
  width: 100%;
  line-height: 1;
    letter-spacing: 2px;
}
.header_form_btn:hover {
  opacity: 0.6;
}
/*  ツールチップ　*/
.tooltip2 {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.tooltip2 img {
  vertical-align: text-bottom;
}
.description2 {
  display: none;
  position: absolute;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #fff;
  border-radius: 2px;
  background: #1e1e1e;
  width: 200px;
  left: 30px;
  top: 0px;
  z-index: 2;
}
.description2:before {
  content: "";
  position: absolute;
  top: 0%;
  right: 95%;
  border: 15px solid transparent;
  border-top: 15px solid #000;
  margin-left: -15px;
  transform: rotateZ(90deg);
}
.tooltip2:hover .description2 {
  display: inline-block;
}
/*　　　　header　ue 追尾　*/
.header_ue_wrap {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 5px rgb(30 30 30 / 0%);
}
.header_ue_wrap, .header_logo img {
  transition: all 0.2s ease-out 0s;
}
.header_ue_wrap.scrolled {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 5px rgb(30 30 30 / 15%);
  z-index: 1000000;
}
/*.header_ue_wrap.scrolled .header_logo img {
  max-width: 100px;
}
.header_ue_wrap.scrolled .header_logo span {
  font-size: 10px;
}*/
/*            header 下    header_menu               */
.header_menu_wrap {
  background: #f0f0f0;
}
.header_menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header_menu li {
  flex: 1;
  border-left: solid 1px #fff;
  height: 45px;
}
.header_menu li:last-of-type {
  border-right: solid 1px #fff;
}
.header_menu li a {
  font-weight: bold;
  height: 100%;
  padding: 0 10px;
  font-size: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  line-height: 1.2;
}
.header_menu li a:hover {
  background: #8F8F8F;
  color: #fff;
}
/*   sub  menu   */
.sub_menu {
  padding: 0;
  padding-top: 30px;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 62px;
  z-index: 1;
}
.sub_menu {
  display: none;
}
.sub_menu li:first-of-type {
  position: relative;
}
.sub_menu li:first-of-type:before {
  top: -35px;
  left: 50%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border: 15px solid transparent;
  border-bottom: 10px #b9c831 solid;
  margin-left: -15px;
}
.sub_menu li {
  border: solid 1px #b9c831;
  background: #fff;
  margin-top: -1px;
  transition: all 0.2s ease-out 0s;
}
.sub_menu a {
  display: block;
  padding: 10px 10px;
  line-height: 1.5;
  font-size: 14px;
}
.sub_menu li:hover {
  background: #f3f6dc;
}
/*             footer 上　nav　　　　*/
.footer_ue_nav {
  text-align: center;
  margin-top: 90px;
}
.footer_ue_nav li {
  display: inline-block;
  vertical-align: middle;
}
.footer_ue_nav a {
  display: block;
  padding: 0 10px;
  color: #4b610b;
  font-size: 12px;
}
.footer_ue_nav li + li a:before {
  content: "|";
  position: relative;
  left: -11px;
}
.footer_ue_nav a:hover {
  opacity: 0.7;
}
/*            footer                  */
.ec-topicRole {
  background: #fff !important;
  padding: 0 15px 30px 15px;
}
.footer_ue_caution {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.footer_ue_caution p {
  line-height: 1.4;
  margin-left: auto;
  color: #D8002F;
  font-size: 14px;
}
.ec-layoutRole__footer {
  padding: 20px 15px 0px 15px;
  background: #f0f0f0;
}
.ec-footerRole {
  border: none;
  padding: 1px 15px 0 15px;
  margin-top: 0;
  background: #f0f0f0;
}
.ec-footerRole img {
  max-width: 100%;
  width: auto !important;
}
/*            footer 01    */
.footer_01_tel {
  text-align: center;
  margin-bottom: 30px;
}
.calendar_table_wrap, .footer_03, .footer_02, .footer_01_LR, .footer_01 .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_01 {
  background: #f0f0f0;
}
.footer_01 .inner {
  max-width: 1130px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0px;
}
.footer_01 .calendar_wrap {
  width: 100%;
  background: #fff;
  padding: 0 15px 15px;
  margin-bottom: 20px;
}
.footer_01_menu_wrap {
  width: 100%;
}
.footer_01_menu {
  width: 54%;
}
.footer_01_img {
  width: 44%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.footer_01_menu li {
  margin: 5px 0;
  line-height: 1.4;
}
.footer_01_menu a {
  font-weight: bold;
  line-height: 1;
  font-size: 12px;
  text-decoration: underline;
}
/*   カレンダー　*/
.ec-calendar__month {
  width: 32.7%;
  margin-bottom: 10px;
}
.ec-calendar__month tr:nth-of-type(2) {
  background: #d4d4d4;
}
.ec-calendar__month th, .ec-calendar__month td {
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  border: solid 1px #808080;
  font-size: 10px;
  padding: 5px 0;
}
.caution {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.5;
  color: #D8002F;
}
.ec-calendar__title {
  background: #1e1e1e;
  color: #fff;
}
.ec-calendar__holiday {
  color: #D8002F;
  background: #fff4f4;
  font-weight: bold;
}
.eigyo_time {
  font-weight: bold;
  text-align: center;
  color: #D8002F;
}
/*            footer 02    */
.footer_02 {
  margin: 30px 0 20px 0;
  border: solid 1px #828282;
}
.footer_02 .f_02_block {
  width: 100%;
  padding: 0px 15px 12px;
}
.footer_02 .f_02_block:nth-of-type(2) {
  border-top: solid 1px #828282;
  border-bottom: solid 1px #828282;
}
.footer_midasi {
  font-weight: bold;
  font-size: 15px;
  margin: 10px 0;
  border-bottom: solid 1px #828282;
}
.footer_02 .f_02_block p {
  line-height: 1.4;
  font-size: 12px;
  display: block;
}
.footer_02 .f_02_block p a {
  text-decoration: underline;
  display: block;
  margin: 5px 0 0 0;
}
/*            footer 03   */
.footer_03 .f_03_block {
  width: 48%;
}
.footer_03 .f_03_block:nth-of-type(4) .footer_midasi, .footer_03 .f_03_block:nth-of-type(3) .footer_midasi {
  visibility: hidden;
}
.footer_cat_list li {
  line-height: 1.4;
  font-size: 10px;
}
.footer_cat_list a {
  display: block;
  padding: 6px 0 6px 20px;
  position: relative;
}
.footer_sub_cat_list {
  margin-left: 11px;
}
.footer_cat_list a:hover {
  text-decoration: underline;
}
.footer_cat_list > li > a:after {
  content: "\f105";
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
  position: absolute;
  transition: all 0.2s ease-out 0s;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 19px;
  color: #808080;
}
.footer_sub_cat_list a:after {
  content: "－";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.ec-footerTitle__copyright {
  border-top: solid 1px #828282;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  margin-top: 40px;
}
/*     page top   */
.ec-blockTopBtn {
  width: 50px;
  height: 50px;
  right: 10px;
  bottom: 10px;
  background: none;
  display: flex;
  transition: all 0.2s ease-out 0s;
}
.ec-blockTopBtn:hover {
  opacity: 0.7;
}
/*                    トップページ　　　　*/
/*　　      　top　slider　　*/
.slider_wrap {
  position: relative;
  margin-top: 30px;
}
.main_visual.slick-slider {
  padding: 0;
}
.top_slider li {}
/* 左右半透明　*/
/*.main_visual .slick-slide:not(.slick-center) {
  filter: opacity(39%);
  transition: 0.2s linear;
}*/
#arrows {
  width: 100%;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 39px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
#arrows .slick-arrow {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  font-size: 70px;
  pointer-events: auto;
}
#arrows .prev-arrow {
  left: 5px;
}
#arrows .next-arrow {
  right: 5px;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 29px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/*　　共通　　　*/
.ec-layoutRole .ec-layoutRole__contents {
  max-width: 1200px;
  margin-top: 60px;
  padding: 0 15px 40px;
}
.front_page .ec-layoutRole .ec-layoutRole__contents {
  padding-left: 0;
  padding-right: 0;
}
.ec-layoutRole .ec-layoutRole__mainWithColumn {
  padding-left: 0px;
}
.ec-layoutRole .ec-layoutRole__mainWithColumn {
  width: 100%;
}
.ec-layoutRole .ec-layoutRole__main {
  overflow: hidden;
}
.top_box {
  padding: 15px 15px 20px;
  margin-bottom: 20px;
}
.pt0 {
  padding-top: 0 !important;
}
.top_box > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.top_h2 {
  margin: 0 0 15px 0 !important;
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #828282;
  padding: 0 10px 6px 0 !important;
  position: relative;
}
.top_h2 .icon {
  width: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.top_h2 .icon img {
  object-fit: contain;
}
.top_h2 .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  flex-direction: column;
  justify-content: center;
  display: flex;
  padding: 0 0 0 10px;
}
.top_h2 .date {
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  display: flex;
  justify-content: flex-end;
  flex-flow: column;
  padding: 0 0 5px 14px;
}
.more {
  text-align: center;
  margin-top: 25px;
}
.more_red a, .more a {
  max-width: 390px;
  font-weight: bold;
  transition: all 0.2s ease-out 0s;
  padding: 9px 5px 5px;
  margin: 0 auto;
  position: relative;
  border-radius: 100px;
  border: solid 1px #828282;
  background: #fff;
  color: #D8002F;
  box-shadow: 0px 3px 0px #828282;
  height: 60px;
  line-height: 1.4;
  letter-spacing: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.more a span {
  font-weight: bold;
  line-height: 1.4;
  margin-left: -22px;
}
.more_red a {
  border: solid 1px #D8002F;
  background: #fff;
  box-shadow: 0px 3px 0px #d8002f;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: inherit;
}
.more_red a:after, .more a:after {
  content: "\f105";
  font-family: "Font Awesome 5 pro";
  font-weight: 500;
  position: absolute;
  transition: all 0.2s ease-out 0s;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 21px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 22px;
  color: #808080;
}
.more_red a:hover, .top_nove_link li a:hover, .more a:hover {
  background: #D8002F;
  box-shadow: 0px 3px 0px #900000;
  border: solid 1px #d8002f;
  color: #fff;
}
.more_red a:hover:after, .top_nove_link li a:hover:after, .more a:hover:after {
  color: #fff;
}
.top_cart_btn button:hover {
  letter-spacing: 1px;
}
.top_cart_btn button:hover, .more.more_orange a:hover {
  background: #ffb974;
}
.bg_gray {
  background: #f0f0f0;
}
/*     top ノベルティ特集　　　*/
.top_novelty_ue {
  margin-bottom: 20px;
}
.top_novelty_ue img {
  width: 100%;
  height: auto;
}
.top_nove_link_box .top_h2 .icon {
  position: absolute;
  justify-content: inherit;
  flex-direction: inherit;
}
.top_nove_link_box .top_h2 .title {
  padding: 6px 10px 4px 45px;
}
.top_nove_link {
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}
.top_nove_link li {
  margin-bottom: 10px;
}
.top_nove_link li a {
  max-width: 100%;
  font-weight: bold;
  transition: all 0.2s ease-out 0s;
  padding: 10px 5px 5px 5px;
  padding-left: 32px;
  position: relative;
  border-radius: 100px;
  border: solid 1px #D8002F;
  background: #fff;
  box-shadow: 0px 3px 0px #D8002F;
  height: 60px;
  line-height: 1.4;
  letter-spacing: -1px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.top_nove_link li a .txt {
  font-weight: bold;
  line-height: 1.4;
  padding-left: 10px;
}
.top_nove_link li a:after {
  content: "\f105";
  font-family: "Font Awesome 5 pro";
  font-weight: 500;
  position: absolute;
  transition: all 0.2s ease-out 0s;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 21px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 22px;
  color: #808080;
  padding: 2px 0 0 0;
}
.top_nove_link a .icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  width: 45px;
}
.top_nove_link a .icon img:nth-of-type(2) {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.top_nove_link a:hover img:nth-of-type(2) {
  opacity: 1;
}
.top_nove_link a .txt {
  flex: 1;
}
/*.top_nove_link li a:before {
  content: "";
  width: 36px;
  height: 27px;
  display: block;
  margin-right: 19px;
}
*/
/*.top_nove_link_01 a:before {
  background: url("../images/top/novelty/icon_novelty_01_a.png") no-repeat center center;
  background-size: contain;
}
.top_nove_link_02 a:before {
  background: url("../images/top/novelty/icon_novelty_02_a.png") no-repeat center center;
  background-size: contain;
}
.top_nove_link_03 a:before {
  background: url("../images/top/novelty/icon_novelty_03_a.png") no-repeat center center;
  background-size: contain;
}
.top_nove_link_04 a:before {
  background: url("../images/top/novelty/icon_novelty_04_a.png") no-repeat center center;
  background-size: contain;
}
.top_nove_link_01 a:hover:before {
  background: url("../images/top/novelty/icon_novelty_01_b.png") no-repeat center center;
  background-size: contain;
}
.top_nove_link_02 a:hover:before {
  background: url("../images/top/novelty/icon_novelty_02_b.png") no-repeat center center;
  background-size: contain;
}
.top_nove_link_03 a:hover:before {
  background: url("../images/top/novelty/icon_novelty_03_b.png") no-repeat center center;
  background-size: contain;
}
.top_nove_link_04 a:hover:before {
  background: url("../images/top/novelty/icon_novelty_04_b.png") no-repeat center center;
  background-size: contain;
}
*/ /*    top　ノベルティ特集　　　*/
.top_tokushu_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_tokushu_list li {
  width: 49%;
  margin: 0 0% 7px;
  padding: 7px;
  border: solid 1px #828282;
  background: #fff;
  flex-direction: column;
  display: flex;
}
.top_tokushu_list li .img {
  text-align: center;
}
.top_tokushu_list li .img a {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.top_tokushu_list li img {
  transition: all 0.2s ease-out 0s;
  width: 100%;
  height: auto;
}
.top_tokushu_list li a {}
.top_tokushu_list li a:hover img {
  transform: scale(1.1);
}
.top_tokushu_list .title {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
  margin: 5px 0 5px 0;
}
.top_tokushu_list .date {
  font-weight: bold;
  font-size: 10px;
  text-align: right;
  margin-top: auto;
  line-height: 1;
}
/*　　　商品一覧　　　　　*/
.product_item_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product_item_list li {
  width: 48%;
  margin: 0 0% 25px;
  transition: all 0.2s ease-out 0s;
}
.product_item_list li:hover img {
  opacity: 0.7;
}
.product_item_list li:hover .item_name a {
  text-decoration: underline;
}
.item_visual.new:before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background: url("../images/icon/icon_new.png") no-repeat left top;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: -23px;
  z-index: 1;
}
.item_img {
  border: solid 1px #828282;
  margin-bottom: 7px;
  position: relative;
}
.item_img.new:before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background: url("../images/icon/icon_new.png") no-repeat left top;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: -23px;
  z-index: 1;
}
.item_img a {
  aspect-ratio: 1 / 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.2s ease-out 0s;
}
.item_name {
  font-weight: bold;
  line-height: 1.4;
  transition: all 0.2s ease-out 0s;
  font-size: 14px;
}
.item_number {
  color: #808080;
  font-size: 12px;
  line-height: 1;
  margin: 7px 0;
}
.item_price {
  line-height: 1;
}
.item_price span {
  line-height: 1.2;
  font-weight: bold;
  vertical-align: bottom;
}
.item_price_01, .item_price .item_price_tax {
  font-size: 12px;
}
.item_price_02 {
  font-size: 16px;
}
.item_price .item_price_02.tax_included {
  font-size: 12px;
}
.item_price .item_price_tax {
  font-weight: normal;
}
/*  ランキング　*/
.top_ranking_list {
  counter-reset: number; /* Initiate a counter */
}
.top_ranking_list li {
  counter-increment: number;
}
.top_ranking_list li .item_img a:before {
  content: counter(number);
  position: absolute;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  left: 0;
  top: 0;
  z-index: 1;
  background: #8f8f8f;
  width: 40px;
  height: 40px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.top_ranking_list li:nth-of-type(1) .item_img a:before {
  background: #8E8039;
}
.top_ranking_list li:nth-of-type(2) .item_img a:before {
  background: #787878;
}
.top_ranking_list li:nth-of-type(3) .item_img a:before {
  background: #A35D42;
}
.top_ranking_update_date {
  font-size: 15px;
  text-align: end;
  margin-top: -25px;
}
/*     お知らせ　　　　　　　　*/
.ec-newsRole__news {
  max-width: 760px;
  margin: 0 auto;
}
.ec-newsRole__newsItem {
  margin-bottom: 8px;
}
.ec-newsRole__newsHeading {
  border-bottom: solid 1px transparent;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}
.ec-newsRole__newsHeading:hover {
  border-bottom: solid 1px #1E1E1E;
}
.ec-newsRole__newsTitle, .ec-newsRole__newsHeading > div {
  font-weight: bold;
  line-height: 1.4;
}
.ec-newsRole__newsDate {
  width: 100%;
  font-size: 12px;
}
.ec-newsRole__newsColumn {
  flex: 1;
  position: relative;
  padding: 0 37px 0 0;
}
.ec-newsRole__newsDescription {
  display: none;
}
.ec-newsRole__newsClose {
  position: absolute;
  top: 0;
  right: 19px;
}
.ec-newsRole__newsItem .ec-newsRole__newsDescription {
  margin: 0 0 9px 0 !important;
  line-height: 1.4;
  padding: 19px 0 15px 0;
}
/*     サイドバー　官公庁バナ　　　*/
.side_gove_banner {
  text-align: center;
  position: relative;
  margin-bottom: 34px;
}
.banner_gove_02 {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.2s ease-out 0s;
}
.side_gove_banner a:hover .banner_gove_02 {
  transform: scale(1.07);
}
/*     サイドバー　カテゴリー　　　*/
.side_h2 {
  background: #808080;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  padding: 12px 10px;
  margin-bottom: 0;
}
.side_cat_list {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.side_cat_list li {
  position: relative;
}
.side_cat_list > li {
  border-bottom: solid 1px #808080;
}
.side_cat_list li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  padding: 0px 0px 0 5px;
  background: #fff;
  font-weight: bold;
  height: 55px;
}
.side_cat_list li > a {
  display: flex;
  flex-wrap: wrap;
}
.side_cat_list li .icon {
  width: 45px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.side_cat_list li .icon img {
  object-fit: contain;
}
.side_cat_list li .cat_name {
  flex: 1;
  flex-direction: column;
  justify-content: center;
  display: flex;
  font-weight: bold;
  padding: 0 0px 0 10px;
  line-height: 1.3;
}
.side_cat_list > li:hover > a {
  background: #e6e6e6;
}
.has_child_list > a {
  position: relative;
}
.side_price_list a:after, .has_child_list > a:after {
  content: "\f105";
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
  position: absolute;
  transition: all 0.2s ease-out 0s;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 19px;
  color: #808080;
}
/* カテゴリー　subリスト　*/
.side_cat_sub_list_midasi {
  border-bottom: solid 1px #E8E8E8;
  width: 100%;
}
.side_cat_sub_list_midasi a {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex !important;
  position: relative;
}
.side_cat_sub_list_midasi a span {
  position: relative;
  font-weight: bold;
  width: fit-content;
}
.side_cat_sub_list_midasi span:after {
  content: "";
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  width: 7px;
  height: 7px;
  background: transparent;
  border-right: solid 1px #808080;
  border-top: solid 1px #808080;
  display: inline-block;
  transform: rotate(45deg);
  position: absolute;
  transition: all 0.2s ease-out 0s;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -20px;
}
.side_cat_sub_list {
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  width: 400px;
  padding: 10px;
  box-shadow: 1px 1px 8px rgb(0 0 0 / 23%);
  background: #fff;
}
.has_child_list:hover .side_cat_sub_list {
  display: flex;
  z-index: 30;
}
.has_child_list:hover .side_cat_sub_list li {
  background-color: #ffc;
}
.side_cat_sub_list li {
  width: 50%;
  border-bottom: solid 1px #E8E8E8;
}
.side_cat_sub_list li a {
  flex-direction: column;
  justify-content: center;
  display: flex;
  width: 100%;
}
.side_cat_sub_list_midasi a:hover, .side_cat_sub_list li a:hover {
  background: #e6e6e6;
}
